Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.16 KB

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