Skip to content

jerryshell/ac-esp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssaultCube ESP DLL with Rust 🦀

Bilibili video: BV1dN4y1e7Me

YouTube video: WJ23sV4e7tw

Applicable game version: 1.3.0.2

How to use

  1. Download ac_esp.dll from releases
  2. Run AssaultCube in Windowed Mode
  3. Inject ac_esp.dll into ac_client.exe ( You can do this with System Informer )

Build DLL

cargo build --release --target=i686-pc-windows-msvc

or

cross build --release --target=i686-pc-windows-gnu

Screenshot

screenshot

Related

References

License

GNU Affero General Public License v3.0