[need help] cheatengine memory viewer + finding pointers 05/06/2014 - General Coding - 1 Replies i have some trouble finding pointers & offsets.
I can't attach the debugger or else the game crashes.
So i tried goin through the memory region... sadly I have no idea what i'm doing and so far i haven't found a descent tutorial.
scanning for pointers i still have like 27k pointers after restarting the client and rebooting for like 50 times... >_>
could anyone give me a hint on how to progress?
a nice tutorial Eng/Ger woud do too
[solved]CheatEngine and pointers 04/11/2012 - CO2 Programming - 0 Replies I am a little conceptually confused over how cheatengine evaluates pointers and their values.
I did the usual way of searching for a value in game, in my case it is the char level. I found a most likely value/result and attached a debugger to find out what access it. then i searched for the address of the result i initially found and obtained the address of the base pointer to level.
As per normal i performed "Add address manually" for the pointer i have found in CE, inputted the base...