A template for video-game hacking using C.
[ display image of default ]
This template hooks into an x86 process by default and displays a basic rendering
of a cheat menu.
The menu is very modular and is only limited by your creativity.
The hacks section is responsible for hacks API that the event handler relies on.
The drawing section is responsible for drawing API that the renderer relies on.
The events section is responsible for listening for keyboard input and
performing operations based on that input.
The render section is responsible for the initialization, format, and rendering
of the cheat menu for the end user.
- External
- Kernel Driver
- Internal (DLL)