[AH Bot] HappyAuction menu

User Tag List

Page 78 of 149 FirstFirst ... 28747576777879808182128 ... LastLast
Results 1,156 to 1,170 of 2227
  1. #1156
    spammero's Avatar Contributor
    Reputation
    134
    Join Date
    Jun 2012
    Posts
    151
    Thanks G/R
    53/46
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RodeoRaider View Post
    Hi eXist73,

    Thank you very much for teaching us your method. But do you think we will be in some trouble if next time Blizzard changes the offset 0 value? Or is that very unlikely?

    Best,
    I found this offsets (0 & 1 with base adress) without option "must start with offsets", eXist73 method is more easy but not mandatory

    [AH Bot] HappyAuction
  2. #1157
    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)
    Originally Posted by spammero View Post
    I found this offsets (0 & 1 with base adress) without option "must start with offsets", eXist73 method is more easy but not mandatory
    may be you can post your guide of finding 2nd offset here? eXist73 trick is very nice but i'am really interested in how it can be done in proper way, because i spend so much time with no result...

  3. #1158
    spammero's Avatar Contributor
    Reputation
    134
    Join Date
    Jun 2012
    Posts
    151
    Thanks G/R
    53/46
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ztnko View Post
    may be you can post your guide of finding 2nd offset here? eXist73 trick is very nice but i'am really interested in how it can be done in proper way, because i spend so much time with no result...
    I found this based on ChuiChu "guide" on trainer.cpp but ChuiChu steps are not very clear. I needed 4 point scanners open simultaneously on 4 adresses found after search and restart d3 with point scanners still open, rescan option with out invalid offsets check, compare and i found base adress and offset 1 & 2 with correct value.

    Sorry for my english, it's not perfect xD

    Can you post steps to found FRAMECOUNT and LOGEDIN offsets (the last 2 on trainer.cpp). I did not understand both.
    Last edited by spammero; 03-14-2013 at 12:50 PM.

  4. #1159
    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)
    FRAMECOUNT

    1.set fps to minimum (15 foreground, 1 background)
    2.restart diablo (to zero frames counter). (and dont' put diablo to foreground. it's easier when counter encrease by 1 each second than by 15.)
    3. after diablo start as fast as possible search (between filter 1 and 1000)
    4. continue press search every 3-4sec (with increasing filter)
    5. after about 10 searches i start see green values - it means static addresses
    6. there will be 2 values increasing each second synchronous. one of them lower. for example if one is 135 then another is 134.
    7. 134 is frames counter that we search. we need the lower number. and it has static address of 0x01930D44
    8. substract from this adress 0x800000 and you receive 0x1130D44

    p.s. i don't understand what means that 0x800000 number but it also uses in 7 offset. i think everybody here except me knows what it means but i am full noob and don't really understand what i am doing when find these offsets - it was like a puzzle with some rules...

    LOGEDIN find is abolutly the same logic - you login, logout and enter game each time search 1(in menu) or 0(offline, in game) and when you see green mubmers, pick the 1st address - substrat 0x800000 and you receive what you need.
    Last edited by ztnko; 03-14-2013 at 01:22 PM.

  5. #1160
    spammero's Avatar Contributor
    Reputation
    134
    Join Date
    Jun 2012
    Posts
    151
    Thanks G/R
    53/46
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ztnko View Post
    FRAMECOUNT

    1.set fps to minimum (15 foreground, 1 background)
    2.restart diablo (to zero frames counter). (and dont' put diablo to foreground. it's easier when counter encrease by 1 each second than by 15.)
    3. after diablo start as fast as possible search (between filter 1 and 1000)
    4. continue press search every 3-4sec (with increasing filter)
    5. after about 10 searches i start see green values - it means static addresses
    6. there will be 2 values increasing each second synchronous. one of them lower. for example if one is 135 then another is 134.
    7. 134 is frames counter that we search. we need the lower number. and it has static address of 0x01930D44
    8. substract from this adress 0x800000 and you receive 0x1130D44

    p.s. i don't understand what means that 0x800000 number but it also uses in 7 offset. i think everybody here except me knows what it means but i am full noob and don't really understand what i am doing when find these offsets - it was like a puzzle with some rules...

    LOGEDIN find is abolutly the same logic - you login, logout and enter game each time search 1(in menu) or 0(offline, in game) and when you see green mubmers, pick the 1st address - substrat 0x800000 and you receive what you need.
    Ah ok, I tried with point scanner on green values not with substrat 0x800000 offset. I was wrong it's easy then.
    Last edited by spammero; 03-14-2013 at 02:15 PM.

  6. #1161
    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 spammero View Post
    Ah ok, I tried with point scanner on green values not with substrat 0x800000 offset. I was wrong it's easy then.
    Lol, thanks for keeping the link for other people by quoting exist73's original post.

    @ztnko: how do you find out that 80000 number?

  7. #1162
    spammero's Avatar Contributor
    Reputation
    134
    Join Date
    Jun 2012
    Posts
    151
    Thanks G/R
    53/46
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RodeoRaider View Post
    Lol, thanks for keeping the link for other people by quoting exist73's original post.

    @ztnko: how do you find out that 80000 number?
    lol true, edited quoting. Edit your quote and samuraiofu edit too!

  8. #1163
    knightxii's Avatar Sergeant
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm not at home now so I dont really know how my bot is doing, but how are you guys bots doing? Are you guys getting decent success rate due to this little patch update?

  9. #1164
    eXist73's Avatar Member
    Reputation
    5
    Join Date
    Jun 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RodeoRaider View Post
    Hi eXist73,

    Thank you very much for teaching us your method. But do you think we will be in some trouble if next time Blizzard changes the offset 0 value? Or is that very unlikely?

    Best,
    I feel like for the moment it is unlikely that the offsets will change or change drastically. Unless of course Blizzard realizes this and makes an effort to change them. But because these specific offsets deal with login information, it is unlikely that it will be modified (cause honestly, how often do they need to update the login?). I'm no expert though ^^

  10. #1165
    bigpuffs's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone please help me. i will give them some gold. i was wondering if there is a way to make bot search 1-3 first items on 1d12h but the thing is i want it to have multiple items its searching for at a one time. is this possible?

  11. #1166
    knightxii's Avatar Sergeant
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bigpuffs View Post
    Can someone please help me. i will give them some gold. i was wondering if there is a way to make bot search 1-3 first items on 1d12h but the thing is i want it to have multiple items its searching for at a one time. is this possible?
    lol As far as I know, that is not possible.

  12. #1167
    tadipof's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ztnko View Post
    FRAMECOUNT

    1.set fps to minimum (15 foreground, 1 background)
    2.restart diablo (to zero frames counter). (and dont' put diablo to foreground. it's easier when counter encrease by 1 each second than by 15.)
    3. after diablo start as fast as possible search (between filter 1 and 1000)
    4. continue press search every 3-4sec (with increasing filter)
    5. after about 10 searches i start see green values - it means static addresses
    6. there will be 2 values increasing each second synchronous. one of them lower. for example if one is 135 then another is 134.
    7. 134 is frames counter that we search. we need the lower number. and it has static address of 0x01930D44
    8. substract from this adress 0x800000 and you receive 0x1130D44

    p.s. i don't understand what means that 0x800000 number but it also uses in 7 offset. i think everybody here except me knows what it means but i am full noob and don't really understand what i am doing when find these offsets - it was like a puzzle with some rules...

    LOGEDIN find is abolutly the same logic - you login, logout and enter game each time search 1(in menu) or 0(offline, in game) and when you see green mubmers, pick the 1st address - substrat 0x800000 and you receive what you need.
    You don't need to substract 0x800000. Chuichu said : "note the module offset, not absolute address, is required"
    You just have to use the offset given when you double click on the adress (as to change it) : you get this : "Diablo III.exe"+1130D44.
    Regards.

  13. #1168
    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)
    Originally Posted by tadipof View Post
    You don't need to substract 0x800000. Chuichu said : "note the module offset, not absolute address, is required"
    You just have to use the offset given when you double click on the adress (as to change it) : you get this : "Diablo III.exe"+1130D44.
    Regards.
    i don't know where to see this: "Diablo III.exe"+1130D44... if i know where to see then of couse i don't need to substract... it would be ideal if you can post a screenshot, because it's obvious that when i " double click on the adress" it simply adds to address list and nothing more...
    Last edited by ztnko; 03-15-2013 at 06:45 AM.

  14. #1169
    knightxii's Avatar Sergeant
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Euro friends, Don't know why it took me so long (laziness prolly) but I will get my bot to start landing onto Euroland tomorrow to test the water. If things are as favorable as I predicted (ping-wise) I may stay there for long time. Please welcome me to EU. Looking forward to meet all of you guys bots.

  15. #1170
    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)
    welcome XD

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:55 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