[AH Bot] HappyAuction menu

User Tag List

Page 66 of 149 FirstFirst ... 16626364656667686970116 ... LastLast
Results 976 to 990 of 2227
  1. #976
    msk380's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by knightxii View Post
    You've revealed much with just that screenshot. Maybe not to a newbie scripter, but to a keen eye, a lot can be extracted out of what you just posted.
    The more layers of unknown you put the harder for it is for other people to get into this business. Don't worry, we are not direct competitor. But our bots were built on very similiar principals from what I've observed. Most of it is common sense anyway XD
    Human mind works in a strikingly similar way.

    [AH Bot] HappyAuction
  2. #977
    mrslug's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what global delay is everyone running that isnt causing input limit reached errors? i used to run 0,50 global delays without issue - now i get input limit after about 4 minutes

  3. #978
    RodeoRaider's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My HA bot sometimes opens the Profile page after relog instead of opening the AH and then gets stuck at the Profile page. Anyone has the same problem?

  4. #979
    msk380's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrslug View Post
    what global delay is everyone running that isnt causing input limit reached errors? i used to run 0,50 global delays without issue - now i get input limit after about 4 minutes
    try haSleep(1500, 1500) without global delay

  5. #980
    strohhaar's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haSleep(1500) ^^

  6. #981
    mrslug's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it appears the input limit is being caused by doing many iterations of a single item. im using mad global delays and sleeps and if i gets to one item that i have 10 iterations of i hit the input limit every time.


    if haFilterUnique('',2)and
    haFilterStat(1,'',1) and
    haFilterStat(2,'',1)and
    haFilterBuyout(20000001,true)and
    haSearch() and haListSelect(1) then
    haBuyout()
    haSleep(1000,3000)
    elseif haFilterStat(1,'',40) and
    haFilterBuyout(100000001,true)and
    haSearch() and haListSelect(1) then
    haBuyout()
    haSleep(1000,3000)
    elseif haFilterStat(1,',1) and
    haFilterStat(2,'',1)and
    haFilterBuyout(30000001,true)and
    haSearch() and haListSelect(1) then
    haBuyout()
    haSleep(1000,3000)
    elseif haFilterStat(1,'',30)and
    haFilterBuyout(65000001,true)and
    haSearch() and haListSelect(1) then
    haBuyout()
    haSleep(1000,3000)

  7. #982
    bledi-13's Avatar Member
    Reputation
    2
    Join Date
    Jul 2009
    Posts
    35
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ztnko View Post
    yeah can't buy any crit mempos for 3 days!...



    status=0 means that it even not failed - it was already unavailable when script try to buy it...

    p.s. you see that 5% crit mempo for 100 gold!
    Fake screen ? 2days, 0 crit mempo sniped for me.

  8. #983
    sinza's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ztnko View Post

    HOw can i log likle this

  9. #984
    ztnko's Avatar Member
    Reputation
    9
    Join Date
    Jul 2012
    Posts
    237
    Thanks G/R
    5/1
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i see this screen is popular...

  10. #985
    sinza's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey can u tell me how can I make log like this?

  11. #986
    Mytho's Avatar Member
    Reputation
    11
    Join Date
    Jun 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying to search for legendaries, but the bot just type the name but no click, then the bot cant search, i'm using haFilterUnique('namehere') and no search....something wrong

    nvm...just figured out...
    Last edited by Mytho; 01-20-2013 at 11:49 PM.

  12. #987
    mrslug's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is anyone else hitting input limits like every 5-7 minutes? ive been using happy auction since release and never had this issue. unless i put my global delays or sleep delays at insanely high values it happens. im trying to see if anyone else is - i normally run 10+ bots but the issue is the same with even just one running so it isnt hardware failing. either its an issue with the program or my accounts are flagged - just looking to see if anyone else is havin the problem.

  13. #988
    Necrolyte4's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does the fact that this bot is open source make it more detectable?

  14. #989
    vbozadzhiev's Avatar Member
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    . .
    Last edited by vbozadzhiev; 02-14-2013 at 01:37 PM.

  15. #990
    Xarez's Avatar Member
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just got banned. Took pretty long this time, lol

    Mule account survived

Similar Threads

  1. World of Warcraft WoW!Bot (GetALifeBot) 0.61 for WoW 1.9.4 + FishBot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 04-18-2006, 04:55 AM
  2. WoWGlider and GALB Botting Locations
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 14
    Last Post: 04-11-2006, 08:01 PM
  3. Bot for gaining XP
    By JesseG18 in forum World of Warcraft General
    Replies: 1
    Last Post: 03-09-2006, 08:52 PM
  4. World of Warcraft Bot (GetALifeBot) 0.57 working with 1.9.4
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 03-07-2006, 09:43 PM
  5. Best Botting/Grinding Locations
    By Matt in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 02-27-2006, 12:39 AM
All times are GMT -5. The time now is 02:21 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search