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: 13 days 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

## Building
You need [Premake](https://premake.github.io/) & [Visual Studio](https://visualstudio.microsoft.com/vs/community/) to build this project

```sh
# clone the project
git clone --recursive https://github.com/eliasmoflag/aether.git
cd aether

# download premake5
wget -O premake5.zip https://github.com/premake/premake-core/releases/download/v5.0.0-beta7/premake-5.0.0-beta7-windows.zip
tar -xf premake5.zip
rm premake5.zip

# build solution
.\premake5.exe vs2022
```