/Assault-Cube-Mod-Menu

This Python script creates a graphical mod menu using tkinter for the game Assault Cube. It allows users to modify in-game values such as health, ammo, kevlar, and player name in real-time. This script utilizes the pymem library to interact with the game's memory, enabling dynamic updates and modifications.

Primary LanguagePython

image

Assault-Cube-Mod-Menu

This Python script creates a graphical mod menu using tkinter for the game Assault Cube. It allows users to modify in-game values such as health, ammo, kevlar, and player name in real-time. This script utilizes the pymem library to interact with the game's memory, enabling dynamic updates and modifications.

Features

  • God Mode: Toggle invincibility on/off with a single button click.
  • Unlimited Ammo: Never run out of ammunition during gameplay.
  • Dynamic Updates: Modify values like health and ammo instantly via input fields.
  • Customizable: Easily customize player name directly from the menu.
  • User Interface: Simple and intuitive tkinter-based interface with a transparent canvas.

Installation

  • Ensure you have Python installed. (or run the binary)
  • Install required libraries:
pip install pymem Pillow

Adjust settings as needed:

Enter new values for health, ammo, and other options.

Toggle God Mode or Unlimited Ammo with their respective buttons.

Drag the window by clicking and dragging the canvas area.

Exit the application by clicking the "Exit" button at the bottom-right corner.

image