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
- Host: GitHub
- URL: https://github.com/eliasmoflag/aether
- Owner: eliasmoflag
- License: mit
- Created: 2025-01-20T19:42:50.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-24T20:52:29.000Z (7 months ago)
- Last Synced: 2025-02-24T21:33:41.415Z (7 months ago)
- Topics: aimbot, cheat, counter-strike-2, cpp20, cs2, esp, game-hacking, hack, internal, lua, source-engine, source2
- Language: C++
- Homepage:
- Size: 12.1 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# aether
Experimental Counter-Strike 2 cheat
## 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
```