Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 695 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 695 Bytes

zigbraten

Proof of concept internal cheat for Cube 2: Sauerbraten written in Zig.

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
  3. Build the dll by running zig build
  4. Inject the dll into the game using any dll injector

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