Skip to content

'm sick of idiots hanging around on servers. The same AIMmasters who have never played Faceit and they shoot like snax! Updated BOT OW 2022

License

Notifications You must be signed in to change notification settings

CodeBerserkers888/CSGO-OW-2022---FreeStylers-BOT

Repository files navigation

Logo
# CSGO Overwatch Bot FreeStylers 2022

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

Latest LTS Version: 16.15.1

**** Run npm ci Ignore any warnings **** Make a duplicate of the config.json.example and remove the .example **** Adjust your now called config.json wrote yours steam id and pass **** Run node index.js (Use without logging in - Read more)

**** Config

  • account
    • username: Your Steam account name
    • password: Your Steam password
    • sharedSecret: Optional shared secret to generate Mobile Steam Guard codes. Leave empty to enter manually.
    • saveSteamGuard: Set to true to save login key between sessions - This key bypasses Password and Steam Guard (Stored in data/loginKey)
    • invisible: Set to true to show as offline on Steam
    • notifyXPReward: Set to true to receive a notification if you've been granted the Overwatch XP Reward for submitting correct verdicts
  • parsing
    • forceConvictOnPreviousBan: 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 -1 to 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: If true will ignore minimumTime and instead will wait the calculated length of the Overwatch case
    • aimbot
      • maxTicks: Amount of ticks to check when the suspect gets a kill
      • threshold: Maximum threshold between angles before adding an infraction for aimbotting
    • afking
      • radius: If the suspect is within this radius for an entire round count as infraction for griefing
  • detectors
    • Aimbot: Enable/Disable aimbot detector
    • Wallhack: Enable/Disable wallhack detector
    • Griefing: Enable/Disable griefing detector
    • AFKing: Enable/Disable afking detector
    • AntiAim: Enable/Disable anti-aim detector (By @BlackYuzia)
  • verdict
    • writeLog: Should we write our logs to a folder called cases/<CaseID>?
    • backupDemo: Should we backup the Overwatch demo in a folder called cases/<CaseID>?
    • printScoreboard: Should we print a scoreboard with player statistics to console?
    • logWithEmojis: Should we print with emojis? Set to false to use "YES"/"NO" instead of "✔️"/"❌"
    • maxVerdicts: Maximum amount of Overwatch cases to do before stopping. 0 for unlimited.
    • minAimbot: Minimum amount of aimbot infractions required to convict for aimbotting
    • minWallKills: Minimum amount of kills through a wall required to convict for wallhacking
    • minAFKing: Minimum amount of rounds the suspect must be AFK for to count as griefing
    • minAntiAim: Minimum amount of anti-aim infractions the suspect must have before convicting for other
    • minTeamKills: Minimum amount of team kills required to convict for griefing
    • minTeamDamage: Minimum amount of team damage required to convict for griefing

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

About

'm sick of idiots hanging around on servers. The same AIMmasters who have never played Faceit and they shoot like snax! Updated BOT OW 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published