Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 728 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 728 Bytes

aimbot

external csgo aimbot

External aimbot/info beep experiment.

Aimbot thread avoids writing into localplayer's viewangles to aim (probably an instant ban nowadays) and instant cursor movement by utilizing an angle P-regulator, converging the angle between forward view vector and the vector from camera location to target to 0°. Lots of vector math present due to this

Beeps were a later expansion supposed to provide information about nearby unseen enemies

While only tested in one match (in 2017), it was working about as well as you'd expect something like this to work (the opposite of subtle) and it was extremely fun to make with the help of the unknowncheats forums and msdn.microsoft.com win32 API docs