ac-esp
ac-esp copied to clipboard
AssaultCube ESP DLL with Rust 🦀
AssaultCube ESP DLL with Rust 🦀
Bilibili Video: https://www.bilibili.com/video/BV1dN4y1e7Me
Applicable Game Version: 1.3.0.2
How to use
- Download
ac_esp.dll
from releases - Run AssaultCube
- Inject
ac_esp.dll
into AssaultCube ( You can do this with Process Hacker )
Build DLL
cargo build --release --target=i686-pc-windows-msvc
or
cross build --release --target=i686-pc-windows-gnu