Media
- Last updated
- Jul 16, 2026
- Original upload
- Jun 21, 2026
- Language
- SourcePawn
- License
- —
- Type
- Tool
About this project
A modern Left 4 Dead 2 anti-cheat system. Great alternative to SMAC and LILAC anti-cheats.
Description
Project Orion
Project Orion is a server-side Left 4 Dead 2 anti-cheat for competitive SourceMod servers. It is designed as the BLACKWATCH replacement path for Lilac/SMAC checks, with shadow-mode validation before enforcement.
Project Orion uses static cheat dissection, threat-intel mapping, server-side evidence scoring, and safe data-minimization controls. Enforcement is evidence-based and disabled by default until a staging corpus proves thresholds are reliable.
Detection surfaces
- Static, non-executing analysis of Reborn-style trainer samples.
orion_visibility_guardfor ghost/inactive infected data minimization and PVS-hidden enemy evidence.orion_usercmd_guardfor SMAC-style usercmd reuse, regression, tick mutation, and impossible-angle evidence.orion_aim_analyzerfor silent/perfect/humanized aim, snap history, autoshoot, and starter weapon-outcome evidence.orion_movement_analyzerfor bhop, macro, speedhack, fakelag/choke, latency-aware tick drift, and movement anomalies.orion_cvar_policyplusorion_integrityfor data-driven client cvar policy, interpolation, ping/loss, chat-clear, and invalid-name evidence.orion_abuse_guardfor command-rate, dangerous command, and name-change abuse evidence.orion_evidencefor structured admin-reviewable logs.
Validation
python -m unittest discover -s tests -p "test_*.py"
spcomp -E -w234 -w217 -O2 -v2 addons/sourcemod/scripting/orion.sp
See docs/index.md for the complete workflow.