[AH Bot] HappyAuction menu

Shout-Out

User Tag List

Page 92 of 149 FirstFirst ... 42888990919293949596142 ... LastLast
Results 1,366 to 1,380 of 2227
  1. #1366
    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 spammero View Post
    Yeah you are Tony Stark
    .......I must admit ChuiChu is my favorite super hero since some time, so ......maybe he is Tony, yes

    [AH Bot] HappyAuction-ironchiu-png

    [AH Bot] HappyAuction
  2. #1367
    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)
    22 days no ban wave, Blizz sleeping?

  3. #1368
    alanrl05's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im kinda noob when it comes to this thing. im willing to pay for someone who can help me use this thing. lol msg me :P

  4. #1369
    Vaulk's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I take it this isnt something you can just download and run. I'd assume there is coding/parameters to set to make it work/make a profit?

  5. #1370
    alanrl05's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i kinda get how to set up the bot except making the scripts for the bot of which items to buyout.. haha anyone willing to help me make a script for each item that i want to buyout? even just 1 sample script.. im willing to give few bucks who can give me script or teach me how to make one script..

  6. #1371
    KasSmIR's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    with it u can make bid?
    so for example if an item is 2000 gold , can make a bid to 2 bil?
    I wait your replays.. thx!
    Last edited by KasSmIR; 05-13-2013 at 08:45 PM.

  7. #1372
    Ronal2dduff's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    One of the more badass AH bots around, if I only knew how to script the damn thing!



  8. #1373
    KasSmIR's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone can help me with it? cuz.. I don't know this program,...
    for example i want to bid all mempo with cc 6% at 2 bil

  9. #1374
    ntn3333's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how 'Time Left' ?
    haclick(x,y)
    help me thank

  10. #1375
    alanrl05's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok so finally i was able to make one script running but how do i make the bot loop and search for more items? hoping for a reply. thanks!

  11. #1376
    KasSmIR's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i tryed it .. but didn't work..


    haFilterStat(4, 'Critical Hit Chance', 6)
    -- get user DPS using "Legendary or Set Item" input box
    local dps = tonumber(haFilterUnique()) or 1100

    -- search and select first item in list
    if haSearch() and haListSelect(1) then

    local item = haItem()
    -- if item dps higher than requested dps buy!
    if item.dps >= 1 then


    haSleep(1000)
    haBid(344)



    end
    end



    haSleep(1000, 3000)

  12. #1377
    alanrl05's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant figure out how to make the script search for more items.. can anybody help me make the script search for more items instead of just one? like make it search for chest armor after that rings and amulet etc..

    -- get user buyout
    local buyout = 1234567
    --haFilterBuyout()

    if buyout < 0 then
    haAlert('Set some filters and a low buyout')
    else
    while true do
    haFilterChar('Barbar')
    haSetGlobalDelay(50)
    haFilterLevel(60,60)
    haFilterBuyout(1234567, true)
    haFilterUnique('belt', 1)
    haFilterStat(1,'Strength',180)

    -- search and select first item in list
    if haSearch() and haListSelect(1) then
    haBuyout()
    --haAlert('Found Item')
    else
    haSleep(5913,4000)


    end
    end
    end
    Last edited by alanrl05; 05-14-2013 at 04:24 AM. Reason: Solved

  13. #1378
    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)
    Hello,

    Code:
    print('this is a code')
    this is a bunch of words.

    This way codes are easiest to be read and words easiest to be misunderstood.

    my 2 cents

  14. #1379
    alanrl05's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nvm i figured it out.. Its not that bad understanding the script after all.. Thanks chui chu your the best!

  15. #1380
    tvl's Avatar Contributor
    Reputation
    127
    Join Date
    Aug 2009
    Posts
    239
    Thanks G/R
    10/15
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i still don't understand it :s who can help me please

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 01:13 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