https://github.com/rft0/assaultcube-internal
AssaultCube (v1.3.0.2) Internal Cheat written in C99
https://github.com/rft0/assaultcube-internal
aimbot assault-cube assault-cube-internal assaultcube assaultcube-aimbot assaultcube-cheat assaultcube-esp assaultcube-hack assaultcube-internal assaultcube-triggerbot esp memory-hacking triggerbot
Last synced: 3 months ago
JSON representation
AssaultCube (v1.3.0.2) Internal Cheat written in C99
- Host: GitHub
- URL: https://github.com/rft0/assaultcube-internal
- Owner: rft0
- License: mit
- Created: 2024-07-07T10:31:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-13T14:49:44.000Z (over 1 year ago)
- Last Synced: 2025-05-22T14:14:44.725Z (8 months ago)
- Topics: aimbot, assault-cube, assault-cube-internal, assaultcube, assaultcube-aimbot, assaultcube-cheat, assaultcube-esp, assaultcube-hack, assaultcube-internal, assaultcube-triggerbot, esp, memory-hacking, triggerbot
- Language: C
- Homepage:
- Size: 985 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Assault Cube 1.3.0.2 Internal Cheat
Assault Cube 1.3.0.2 cheat for windows written in C99, can be injected with any injector.

## Customization
When injected first time program automatically generates `config.json` at `Users\\Documents\AssaultCubeInternal`.
```json
{
"Aimbot": {
"Enabled": true,
"FOV": 100
},
"Triggerbot": {
"Enabled": true,
"Delay": 0
},
"ESP": {
"Enabled": true,
"RectangleOutlineColorFriend": [0, 255, 0, 240],
"RectangleOutlineColorEnemy": [255, 0, 0, 240],
"RectangleFillColorFriend": [0, 255, 0, 128],
"RectangleFillColorEnemy": [255, 0, 0, 128],
"RectangleVisibleFillColorFriend": [0, 255, 0, 64],
"RectangleVisibleFillColorEnemy": [255, 0, 0, 64],
"RectangleNameColorFriend": [0, 255, 0, 240],
"RectangleNameColorEnemy": [255, 0, 0, 240],
"LineColorFriend": [0, 255, 0, 240],
"LineColorEnemy": [255, 0, 0, 240]
}
}
```
Arrays for esp properties represents [R, G, B, A].
## Requirements
* MSVC
* Clang (Optional)
* GNU Make (Optional)
## Disclaimer
This project is developed for educational purposes only. It is intended to demonstrate and teach various programming techniques, concepts, and methods. The author does not endorse or condone any misuse of the project.