[AH Bot] HappyAuction menu

User Tag List

Page 136 of 149 FirstFirst ... 3686132133134135136137138139140 ... LastLast
Results 2,026 to 2,040 of 2227
  1. #2026
    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 xelvet View Post
    Can i make a suggestion? It's a little more work but it would really help out a lot of noobs that don't have any idea on how to script or write code.

    +Can someone make a video tutorial on how to set this up with example searches
    Times are bad as it is now, profits are very low. We don't need any tutorials, because that will quickly render this bot useless. Anyways, everything you need is in \doc\api.html. It has explanation of every function and also examples. I absolutely don't see how do you need more. I for one wish that ChuiChu would stop updating this, giving more room for the talented ones and less for leechers.

    [AH Bot] HappyAuction
  2. #2027
    xelvet's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Exclide View Post
    Times are bad as it is now, profits are very low. We don't need any tutorials, because that will quickly render this bot useless. Anyways, everything you need is in \doc\api.html. It has explanation of every function and also examples. I absolutely don't see how do you need more. I for one wish that ChuiChu would stop updating this, giving more room for the talented ones and less for leechers.
    more talented? i manage hedge funds. does that make me better than you? maybe, maybe not but i'm not one to point that shit out because i'm not making up for shit. just because you possibly have a background in computer sciences, bash, python, or even lua from customizing your desktop to make it look SWAGGISH doesn't mean shit. I'm looking for a premade template, which isn't much to ask for and just like i said, pretentious wannabe techheads come in here swinging their little 2 inch usb drive sized dick thinking they're hot shit.

    let me reassure you. you're just a kid behind a computer with a keyboard pressing a couple of buttons trying to enjoy a video game -- just like me and everyone else here who's attempting to utilize this asset. Now if you have nothing to offer for my cause then keep to yourself bc neither I nor any of the other guys here looking to learn need to be bothered by your benighted opinions.

    Anyways back on topic. I understand this bot was constructed with the sole purpose of configurability and customization in mind, but what i'm asking for is a basic template where i can assign basic parameters and values. If there is some sort of appendix for these diablo 3 applicable strings, then if someone would be as kind to direct me that way i'd be grateful for your help.

  3. #2028
    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)
    if you manage hedgefunds what are you doing in ownedcore? go buy some gold from the RMAH and stop whining, kid
    Cheers

  4. #2029
    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 xelvet View Post
    .
    Big boy. Insulting someone on the internet and calling them a kid. Go ahead, show me some more keyboard-boxing, then I'm sure somebody will help you out. Or actually, instead of wasting your and our time, read Api.html. You don't need any background in CS to understand it.

  5. #2030
    xelvet's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sehae View Post
    if you manage hedgefunds what are you doing in ownedcore? go buy some gold from the RMAH and stop whining, kid
    Cheers
    why would i do that? that's too easy. i prefer beating the system or finding ways around it not buying it. that's what makes it fun.

    kid
    Salutations

  6. #2031
    Xenrail's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys i have an absurd request that i hope happyauction has the potential to fulfill. I'm not interested in playing the auction house to turn a profit, but more interested in using happyauction to snipe pending bids. Can it do something like this?

    For example i want to manually search for the items that I want and place the bids myself, but since bids end at odd hours during the day and I'm usually consumed with work I can't make it to my computer to manually snipe it. So what I'm asking is can happyauction snipe bids under the auction tabs for me for specific groups? When I say groups i plan to bid on several of the same items and whichever one i'm able to get at a bid price that i want happyauction will automatically recognize this and not bid on the other items in the same group.

    If this is possible can someone help me out with writing the script?

  7. #2032
    Megafix's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is a simple tutorial script to get you started with Happy Auction!

    All you have to do is replace the code inside "SnipeBuyout" (for easy installation) with the following code:

    Code:
    xSetMouseLock(false)
    SLEEPTIME = 2 -- Time to sleep between searches (in seconds)
    ITEM_NAME = "Mempo of Twilight" -- Put desired item name here
    ITEM_INDEX = 1 -- Where in search suggestion list is the item? This is to prevent buying legacy items.
    ITEM_BUYOUT = 10 -- Buyout price goes here. (in millions) 
    
    --Add stats below this line. A fourth stat would be xSetStat(4, 'some stat', value). Remove a line if you need less stats.
    xSetStat(1, 'dexterity', 170)
    xSetStat(2, 'life', 12)
    xSetStat(3, 'critical hit chance', 3)
    
    --### DON'T CHANGE ANYTHING BELOW THIS LINE ###--
    
    xSetUnique(ITEM_NAME, ITEM_INDEX)
    -- Roll item selection
    quality = "re"
    goodItems = {"L","L","O","R"}
    goldThreshold = xGetGold()
    type = "ra"
    legendary = (type .. quality)
    counter = 0
    
    if goodItems[1] == "" then
        itemName = ITEM_NAME
    elseif goodItems[1] == "L" then
        goodItems[5] = "T"
    end
    while true do
        xSleep(SLEEPTIME * 1000)
        xSetBuyout((ITEM_BUYOUT * 1000000),true)
        xSearch()
        counter = counter + 1
        while haListIterate() do
            if xGetSearchItem(1) then
                haBuyout()
            end
        end
        if counter == (#goodItems) then
            xSetBuyout(goldThreshold)
            xSetRarity(legendary)
            xClearAllStats()
            xClearUnique()
            xSearch()
            while haListIterate() do
                if haItem().buyout < (goldThreshold/2) then
                    haSortBuyout()
                end
                if xGetSearchItem(1) then
                    haBuyout()
                end
            end
            goodItems[6] = item.name
        end
    end
    You can change it to work for all kinds of items

  8. #2033
    Xenrail's Avatar Private
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Megafix View Post
    Here is a simple tutorial script to get you started with Happy Auction!

    All you have to do is replace the code inside "SnipeBuyout" (for easy installation) with the following code:

    Code:
    xSetMouseLock(false)
    SLEEPTIME = 2 -- Time to sleep between searches (in seconds)
    ITEM_NAME = "Mempo of Twilight" -- Put desired item name here
    ITEM_INDEX = 1 -- Where in search suggestion list is the item? This is to prevent buying legacy items.
    ITEM_BUYOUT = 10 -- Buyout price goes here. (in millions) 
    
    --Add stats below this line. A fourth stat would be xSetStat(4, 'some stat', value). Remove a line if you need less stats.
    xSetStat(1, 'dexterity', 170)
    xSetStat(2, 'life', 12)
    xSetStat(3, 'critical hit chance', 3)
    
    --### DON'T CHANGE ANYTHING BELOW THIS LINE ###--
    
    xSetUnique(ITEM_NAME, ITEM_INDEX)
    -- Roll item selection
    quality = "re"
    goodItems = {"L","L","O","R"}
    goldThreshold = xGetGold()
    type = "ra"
    legendary = (type .. quality)
    counter = 0
    
    if goodItems[1] == "" then
        itemName = ITEM_NAME
    elseif goodItems[1] == "L" then
        goodItems[5] = "T"
    end
    while true do
        xSleep(SLEEPTIME * 1000)
        xSetBuyout((ITEM_BUYOUT * 1000000),true)
        xSearch()
        counter = counter + 1
        while haListIterate() do
            if xGetSearchItem(1) then
                haBuyout()
            end
        end
        if counter == (#goodItems) then
            xSetBuyout(goldThreshold)
            xSetRarity(legendary)
            xClearAllStats()
            xClearUnique()
            xSearch()
            while haListIterate() do
                if haItem().buyout < (goldThreshold/2) then
                    haSortBuyout()
                end
                if xGetSearchItem(1) then
                    haBuyout()
                end
            end
            goodItems[6] = item.name
        end
    end
    You can change it to work for all kinds of items
    this is a pretty nice template, but can you make it more humanlike by adding globaldelay etc?

  9. #2034
    MATRASUS's Avatar Member
    Reputation
    2
    Join Date
    Oct 2010
    Posts
    109
    Thanks G/R
    1/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is no way to make it human-like because its reading/writing memory but human can't. If you scare to be banned don't use it.

  10. #2035
    Zorban's Avatar Member
    Reputation
    8
    Join Date
    May 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, ChiuChu, you're a real people's hero!

    I was wondering, guys. How long does it take for this bot to get banned on average? In your experience at least.

    Cheers!

  11. #2036
    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)
    Used to be 2 weeks, now is longer, will change as we approach the exp. I personally have more than 60 accounts banned.. Lots more, you have to live with it or leave.
    Last edited by alcor75; 09-16-2013 at 05:27 PM.
    Alcor75
    Core Developer of DreamPoeBot and DreamPoeBot2

    DreamPoeBot1 Support Thread
    FollowBot1 Support Thread

  12. #2037
    MATRASUS's Avatar Member
    Reputation
    2
    Join Date
    Oct 2010
    Posts
    109
    Thanks G/R
    1/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The quickest was just 6 days between 2 waves. Most time it was 13-14 days and now its longer.

  13. #2038
    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)
    Bad News, brothers Diablo® III Auction House Update - Diablo III ..... ****ed up times ahead.

  14. #2039
    Orbiter87's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    6 months to go, may the best botter win

  15. #2040
    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)
    6 months with dying pre-expansion economy..

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 11:35 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