Hello!
I'm looking for the most common way to get new offsets on patch day..
For example i have old 3.0.9 adress 0x10A68E0(targetGuid) and Obj + 0x7DC(object rotation) - How i can update it?:confused:
Hello!
I'm looking for the most common way to get new offsets on patch day..
For example i have old 3.0.9 adress 0x10A68E0(targetGuid) and Obj + 0x7DC(object rotation) - How i can update it?:confused:
/facepalm
Might I suggest reading the stickies at the top of the forum?
Find the addresses with Olly in the 3.0.9 wow.exe and then ethier search the OP codes from the command its in, or search a sequence of commands near that area that prob. wouldnt change...
(Thats only for statics btw)
For an offset youll need to find the dynamic and set a breakpoint on it and find what writes to that dynamic and go from there. For a simple level one pointer you may find that something like 'MOV EBX, [EBP+10]' 0x10 would be your offset and EBP is the static pointer.. But for the player pointer is a level three pointer so its a bit more work to find the base... but you get the main idea.
Have fun reversing mate.
Step 1) Search.
Step 2) Read the section stickies. (Especially the one containing the word 'Rules')
Step 3) Don't post threads like this again if you can't read and/or search.