CSGO-Overwatch-Bot
CSGO-Overwatch-Bot copied to clipboard
Automatically solve CSGO Overwatch cases
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
- Install NodeJS
- Download and extract this repository
- Open a command prompt inside the directory
- Run
npm ci - Ignore any warnings
- Make a duplicate of the
config.json.exampleand remove the.example - Adjust your now called
config.json- See Config - Run
node index.js(Use without logging in - Read more) - After every update repeat from step 2
Config
accountusername: Your Steam account namepassword: Your Steam passwordsharedSecret: Optional shared secret to generate Mobile Steam Guard codes. Leave empty to enter manually.saveSteamGuard: Set totrueto save login key between sessions - This key bypasses Password and Steam Guard (Stored indata/loginKey)invisible: Set totrueto show as offline on SteamnotifyXPReward: Set totrueto receive a notification if you've been granted the Overwatch XP Reward for submitting correct verdicts
parsingforceConvictOnPreviousBan: When parsing is done the Suspect's Steam profile is checked for previous bans, if the previous ban is younger than this number of days it will forcefully convict the suspect for wallhack. Use-1to disable.minimumTime: Minimum amount of time in seconds for parsing to take before sending verdict to CSGO. If too low CSGO will ignore our verdict.waitCalculatedDemoTime: Iftruewill ignoreminimumTimeand instead will wait the calculated length of the Overwatch caseaimbotmaxTicks: Amount of ticks to check when the suspect gets a killthreshold: Maximum threshold between angles before adding an infraction for aimbotting
afkingradius: If the suspect is within this radius for an entire round count as infraction for griefing
detectorsAimbot: Enable/Disable aimbot detectorWallhack: Enable/Disable wallhack detectorGriefing: Enable/Disable griefing detectorAFKing: Enable/Disable afking detectorAntiAim: Enable/Disable anti-aim detector (By @BlackYuzia)
verdictwriteLog: Should we write our logs to a folder calledcases/<CaseID>?backupDemo: Should we backup the Overwatch demo in a folder calledcases/<CaseID>?printScoreboard: Should we print a scoreboard with player statistics to console?logWithEmojis: Should we print with emojis? Set tofalseto use "YES"/"NO" instead of "✔️"/"❌"maxVerdicts: Maximum amount of Overwatch cases to do before stopping.0for unlimited.minAimbot: Minimum amount of aimbot infractions required to convict for aimbottingminWallKills: Minimum amount of kills through a wall required to convict for wallhackingminAFKing: Minimum amount of rounds the suspect must be AFK for to count as griefingminAntiAim: Minimum amount of anti-aim infractions the suspect must have before convicting for otherminTeamKills: Minimum amount of team kills required to convict for griefingminTeamDamage: Minimum amount of team damage required to convict for griefing
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.