1. Home
  2. Docs
  3. AntiCheat
  4. Detectors
  5. Speed Hack Detected (Pro)

Speed Hack Detected (Pro)

Step 1: AntiCheat Prefab

Add the OPS\AntiCheat\Prefabs\AntiCheat.prefab to your first game scene.

Step 2: Detector

The SpeedHack Detector checks if someone cheats with the gametime (Time.deltaTime).
To prevent the cheating use the ProtectedTime class instead of Unitys Time class.

You can attach an delegate getting called when a speed hack is detected.