Learn Programming first C / C++ / C#
after Next Step
Learn Reversing Engineering
All hacking consists of modifying memory in a game. Writing any hack involves four main steps:
- Identify what you want to change.
- Understand what memory you need to locate.
- Locate that memory in the game.
- Change that memory.
These steps apply for any hack, regardless of the complexity.
There are three main types of game hacks that can be programmed. These are:
- External executables
- Injected DLL’s (dynamic-link libraries)
- Kernal