Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.09 KB

CS:GO Multihack

alt text alt text alt text alt text

Features

  • Bunnyhop Bot
  • NoFlash
  • Aimbot (360 degree but also a bit crappy)
  • (Get enemy locations and health values)

Building and Running

<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.

References