Nitro Giveaway is LIVE! 1 winner, join our Discord to enter before time runs out.Discord

Anti Executor

Detect cheat executors and injection tools running alongside the game.

Anti Executor detects cheat executors and injection tools running alongside the game. It replaced the earlier Anti Overlay detection.

Recommended config

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

json
"AntiExecutor": {
  "Enable": true,
  "Action": "ban",
  "Types": {
    "Internal": true,
    "BlockInput": true,
    "External": true,
    "Bypass": true,
    "Spoofed": true
  }
}

Settings

Enable turns Anti Executor on or off.

Action sets the punishment Raven applies when Anti Executor 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:

  • Internal checks executors injected into the game process.
  • BlockInput checks tools that block normal player input.
  • External checks executors running outside the game.
  • Bypass checks known detection-bypass techniques.
  • Spoofed checks executors that spoof their identity.

With all five set to true, Raven runs every Anti Executor check.

Tuning tips

If Anti Executor 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 Executor stays enabled, all check types stay active, and detections trigger a ban.