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.
"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:
Internalchecks executors injected into the game process.BlockInputchecks tools that block normal player input.Externalchecks executors running outside the game.Bypasschecks known detection-bypass techniques.Spoofedchecks 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.