Skip to content

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.

Notifications You must be signed in to change notification settings

Cr0mb/Assault-Cube-Mod-Menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages