Skip to content

GOverwatch is a tool written in go to get the actual Demo from CS:GO Overwatch and find out who's the suspect.

License

Notifications You must be signed in to change notification settings

flopana/GOverwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOverwatch

GOverwatch is a tool written in go to get the actual Demo from CS:GO Overwatch and find out who's the suspect.

Installation

Download the goverwatch.exe including the config.json. Refer to the Configuration part in this README or instructions by the program.

Also you need to install npcap which is used to sniff your network traffic.

Alternatively clone this repo and compile it yourself go build -o goverwatch.exe main.go

Usage

Start GOverwatch, after finding the Demo it will prompt you and ask in which round your overwatch case started at.

alt text

After the last player has been parsed GOverwatch will prompt you again and asks if it should advance to the next round.

Whith this you are able to find the real suspect by comparing the stats.

Configuration

To be able to get the profile links aswell you need to fill in your SteamWebApiKey which you can obtain on this site. https://steamcommunity.com/dev/apikey

{
  "steamWebApiKey": "youre API Key here",
  "networkDevice": "\\Device\\NPF_{ABCDE-EFGHI-JKMLNOP123456}"
}

Notice the two backticks to mask the second backtick otherwise json would interpret something there

In conclusion convert:

\Device\NPF_{ABCDE-EFGHI-JKMLNOP123456}

to

\\Device\\NPF_{ABCDE-EFGHI-JKMLNOP123456}

How do I find my device?

Simply don't fill out the "networkDevice" GOverwatch will list all available devices

For further questions don't hesitate to open an issue

About

GOverwatch is a tool written in go to get the actual Demo from CS:GO Overwatch and find out who's the suspect.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages