https://github.com/jerryshell/ac-esp
AssaultCube ESP DLL with Rust 🦀
https://github.com/jerryshell/ac-esp
assaultcube cheat dll esp game-hack rust
Last synced: about 1 month ago
JSON representation
AssaultCube ESP DLL with Rust 🦀
- Host: GitHub
- URL: https://github.com/jerryshell/ac-esp
- Owner: jerryshell
- License: agpl-3.0
- Created: 2024-01-06T20:58:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-26T09:34:08.000Z (3 months ago)
- Last Synced: 2025-03-27T22:43:17.620Z (about 2 months ago)
- Topics: assaultcube, cheat, dll, esp, game-hack, rust
- Language: Rust
- Homepage:
- Size: 202 KB
- Stars: 100
- Watchers: 3
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AssaultCube ESP DLL with Rust 🦀
Bilibili video: [BV1dN4y1e7Me](https://www.bilibili.com/video/BV1dN4y1e7Me)
YouTube video: [WJ23sV4e7tw](https://www.youtube.com/watch?v=WJ23sV4e7tw)
Applicable game version: **1.3.0.2**
## How to use
1. Download `ac_esp.dll` from [releases](https://github.com/jerryshell/ac-esp/releases)
2. Run AssaultCube in **Windowed Mode**
3. Inject `ac_esp.dll` into `ac_client.exe` ( You can do this with [System Informer](https://github.com/winsiderss/systeminformer) )## Build DLL
```sh
cargo build --release --target=i686-pc-windows-msvc
```or
```sh
cross build --release --target=i686-pc-windows-gnu
```## Screenshot

## Related
- [ac-aimbot](https://github.com/jerryshell/ac-aimbot)
- [windows-ez-overlay](https://github.com/jerryshell/windows-ez-overlay)## References
- [About Windows](https://learn.microsoft.com/en-us/windows/win32/winmsg/about-windows)
- [Rust for Windows](https://kennykerr.ca/rust-getting-started)
- [Windows GDI](https://learn.microsoft.com/en-us/windows/win32/gdi/windows-gdi)
- [Windows Direct2D](https://learn.microsoft.com/en-us/windows/win32/direct2d/direct2d-portal)## License
[GNU Affero General Public License v3.0](https://choosealicense.com/licenses/agpl-3.0/)