Detect BG popus menu

User Tag List

Results 1 to 11 of 11
  1. #1
    notsmart's Avatar Private
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Detect BG popus

    Dear Mmowned
    Like many others I am trying to create a personal bg bot, I am using autoit with memory reading and a little writing.
    I want to detect the queue popup and the battleground end popup using memory read. This way I can avoid silly color checking.
    I have searched both google and forums, but I can not seem to find what I am looking for. Can anyone guide me towards which offset, descriptors I will have to use, if these even exist?

    Thanks in advance

    Detect BG popus
  2. #2
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why don't you try reversing WoW a bit then? It's really not difficult to figure it out.

  3. #3
    notsmart's Avatar Private
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Apoc and thanks for the quick reply.
    I admit that I only have very little knowledge about reverse engineering. And as far as I can tell from posts on this forum, a solid programing background is required. I am not a complete noob, but I most certainly am not a pro developer.
    I know that you hate leeches, but would you mind pointing me in the right direction if reverse engineering really is that simple?
    I guess what I am trying to say is I really enjoy programing, but I simple do not have time to study whole new aspects of windows programing.
    Last edited by notsmart; 03-03-2011 at 09:25 AM.

  4. #4
    ostapus's Avatar Active Member
    Reputation
    60
    Join Date
    Nov 2008
    Posts
    180
    Thanks G/R
    3/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    watch/hook UPDATE_BATTLEFIELD_STATUS event, in event hook - check the status, if status == "confirm" - you've got popup.

  5. #5
    notsmart's Avatar Private
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks ostapus

  6. #6
    notsmart's Avatar Private
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright, please do not troll. I need more help, I am currently using autoit with nomadMemory.au3.

    Is it possible to memory read UPDATE_BATTLEFIELD_STATUS ? I can not seem to find any descriptors which would fit that, but I might be on a wrong track here, I would love to read battlefield status, like I would read / write xyzr.

    Thanks for your patience

  7. #7
    Syltex's Avatar Sergeant Major
    Reputation
    23
    Join Date
    Jul 2010
    Posts
    174
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notsmart View Post
    Alright, please do not troll. I need more help, I am currently using autoit with nomadMemory.au3.

    Is it possible to memory read UPDATE_BATTLEFIELD_STATUS ? I can not seem to find any descriptors which would fit that, but I might be on a wrong track here, I would love to read battlefield status, like I would read / write xyzr.

    Thanks for your patience
    Yes, you forgot to turn off the highway.

    Anyway learn to use:
    1# IDA
    2# Ollydbg

  8. #8
    _Mike's Avatar Contributor
    Reputation
    310
    Join Date
    Apr 2008
    Posts
    531
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notsmart View Post
    Is it possible to memory read UPDATE_BATTLEFIELD_STATUS ? I can not seem to find any descriptors which would fit that, but I might be on a wrong track here, I would love to read battlefield status, like I would read / write xyzr.
    event != descriptor
    Events/Battleground - WoWWiki - Your guide to the World of Warcraft
    API GetBattlefieldStatus - WoWWiki - Your guide to the World of Warcraft

  9. #9
    Tanaris4's Avatar Contributor Authenticator enabled
    Reputation
    148
    Join Date
    Oct 2008
    Posts
    646
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Probably not too helpful if you don't know how to use IDA. But, the offset you want to check on a mac for 4.0.6 is: 0xF8CDC0

    Other relevant info:
    Code:
    #define	BG_STATUS		0xC
    #define BG_MINLEVEL		0x1C
    #define BG_MAXLEVEL		0x20
    #define BG_INFO_NEXT	0x3C
    I recommend you look at the lua_GetBattlefieldTimeWaited
    https://tanaris4.com

  10. #10
    notsmart's Avatar Private
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for all the info

  11. #11
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1627
    Join Date
    May 2010
    Posts
    1,846
    Thanks G/R
    193/539
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Just Spam the APIs like all the other beginners do.

    World of Warcraft API - WoWWiki - Your guide to the World of Warcraft

    To use some APIs u need a hook

    http://www.mmowned.com/forums/world-...injection.html
    Last edited by DarkLinux; 03-06-2011 at 02:04 PM.

Similar Threads

  1. Theory- Ninantic Detects Botters via API requests.
    By viralogic in forum Pokemon GO Hacks|Cheats
    Replies: 5
    Last Post: 08-21-2016, 04:19 AM
  2. All Bot & Nox are detected
    By SubaruWukong in forum Pokemon GO Hacks|Cheats
    Replies: 73
    Last Post: 08-16-2016, 05:25 PM
  3. Confirmation Of Korean Or Chinese Hacks Detected
    By FusionStream in forum Overwatch Exploits|Hacks
    Replies: 2
    Last Post: 08-05-2016, 10:21 PM
  4. Detected Cheater Poke Advisor !
    By klonoaop in forum Pokemon GO Hacks|Cheats
    Replies: 20
    Last Post: 08-05-2016, 03:56 AM
All times are GMT -5. The time now is 02:36 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