BeepIsla / CSGO-Overwatch-Bot

Automatically solve CSGO Overwatch cases
GNU Affero General Public License v3.0
186 stars 41 forks source link
bot cheating csgo griefing overwatch report suspect

CSGO Overwatch Bot

Automatically solves Overwatch cases. Its not good but its trying.

You can forcefully parse a demo by running node force.js, it will ask you for a demo file path and a suspect SteamID. Alternatively just use node force.js <Demo> <SteamID>

VAC & Other Bans

This script does not even initialize VAC, you cannot be VAC banned for a cheat detection using this. You can however get manually banned or even suspended from Steam entirely for using this. Valve does not want you to automate Overwatch cases. Use this at your own risk. I am not responsible for any bans, damages, lost items or anything else. You have been warned.

Dependences

NodeJS 12+ version

Installation

  1. Install NodeJS
  2. Download and extract this repository
  3. Open a command prompt inside the directory
  4. Run npm ci
  5. Ignore any warnings
  6. Make a duplicate of the config.json.example and remove the .example
  7. Adjust your now called config.json - See Config
  8. Run node index.js (Use without logging in - Read more)
  9. After every update repeat from step 2

Config

Steamworks

To use this you MUST install node-gyp and build tools - For Windows check this checkbox when installing NodeJS:

You can use this bot without filling in username and password, simply run using node index.js STEAMWORKS. This will run like normal CSGO but without interface and solve Overwatch cases just like the normal bot, it does so by communicating with Steam the same way any Steam game does. You must have Steam running while using this.

Using this will ignore username, password, sharedSecret, saveSteamGuard and invisible in your config.