Skip to content

eliasmoflag/aether

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aether

Experimental Counter-Strike 2 cheat

ui image

Features

  • Basic aimbot without visibility check
    • FOV constraint
    • Speed
  • Player ESP
    • Bounding Box
    • Name
    • Health
    • Snapline
  • Lua scripting system

Building

You need CMake & Visual Studio to build this project

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