This project is a simple CustomTkinter-based GUI application created for educational purposes only. It demonstrates how to modify in-game values (e.g., health and ammo) for the game Assault Cube using the pymem library. The application reads and writes memory addresses to enable features like infinite health (God Mode) and infinite ammo for the player's current weapon.
- Light/dark mode toggle
- Manually set the player's health to a specific value.
- Toggle infinite health (9999) and infinite ammo (9999).
- All actions and debug information are displayed in a log frame within the application.
- Displays the process ID and base address of the ac_client.exe module.
Clone the Repository:
git clone https://github.com/your-username/assault-cube-mod-menu.git
cd assault-cube-mod-menuInstall Dependencies:
pip install -r requirements.txtRun the Application:
python main.py- Launch Assault Cube: Start the game and join a match.
- Run the Mod Menu: Launch the application using the command above.
- Set Health: Enter a health value in the input field and click Set Health.
- Toggle God Mode: Use the God Mode switch to enable or disable infinite health and ammo.
- Exit: Click the Exit button to close the application.
This project is only a simple project for educational purposes. It demonstrates basic memory manipulation techniques and is not intended for malicious or illegal use. Modifying game memory may violate the terms of service of the game. I am not responsible for any account bans, penalties, or other consequences resulting from the use of this program. Use this mod menu at your own risk.
