Skip to content

An external trainer for Assault Cube, written in Rust

Notifications You must be signed in to change notification settings

scjudd/ac-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Print out each player's name, health, armor and position every second
  • If Caps Lock is active it will aim at the closest living player
  • Godmode

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.

Releases

No releases published

Packages

No packages published

Languages