Skip to content

🥽 I am currently learning about game hacking, windows api, memory and to test some functions and techniques i choose Assault cube game.

License

Notifications You must be signed in to change notification settings

kauefraga/assault-cube-cheat

Repository files navigation

Assault Cube Cheat

🥽 I am currently learning about game hacking, windows api, memory and to test some functions and techniques i choose Assault cube game.

Features

  • It can modify the health value.
  • It has a namespace containing the offsets that i used.
  • Written with x86 and c++ 20.
  • If you need a memory handler, i wrote one, look memory.h.

Getting Started

  1. Download the .exe
  2. Open the Assault Cube and select a map (empty)
  3. Double click the .exe
  4. Done! Press numpad 1 to assign you new health.

Build

  1. Clone the repository
  2. Open the solution file in your Visual Studio
  3. Build for x86 (release)
  4. Find the .exe at bin/Win32/Release/assault-cube-cheat.exe
# (1)
git clone https://github.com/kauefraga/assault-cube-cheat.git
cd assault-cube-cheat

# (4)
# Take the .exe and move it closer (root)
mv bin/Win32/Release/assault-cube-cheat.exe .

You are welcome to open issues and pull requests!

🧻 Resources

These are the contents that i consume to develop this cheat:

📝 License

This project is licensed under the MIT License - See the LICENSE for more information.

About

🥽 I am currently learning about game hacking, windows api, memory and to test some functions and techniques i choose Assault cube game.

Topics

Resources

License

Stars

Watchers

Forks

Languages