help memory editing Steam
a Steam game i have has values that have different memory each time i restart, such as the ammo memory change from 2D036FE0 to 2D31C734
can u help me so i can hack it?
Use Cheat engine, search manually for the value, if it's green then it's an offset from a module. Double click the address in the list and a box will come up and say <module>.dll+<offset>
And then you can use c++ to find the address when you inject a dll.
If it's not green then you need to find the player pointer, if that's the case ask someone else.
~lilneo
ok so i traced it back to the static address of server.dll+716A34.
how can i find server.dll value in c++?