[AH Bot] HappyAuction menu

User Tag List

Page 4 of 149 FirstFirst 1234567854104 ... LastLast
Results 46 to 60 of 2227
  1. #46
    ChuiChu's Avatar Contributor
    Reputation
    88
    Join Date
    Aug 2012
    Posts
    336
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you want it to be real fast edit SnipeBuyout.lua and remove Sleep(1000). haActionSearch() works like this:
    - clicks search button
    - waits for results with 1 ms polling delay
    - succeeds if something found else fail

    [AH Bot] HappyAuction
  2. #47
    lycra2's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the clarification! Unfortunately, I believe removing haSleep in SnipeBuyout will hit the input limit error within seconds, and get me banned soon after. I'm using haSleep(2900) currently and I'm still getting kicked after an hour or so.
    Last edited by lycra2; 08-12-2012 at 10:44 AM.

  3. #48
    ChuiChu's Avatar Contributor
    Reputation
    88
    Join Date
    Aug 2012
    Posts
    336
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well theres your answer... AH bots can only be so fast. unless theres some special way to disable that input limit error

    you could always hate**** it and use the relogin function but abusing that will surely get you banned. though a few input limit errors wont because regular users get them all the time.

  4. #49
    lycra2's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm plenty happy with the speed now. My sniping success rate is way higher and the items that are purchased are better quality items with the same search parameters. The relogin function will be useful for the disconnects, but is problematic for now, because the "Search Equipment For" box resets to the default hero after login. For now, I suppose I can have it search once for a class specific armor if it logs in, but I'm not exactly sure how to script that. haActionReLogin() is true as long as I'm not disconnected, not just when it is called to login. So I can't use that to trigger a conditional operation. Can you give me a hint?
    Last edited by lycra2; 08-12-2012 at 01:08 AM.

  5. #50
    ChuiChu's Avatar Contributor
    Reputation
    88
    Join Date
    Aug 2012
    Posts
    336
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im changing relogin to return false if it does nothing.... so it will only return true if it successfully relogged in. that way you can redo whatever filters if it happens. ill update in a few hours once i improve relogins speed too

  6. #51
    jagad's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    how input limit works is a mystery to me... i recently hit it after 5 clicks in after login and buying like 3000 mats. probably thinks each mat is an input. try a global delay of like 50-100 ms
    SnipeBuyout ran all night long with haSleep(2000), so i guess i'll keep it like that

  7. #52
    lycra2's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the new update! Since I can't test this unless I get kicked, let me know if this is correct:

    haRelogin('user','pass')
    while true do
    haFilterType('Mighty Belt')
    end

    I placed this at the end of the main loop.

  8. #53
    ChuiChu's Avatar Contributor
    Reputation
    88
    Join Date
    Aug 2012
    Posts
    336
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well its more like this

    Code:
    while true do
       .. my main bot loop which will break if it fails..
       haRelogin(..)
    end
    you can test relogin without hitting input limit by disconnecting your internet then calling haSearch(). you will get dc error which is effectively the same thing.

  9. #54
    liveforsnow2288's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ChuiChui, I've been searching on these forums but can't find too much information on how/what activity the warden monitors. I was wondering if you have any info I could read? From what I understand in these posts you do considerable memory reads but only one memory write? Is that correct?

    Thanks

  10. #55
    sworder's Avatar Member
    Reputation
    6
    Join Date
    Jul 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by liveforsnow2288 View Post
    ChuiChui, I've been searching on these forums but can't find too much information on how/what activity the warden monitors. I was wondering if you have any info I could read? From what I understand in these posts you do considerable memory reads but only one memory write? Is that correct?

    Thanks
    No body knows how Warden finds people. There are certain things that are obvious (like memory INJECTION - different than memory read/write), but honestly... if you bot you will be caught. I know of plenty of people who ran AutoIt bots that only used pixelsearching, which rann only 6 hours a day, and took 15 minute breaks each hour, and they still got banned. My advice: bot it as fast as you can until the next banwave - use your profits to buy a new game

  11. #56
    ChuiChu's Avatar Contributor
    Reputation
    88
    Join Date
    Aug 2012
    Posts
    336
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    regarding warden people concern themselves way too much with the client side... when warden mainly bans based on server side detection. ie: if you spam them 24/7 in a manner no human would do.

    client side warden only checks if youre writing to its instruction memory. even then thats limited because many legit apps, like FRAPS, do the same. it no longer even scans your applications either (due to some lawsuit).

  12. #57
    bmode206's Avatar Member
    Reputation
    6
    Join Date
    May 2012
    Posts
    100
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for this. this isn't as complicated as it looks lol, all anyone has to do is read the readme and they should have everything they need to make their own script.
    Hmmmmm....

  13. #58
    Pascal257's Avatar Member
    Reputation
    2
    Join Date
    Sep 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you very much for making background botting possible again This bot is just amazing.

    Great job so far!

    - Lennix

  14. #59
    ChuiChu's Avatar Contributor
    Reputation
    88
    Join Date
    Aug 2012
    Posts
    336
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ya that last one took some effort... its actually fully backgroundable now (except stash stuff) as opposed to 0.9.4 which required the filters part showing up

  15. #60
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    114
    Join Date
    Oct 2008
    Posts
    320
    Thanks G/R
    11/59
    Trade Feedback
    7 (100%)
    Mentioned
    2 Post(s)
    Tagged
    2 Thread(s)
    ChuiChu, First tnx you for this wanderfull proggi. i use it succesfull since ver 9.3
    Now i'm i the only having this problem where we are all istant snipping on the same item, apparently bugging it?
    I mean it look like, many items i bind on, get bugged as soon as i snipe them, and my guess is that many oter happyauctioner snipe it the same istant, result, the item become bugged and noone can buy it.

    Is it just me?

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 05:58 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search