[AH Bot] HappyAuction menu

User Tag List

Page 130 of 149 FirstFirst ... 3080126127128129130131132133134 ... LastLast
Results 1,936 to 1,950 of 2227
  1. #1936
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by ChuiChu View Post
    k 52 posted...

    You...Genius!!

    /bow

    [AH Bot] HappyAuction
  2. #1937
    BlizzPaysMyBills's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you guys tell me what do you use 2k-10k lines scripts for? I have 50 lines max, lol.

  3. #1938
    Sehae's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And with 50 lines script you cover all legendary/rare items you want to buy+ all the variations in their rolls?

  4. #1939
    musashy's Avatar Private
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Might do you explain how it works? please

  5. #1940
    Exclide's Avatar Active Member
    Reputation
    15
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by musashy View Post
    Might do you explain how it works? please
    This is no rocket science. Download Visual Basic 2008, open the .sln file and you'll see how it works.

  6. #1941
    musashy's Avatar Private
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is it for?

  7. #1942
    musashy's Avatar Private
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nose as used Visual Basic 2008

  8. #1943
    Exclide's Avatar Active Member
    Reputation
    15
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by musashy View Post
    Nose as used Visual Basic 2008
    Now, before continuing on understanding how the program works, you'd probably want to read some beginner books on C++ language. "C++ Primer", for example. Good luck!

  9. #1944
    Sehae's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am more interested in an ongoing problem - there are times, when I see my bot stop, as if it found an item, but the item dissappears even before it can click the buyout button and then it just goes to send nothing to stash, as it is required in the script.
    This is a method which is totally different than HA and takes items before this script even can attempt to click on the buyout button and thus you can not even see them in the "Failed" list. Which can be a good explanation on the severe reduction of good and at all, the quantity of items bought and even the ones in the "failed" - the quantity of items worth buying is severely reduced over the past few months. And this is not due to less people playing or HA competition, obviously.

  10. #1945
    Fgura's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    V52: With this version my bot sometimes buys cheap and crappy items which doesn't meet with my script. (VSYNC off, Mouselock ON)

    V51 worked perfectly here, no relog problems, no stucks, no fake items, etc.

  11. #1946
    Exclide's Avatar Active Member
    Reputation
    15
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sehae View Post
    I am more interested in an ongoing problem - there are times, when I see my bot stop, as if it found an item, but the item dissappears even before it can click the buyout button and then it just goes to send nothing to stash, as it is required in the script.
    This is a method which is totally different than HA and takes items before this script even can attempt to click on the buyout button and thus you can not even see them in the "Failed" list. Which can be a good explanation on the severe reduction of good and at all, the quantity of items bought and even the ones in the "failed" - the quantity of items worth buying is severely reduced over the past few months. And this is not due to less people playing or HA competition, obviously.
    I've seen this happen to me. I have this, when the script finds the item:
    Code:
    then 
    xBeep()
    xBuyout(i)
    xSleep(5000)
    And usually it buys it succesfuly, sometimes I see the error message and a refund and the other times it will just "beep" and that's it. I've put 5 sec sleep here on purpose, so I can figure out why does it happen. And when it does, I can see the item and it's the correct item and then I press "buyout" manually it says "Item doesn't exist". I guessed so far it's due to someone buying it before me.

    Originally Posted by Fgura View Post
    V52: With this version my bot sometimes buys cheap and crappy items which doesn't meet with my script. (VSYNC off, Mouselock ON)
    Check your script. This is very unlikely to do something with the HA itself.

  12. #1947
    Fgura's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Check your script. This is very unlikely to do something with the HA itself.
    No need to check my script again because switching back to V51 solve my problem instantly. There is something wrong with V52.

  13. #1948
    Sehae's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Exclide View Post
    I've seen this happen to me. I have this, when the script finds the item:
    Code:
    then 
    xBeep()
    xBuyout(i)
    xSleep(5000)
    And usually it buys it succesfuly, sometimes I see the error message and a refund and the other times it will just "beep" and that's it. I've put 5 sec sleep here on purpose, so I can figure out why does it happen. And when it does, I can see the item and it's the correct item and then I press "buyout" manually it says "Item doesn't exist". I guessed so far it's due to someone buying it before me.
    Well, this is happening more and more often, thus reducing the number of attempted/failed items by a serious number. Which apparently makes me presume that the packet sniffing botting methods have expanded.

  14. #1949
    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)
    Originally Posted by Sehae View Post
    Well, this is happening more and more often, thus reducing the number of attempted/failed items by a serious number. Which apparently makes me presume that the packet sniffing botting methods have expanded.
    Agree, hopefully Chuichu will have some time to continue this investigation, this direction requires godly memory reader .

  15. #1950
    Exclide's Avatar Active Member
    Reputation
    15
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sehae View Post
    Well, this is happening more and more often, thus reducing the number of attempted/failed items by a serious number. Which apparently makes me presume that the packet sniffing botting methods have expanded.
    It could be. Or it could be that someone is simply buying out faster.

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 03:24 PM. 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