项目作者: scjudd

项目描述 :
An external trainer for Assault Cube, written in Rust
高级语言: Rust
项目地址: git://github.com/scjudd/ac-trainer.git
创建时间: 2020-06-20T16:41:32Z
项目社区:https://github.com/scjudd/ac-trainer

开源协议:

下载


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.