An open API service indexing awesome lists of open source software.

https://github.com/eliasmoflag/aether

Counter-Strike 2 cheat
https://github.com/eliasmoflag/aether

aimbot cheat counter-strike-2 cpp20 cs2 esp game-hacking hack internal lua source-engine source2

Last synced: 7 months ago
JSON representation

Counter-Strike 2 cheat

Awesome Lists containing this project

README

          

# aether
Experimental Counter-Strike 2 cheat

![ui image](./assets/images/ui.png)

## Features
- Basic aimbot without visibility check
- FOV constraint
- Speed
- Player ESP
- Bounding Box
- Name
- Health
- Snapline
- [Lua scripting system](./src/scripts)

## Building
You need [CMake](https://cmake.org/download) & [Visual Studio](https://visualstudio.microsoft.com/vs/community/) to build this project

```sh
cmake -G "Visual Studio 17 2022" -B build # build the solution
cmake --build build --config Release # compile release
```