[WoW][4.0.3.13329] Info Dump Thread menu

Shout-Out

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 74
  1. #46
    changersrwr's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    have someone the adresses for m2collision, terraincollision and wmocollision?

    [WoW][4.0.3.13329] Info Dump Thread
  2. #47
    QKdefus's Avatar Active Member
    Reputation
    54
    Join Date
    May 2010
    Posts
    96
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    couldnt see LastHardwareAction offset posted so i tried finding it myselfe in IdaPro and came up with 0x8C5F78 , can anyone confirm this ?

  3. #48
    Scorpiona's Avatar Active Member
    Reputation
    17
    Join Date
    Mar 2009
    Posts
    42
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by QKdefus View Post
    couldnt see LastHardwareAction offset posted so i tried finding it myselfe in IdaPro and came up with 0x8C5F78 , can anyone confirm this ?
    That's right.

  4. #49
    QKdefus's Avatar Active Member
    Reputation
    54
    Join Date
    May 2010
    Posts
    96
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    alright, thank you :)

  5. #50
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    EDIT: Nevermind!

  6. #51
    sucu's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, I have some problems about how to use the offsets, I am not a programmer newbie. Have been programming with visual studio over 2.5 years but about memory editting, this is my first time.
    I just need some documents/guides about the offsets meaning and using to fasten learning. Probably have been explained a lot of times before but while I am searching those if someone helps I 'll be appriciated.

  7. #52
    _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 sucu View Post
    Well, I have some problems about how to use the offsets, I am not a programmer newbie. Have been programming with visual studio over 2.5 years but about memory editting, this is my first time.
    I just need some documents/guides about the offsets meaning and using to fasten learning. Probably have been explained a lot of times before but while I am searching those if someone helps I 'll be appriciated.
    Offsets point to a piece of memory within wow.exe's memory space, either code or data. It's usually not that hard to figure out how to "use them" if you actually put some effort in.
    As for guides, Intel® 64 and IA-32 Architectures Software Developer's Manuals

  8. #53
    sucu's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by _Mike View Post
    Offsets point to a piece of memory within wow.exe's memory space, either code or data. It's usually not that hard to figure out how to "use them" if you actually put some effort in.
    As for guides, Intel® 64 and IA-32 Architectures Software Developer's Manuals
    Of course I know what offset means even if in theory. But what I'm asking is the practical side.
    Atm my issue is the finding the right offsets and base.
    For example;
    A guy has written a guide months ago, here a line:
    wow.WriteInt(0x00CB97A4, 4);//makes character walk
    How should I search the updated offset(new 0x00CB97A4)?

    It looks like simple problem but its not if you are not familiar with the offsets. (ATM have IDA running problem in case its stored in IDA database at the start of thread.)

  9. #54
    Azzie2k8's Avatar Member
    Reputation
    11
    Join Date
    Apr 2009
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sucu View Post
    Of course I know what offset means even if in theory. But what I'm asking is the practical side.
    Atm my issue is the finding the right offsets and base.
    For example;
    A guy has written a guide months ago, here a line:
    wow.WriteInt(0x00CB97A4, 4);//makes character walk
    How should I search the updated offset(new 0x00CB97A4)?

    It looks like simple problem but its not if you are not familiar with the offsets. (ATM have IDA running problem in case its stored in IDA database at the start of thread.)
    I am not pro at this either but what gave a little help was looking in the dumps and just take an address that does something obvious, like IsFalling and so on and then go and reverse them. While you are trying to find out what it does and how it does it you will learn about wows internals (obviously it is not just about isFalling but that would be a start) and on your way find some offsets. You will just need to find out what wow uses them for and tada.

    I am sorry if this is stupid but thats how I found some things...

  10. #55
    nerexis's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NVM


    Delete this post.
    Last edited by nerexis; 12-30-2010 at 08:01 PM.

  11. #56
    Fabolous1's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FearAndLawyering View Post
    RivaLfr's offsets are rebased to 0x0 instead of 0x1000. To use his offsets you need to add 0x1000
    Can someone help me with this please, I can't seem to get my hack working ever since Cataclysm came out. I tried both of the offsets, what does it mean to rebase them? If you add 0x1000 to the clientConnection, do you have to add it to other stuff as well?

    EDIT: Better yet, is it still possible to use FindPattern? Can someone explain to me how to find the new TLS Pattern and TLS Mask's
    I have this for the patch before Cata
    Code:
    private static string TLSPattern { get { return "EB 02 33 C0 8B D 00 00 00 00 64 8B 15 00 00 00 00 8B 34 8A 8B D 00 00 00 00 89 81 00 00 00 00"; } }
    private static string TLSMask { get { return "xxxxxx????xxx????xxxxx????xx????"; } }
    Last edited by Fabolous1; 01-14-2011 at 02:11 AM.

  12. #57
    galpha's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fabolous1 View Post
    Can someone help me with this please, I can't seem to get my hack working ever since Cataclysm came out. I tried both of the offsets, what does it mean to rebase them? If you add 0x1000 to the clientConnection, do you have to add it to other stuff as well?

    EDIT: Better yet, is it still possible to use FindPattern? Can someone explain to me how to find the new TLS Pattern and TLS Mask's
    I have this for the patch before Cata
    Code:
    private static string TLSPattern { get { return "EB 02 33 C0 8B D 00 00 00 00 64 8B 15 00 00 00 00 8B 34 8A 8B D 00 00 00 00 89 81 00 00 00 00"; } }
    private static string TLSMask { get { return "xxxxxx????xxx????xxxxx????xx????"; } }
    Is has been answered dozens of time on this forum. Since Cataclysm, Blizzard activated ASLR, which randomize memory locations. I will leave it up to you to search for that.

    PS:: His offsets are rebased to 0x1000 and correct.

  13. #58
    Fabolous1's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay thank you sir, I should be able to fix it looking up the ASLR. Thanks a lot

  14. #59
    Batousan's Avatar Corporal
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bobber

    I didn't see it listed lately, offset for the fishing bobber:

    public enum GameObjectFields {
    ...
    GAMEOBJECT_ISBOBBING = 0xD4,
    }

  15. #60
    QKdefus's Avatar Active Member
    Reputation
    54
    Join Date
    May 2010
    Posts
    96
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    AreaID = 0x9EB8F0
    Last edited by QKdefus; 01-21-2011 at 07:13 PM. Reason: AreaID or ZoneID, im confused

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [WoW][3.3.5.12340] Info Dump Thread
    By Nesox in forum WoW Memory Editing
    Replies: 105
    Last Post: 08-16-2025, 11:41 AM
  2. [WoW][4.0.6.13596] Info Dump Thread
    By TOM_RUS in forum WoW Memory Editing
    Replies: 47
    Last Post: 11-12-2012, 02:48 PM
  3. [WoW][4.0.1.13164] Info Dump Thread
    By Seifer in forum WoW Memory Editing
    Replies: 29
    Last Post: 01-18-2011, 09:14 AM
  4. [WoW][4.0.1.13205] Info Dump Thread
    By DrGonzo in forum WoW Memory Editing
    Replies: 12
    Last Post: 11-11-2010, 02:34 PM
  5. [WoW][3.3.3.11723] Info Dump Thread
    By miceiken in forum WoW Memory Editing
    Replies: 2
    Last Post: 03-27-2010, 04:42 PM
All times are GMT -5. The time now is 06:52 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