An external trainer for Assault Cube, written in Rust
ac-trainer is a Rust program that makes you really good at AssaultCube.
It is an “external” trainer, meaning that it interacts with AssaultCube through Windows’ ReadProcessMemory and WriteProcessMemory API, rather than, say, injecting a DLL and hijacking/spawning a thread in AssaultCube.
Currently, it will:
This project was was undertaken in order to get better at Rust, to learn a little bit about game hacking, and to do something with Windows for the first time in a long time. To maximize learning, it does not pull in any external dependencies.