🚫 AntiClientResourceStop

Cheaters love to mess with the resources running on the client side, but we’ve got their number! 🙅‍♀️ This detection helps stop them from shutting down any client-side resources 💥

📌 What It Does

AntiClientResourceStop will kick in when a cheater attempts to stop any client resource, ensuring that malicious actions don't compromise your server’s integrity.

This feature helps keep the game environment stable, as stopping resources on the client side can lead to cheats bypassing protections or disrupting gameplay 🚫

⚙️ Configuration

PrettyPacketAC.AntiClientResourceStop = {
    enabled = false,
    action = "WARN"
}

✨ Recommended Setup:

  • Enable it! It's a great way to secure your client resources from tampering.

  • ⚠️ Start with action = "WARN" to monitor what triggers it and adjust accordingly. Once you're confident, you can switch to KICK or BAN for a stronger response.

⚠️ Important Note

Restarting any client resource while players are connected will trigger this detection. This includes restarting the anticheat or any other client-side resources. To avoid unnecessary kicks, try to minimize client resource restarts during active player sessions.


💡 Pro Tip

If you’re using this alongside AntiResourceStop, you can double down on your defenses! The more layers of protection, the harder it is for cheaters to slip through the cracks 💪✨

Last updated