My first internal cheat for AssaultCube.
Built mainly to learn internal DLL injection, memory editing, and basic game hacking concepts.
- No recoil
- Rapid fire
- Infinite health
- Infinite ammo
- Infinite grenades
- Infinite jump
- Infinite armor
- Knife spam
- Hooking ClipCursor() from the WinAPI
Focus of this project is understanding:
- Internal DLL cheats
- Memory manipulation
- Function hooking
- Basic in‑game feature toggles
Big thanks to the creator of this OpenGL ImGui hook used for rendering the menu:
https://github.com/adafcaefc/Universal-OpenGL-2-Kiero-Hook
- Open the
.slnxfile in Visual Studio - Set configuration:
- Release
- Win32
- Build the project
- The compiled DLL will be inside the
Releasefolder
- Start
ac_client.exe - Inject the compiled DLL into the game process
- Open the menu in-game and toggle features
- You can hide/show the menu by pressing Insert
Recommended injector:
https://github.com/DarthTon/Xenos
Created for learning and research purposes (internal game hacking, reversing, memory structures, hooking).
Feel free to fork, improve, or build your own features on top of it.