Skip to content

v7upSln/Assault-Cube-Mod-Menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assault Cube Mod Menu

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.

Features

  • 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.

Installation

Clone the Repository:

git clone https://github.com/your-username/assault-cube-mod-menu.git
cd assault-cube-mod-menu

Install Dependencies:

pip install -r requirements.txt

Run the Application:

python main.py

Usage

  • 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.

Screenshots

Example of the Mod Menu in action

Disclaimer

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages