Finding Game Pointer Addy
I was wondering if there a key word is to find the addy for the game pointer. In Olly. Any help would be appreciated.
You don't need to?
INT PID = -1;
HANDLE hProcess = OpenProcess( PROCESS_ALL_ACCESS, FALSE, PID);
hProcess will have the base address (aka. Pointer) of your game.