Hello,
I can't find some good tutorial on how to make internal hack.
So if you know some please tell me.
-- Of topic --
Packet tuts would be nice too.
i tried making a dll out of my cheat but you may have problems with your memory class, just make a new project, then choose Windows Application and click next then choose dll and empty project. i dont REALLY know but thats how to make the dll
An internal hack is synchronized with the games code usually through a hook of some kind.
Most people create Dll's that are injected into the game.
Once injected you are within the same memory space as the executing game code and you can directly read/write from/to the game.
There is no need for an API like ReadProcessMemory/WriteProcessMemory.
Where externally you might do something like this: