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: about 1 month ago
JSON representation

AssaultCube ESP DLL with Rust 🦀

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

![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)
- [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/)