
I've been building a demo-based cheat detection tool for Counter-Strike 2. It analyzes player behavior using 40+ metrics and produces a suspicion score for each player.
What it does:
- Aim assist, aim anomaly, and wallhack detection
- Pure demo analysis — no Leetify stats, no Steam hours, no FACEIT data
- Each analysis is fully isolated to the demo file itself
- AI-assisted summaries, but detection is algorithmic
What it doesn't do:
- It's not a VAC replacement — it's an analysis tool
- Results alone don't prove anything; it's meant to highlight patterns worth reviewing
If you want to see it in action, here's a case where it flagged a cheater before they got banned on FACEIT: [https://www.youtube.com/watch?v=qhZExvfPwG0&t=284s](vscode-file://vscode-app/c:/Users/Firat/AppData/Local/Programs/Microsoft%20VS%20Code/ce099c1ed2/resources/app/out/vs/code/electron-browser/workbench/workbench.html)
It's early stage, so expect some false positives and negatives. I'm actively adding metrics and tuning with every batch of demos analyzed.
If you want to try it: [https://mercurial.gg/](vscode-file://vscode-app/c:/Users/Firat/AppData/Local/Programs/Microsoft%20VS%20Code/ce099c1ed2/resources/app/out/vs/code/electron-browser/workbench/workbench.html)
Working on this solo and funding everything myself. Feedback, demo submissions, and bug reports are all welcome.