Raven AnticheatRavenAnticheat

Anti Overlay

Detect suspicious overlays shown over the game.

Anti Overlay detects suspicious overlays shown over the game.

Recommended config

Use this config to enable all Anti Overlay checks and ban on detection.

json
"AntiOverlay": {
  "Enable": true,
  "Action": "ban",
  "Types": {
    "Normal": true,
    "Aiming": true,
    "NoInput": true,
    "External": true
  }
}

Settings

Enable turns Anti Overlay on or off.

Action sets the punishment Raven applies when Anti Overlay triggers. Use ban only if you are comfortable reviewing these detections. If you want a safer starting point, use kick first and monitor the logs.

Types control which checks are active:

  • Normal checks common overlay behavior.
  • Aiming checks overlays that appear during aiming.
  • NoInput checks overlays that appear without normal player input.
  • External checks overlays created outside the game.

With all four set to true, Raven runs all Anti Overlay checks.

Tuning tips

If Anti Overlay works correctly, no change is needed. If you see false positives, do not disable the whole feature first. Disable only the specific type that keeps causing the issue.

Result

With this config, Anti Overlay stays enabled, all check types stay active, and detections trigger a ban.