🛑 AntiResourceStop
Another layer of defense? Yes please! 💅 This feature helps us detect and react when a sneaky player tries to stop your anticheat 😤
📌 What It Does
AntiResourceStop works hand-in-hand with the heartbeat system to catch players attempting to stop PrettyPacketAC
(or other key resources) via exploit menus or resource manipulation methods.
While the heartbeat system already makes this difficult, this config acts as a failover detection, giving you extra peace of mind 🧘♀️
⚙️ Configuration
luaCopyEditPrettyPacketAC.AntiResourceStop = {
enabled = false,
action = "WARN"
}
✨ Recommended Setup:
✅ Enable it! It's lightweight and offers great coverage.
⚠️ Keep the action set to
WARN
initially while testing, then move toKICK
orBAN
if you're confident in your server's setup.
⚠️ Important Note
If you restart PrettyPacketAC
(or any resource using the heartbeat or AntiResourceStop feature) while players are connected, this detection will trigger.
💡 Best practice: avoid restarting the anticheat while your server is populated.
Last updated