Skip to content

Research project into how hackers cheat in online games

Notifications You must be signed in to change notification settings

sp-hy/CS-GO-Aimbot-ESP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS-GO-Aimbot-ESP

Research project into how hackers cheat in online games.

As a CS:GO player my friends and I are constantly frustrated by the amount of hackers in the game, but as a dev I'm curious as to how they acheieve this programatically, so I've built my own to see how these work.

There are two builds:

  1. A winforms version that uses a directx library for drawing over the game.
  2. A WPF version that uses built-in drawing functions to draw over the game.
  3. libSodium - A from scratch rewrite using the best parts of the two above projects and better code practices.

Main features are:

  1. Aimbot (can aim at different parts of the player skeleton, within an adjustable fov and with adjustable aimspeed etc to look more realistic/human like)
  2. ESP (draw box/circle around players through walls.
  3. Recoil/Spray pattern compensation.
  4. Trigger bot (fire as player passes through crosshair)

Not for use online, you will get banned and rightly so. Many bots were harmed in the making of this app.

About

Research project into how hackers cheat in online games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages