All Projects → ZaharX97 → OWReveal

ZaharX97 / OWReveal

Licence: GPL-3.0 License
CSGO Overwatch revealer by sniffing packets / Find The Suspect steam profile from overwatch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to OWReveal

CSGO-Market-Float-Finder
Find Counter Strike: Global Offensive Steam Market skin float values, seeds, and skin type. Tabulates data for easy sorting.
Stars: ✭ 69 (+200%)
Mutual labels:  steam, csgo
valve-matchmaking-ip-ranges
Lists of locations & IP addresses of Valve servers
Stars: ✭ 69 (+200%)
Mutual labels:  steam, csgo
SteamTracking-GDPR
📜 Tracking Valve's GDPR related pages
Stars: ✭ 21 (-8.7%)
Mutual labels:  steam, csgo
Sapic
A useful tool to crop your Steam profile background for showcases.
Stars: ✭ 189 (+721.74%)
Mutual labels:  profile, steam
steam-box
🎮 Update profile README / pinned gist to contain your Steam playtime leaderboard. 在你的 profile README / pinned gist 上显示你的 steam 游玩时间排行榜。
Stars: ✭ 118 (+413.04%)
Mutual labels:  profile, steam
Overwatcheat
Free, open-source undetected color cheat!
Stars: ✭ 180 (+682.61%)
Mutual labels:  overwatch, csgo
CSGOItemDB
An API to retrieve accurate CS:GO prices for high- and low-tier items
Stars: ✭ 35 (+52.17%)
Mutual labels:  steam, csgo
Node Globaloffensive
A Node.js module to connect to and interact with the CS:GO game coordinator. Mostly used to get item data.
Stars: ✭ 96 (+317.39%)
Mutual labels:  steam, csgo
steam-hour-boost
🔧 Script for idling, boosting playtime in hours, for chosen game without using computer resources. CSGO test successfully.
Stars: ✭ 21 (-8.7%)
Mutual labels:  steam, csgo
SteamBuff Market-WalletBalance
饰品筛选倒余额 比例自定义 已适配buff c5game igxe
Stars: ✭ 66 (+186.96%)
Mutual labels:  steam, csgo
Vac Bypass
Valve Anti-Cheat bypass written in C.
Stars: ✭ 241 (+947.83%)
Mutual labels:  steam, csgo
csgo-cli
CS:GO Console shows your user account, stats and latest matches. It also uploads demo sharecodes to csgostats.gg.
Stars: ✭ 31 (+34.78%)
Mutual labels:  steam, csgo
Vac Bypass Loader
Loader for VAC Bypass written in C.
Stars: ✭ 204 (+786.96%)
Mutual labels:  steam, csgo
Aurora
Unified lighting effects across multiple brands and various games.
Stars: ✭ 1,673 (+7173.91%)
Mutual labels:  overwatch, csgo
Vac Hooks
Hook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.
Stars: ✭ 103 (+347.83%)
Mutual labels:  steam, csgo
csgo-league-web
League web panel
Stars: ✭ 42 (+82.61%)
Mutual labels:  steam, csgo
Steamspeak
Steam and TeamSpeak integration, done right!
Stars: ✭ 27 (+17.39%)
Mutual labels:  steam, csgo
Spacehook
minecraft premium undeteck cheat!
Stars: ✭ 80 (+247.83%)
Mutual labels:  steam, csgo
CallAdmin
CallAdmin is a multilingual sourcemod plugin which provides in-game report functionality
Stars: ✭ 52 (+126.09%)
Mutual labels:  steam, csgo
steam community market
Get item prices and volumes from the Steam Community Market using Python 3
Stars: ✭ 24 (+4.35%)
Mutual labels:  steam, csgo

OWReveal

CSGO Overwatch revealer by sniffing packets

Main window WatchList

Suspects added by people: zahar.one/owrev

Latest Version:

  • v4.6 Download
    • #33 and #35
    • added keybinds (left/right arrows changes round, up toggles kills/scoreboard) (thx NoPlagiarism)

How to use?

  1. Download and install npcap (https://nmap.org/npcap/)
  2. Open my 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 and all needed modules (scapy / requests / Pillow / mysql-connector / protobuf / keyboard)
  3. Download this project and extract into a folder
  4. Open cmd/powershell in that folder

a) For app version >= 4.2 use

pyinstaller --icon app_icon.ico --clean --add-data "resources/app_icon.png;resources" --add-data "resources/csgo_rank_icons/*.png;resources/csgo_rank_icons" --onefile --noconsole main.py

b) For app version <= 4.1.x use

pyinstaller --icon app_icon.ico --onefile --noconsole main.py

  1. 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: What extra modules does this app use?
A: (scapy / requests / Pillow / mysql-connector / protobuf)

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

Demo Rename Format:

?N gets replaced by original demo name (bunch of numbers)
?Ttime_format? gets replaced by demo date in the format you choose
more info here: time format codes

Older Versions:

  • v4.5.7 Download

  • v3.1.5 Download

    • changed npcap link to main site
    • fixed a bug when first adding to watchlist
  • 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

Tags that might help find this

csgo overwatch revealer the suspect find profile cs:go vac watchlist demo guide tutorial
How to Find "The Suspects" profile in Overwatch
csgo find suspect profile
[Tutorial] Viewing "The Suspect's" steam profile.
how to get the real name of the suspect in overwatch cases

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].