Steam identity verification
OAuth-based Steam login binds your account to a machine-unique hardware fingerprint. No credentials ever stored locally.
Encrypted session comms
All telemetry and heartbeat data is encrypted with AES-256-GCM over a secure WebSocket channel with nonce-based replay protection.
Real-time session monitoring
Memory polling at ~60 Hz captures gameplay events. Periodic heartbeats and server-requested scans keep the session continuously validated.
HWID fingerprinting
A hardware-derived fingerprint correlates sessions across reconnections. Cache files are HMAC-bound to the originating machine.
Anti-debug & VM detection
Startup checks detect debuggers, virtualized environments, and known cheat injection vectors before the session is established.
Files Integrity check
Ensures the authenticity and completeness of all client files through cryptographic hashing and signature verification.