- Bunnyhop Bot
- NoFlash
- Aimbot (360 degree but also a bit crappy)
- (Get enemy locations and health values)
<Edit the offsets in main.cpp according to your CS:GO version (e.g. with tuxdump)>
mkdir build && cd build
cmake .. && make
sudo chown root:root ./build/bananabot
sudo chmod 100 ./build/bananabot
<Start CS:GO and join a game>
sudo ./build/bananabot
The chown
and chmod
commands are used to "protect" the bot from Valve Anti Cheat (VAC).
A writeup can be found here.