Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynuwenhof-zz/zigbraten
Internal cheat for Cube 2: Sauerbraten written in Zig
https://github.com/ynuwenhof-zz/zigbraten
aimbot cheat internal zig
Last synced: 6 days ago
JSON representation
Internal cheat for Cube 2: Sauerbraten written in Zig
- Host: GitHub
- URL: https://github.com/ynuwenhof-zz/zigbraten
- Owner: ynuwenhof-zz
- License: mit
- Created: 2022-01-30T13:14:22.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T17:59:35.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T19:58:36.720Z (3 months ago)
- Topics: aimbot, cheat, internal, zig
- Language: Zig
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zigbraten
Proof of concept internal cheat for [Cube 2: Sauerbraten](http://sauerbraten.org/) written in [Zig](https://ziglang.org/).
## Features
- **Aimbot**, right shift key
## Usage
1. Clone the repo by running `git clone https://github.com/ynuwenhof/zigbraten.git`
2. Install Zig from [here](https://ziglang.org/learn/getting-started/#installing-zig)
3. Build the dll by running `zig build`
4. Inject the dll into the game using any dll injectorToggle the features with their hotkeys.
## TODO
- More features
- Overlay for GUI and ESP
- Add some kind of module system to manage all the features
This is my first Zig project ever so this code might not be that great.