Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:12:44.000Z (12 days ago)
- Last Synced: 2024-10-29T11:02:42.116Z (12 days ago)
- Topics: assaultcube, cheat, dll, esp, game-hack, rust
- Language: Rust
- Homepage: https://www.bilibili.com/video/BV1dN4y1e7Me
- Size: 177 KB
- Stars: 91
- Watchers: 3
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AssaultCube ESP DLL with Rust 🦀
Bilibili Video: [https://www.bilibili.com/video/BV1dN4y1e7Me](https://www.bilibili.com/video/BV1dN4y1e7Me)
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
3. Inject `ac_esp.dll` into AssaultCube ( You can do this with [Process Hacker](https://processhacker.sourceforge.io) )## Build DLL
```sh
cargo build --release --target=i686-pc-windows-msvc
```or
```sh
cross build --release --target=i686-pc-windows-gnu
```## Screenshot
![screenshot](img/screenshot.jpg)
## 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)## LICENSE
[GNU Affero General Public License v3.0](https://choosealicense.com/licenses/agpl-3.0/)