BurakBalamir / OWReveal

CSGO Overwatch revealer by sniffing packets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OWReveal

CSGO Overwatch revealer by sniffing packets

Main window WatchList

Versions:

  • v3.1.3 Download

    • updated demo parser
    • fixed team scores in wingman
    • other small fixes
  • v3.1.2 Download

    • project restructured (multiple smaller files instead of one huge file)
    • small bug fix while checking banned players
  • v3.1 Download

    • Added a comment box in WatchList
    • fixed some bugs
  • v3.0 Download

    • Added a watchlist to track suspect players
  • v2.0 Download

    • added demo parsing, see player stats in each round
    • click on player to open steam profile
  • v1.0 Download

    • First release, only finds the demo link

How to use?

  1. Download and install npcap (https://nmap.org/npcap/dist/npcap-0.9988.exe)
  2. Open the program
  3. Select your network interface
  4. Press Start

How to build a .exe from this?

  1. Install the latest python v3
  2. Install pyinstaller
  3. Download this project and extract into a folder
  4. Open cmd/powershell in that folder
  5. pyinstaller --icon app_icon.ico --onefile --noconsole main.py

  6. The .exe should be in /dist/ folder

Q&A

Q: Will I get VAC banned?
A: Probably not, it does the same thing as Wireshark to get the link

Q: What is npcap and why do I need it?
A: I'm not sure but on Windows it's needed to sniff packets

Q: How do I find The Suspect's profile with this?
A: Check who has the same score as The Suspect and click his name

Q: What is with the console version of the .exe?
A: The one with console opens a cmd along and prints errors or whatever print statements I forgot to remove

Q: Not a question, but k/d/a in your app is wrong
A: Could be, in my app it's displayed as k/a/d and I'm not sure I covered all edge cases
Also when you select a round, it shows the stats from the end of that round.

Q: What python version was this written for?
A: I wrote this using python 3.8.1

About

CSGO Overwatch revealer by sniffing packets

License:GNU General Public License v3.0


Languages

Language:Python 100.0%