hello,
I have learned c++ for about 4 months now and i have recently learned how to write and read memory addresses. however i need some help or suggestions on what to learn next as i have no idea what to look for.
thank you,
BORATownage
I don't know exactly what you're asking, but..
For finding things in a game:
Cheat Engine - #1 Tool for game hacking
OllyDbg - Very good for reverse engineering
For more advanced hacks in a game:
Learn x86 Assembly/Machine Code to do code injection (Cheat Engine is very good for experimenting/debugging)
DLL Hooking (jump if dll proc is called) requires knowledge of the previous bullet
WinSock Hooking
D3D Hacks
Bypassing Game Security:
***You simply need game security wits to accomplish this