Posts: 21
Threads: 2
Joined: Dec 2010
Reputation:
0
How can i find out the address of a dvar e.g. jump_height if its write protected and cant use cheat engine to scan for changing values, also tried ollyDBG but when game isnt open i see the strings for jump_height but once its open they all disappear?
any help pls
Posts: 3,598
Threads: 265
Joined: Oct 2010
Reputation:
76
Somewhere above the first reference of jump_height you have the address of a pointer.
Resolve that pointer and add 0x10 to the result.
Now you have the jump_height.
Or you could learn how to ASM and fix the "write protected" message, which is easier.
Posts: 1,830
Threads: 104
Joined: Jan 2011
Reputation:
46
jump_height is 39 by default btw.