🎯 Anti Aimbot Detection
Aimbots give players an unfair advantage by locking their aim directly onto targets often snapping unnaturally or maintaining perfect tracking. The AntiAimbot detection in PrettyPacketAC is designed to catch these unfair advantages based on aiming behavior and precision patterns.
🔧 Configuration
PrettyPacketAC.AntiAimbot = {
enabled = false,
action = "WARN", -- Recommended: WARN
}
enabled
: Enables or disables the aimbot detection logic.action
: What action to take when suspicious aim behavior is detected:"WARN"
(✔️ Recommended)"KICK"
"BAN"
💡 What It Does
Monitors aiming behavior for unnatural precision and snapping.
Detects possible aimbot usage based on how quickly and accurately a player is locking onto targets.
Flags patterns that are not typical of human gameplay.
⚠️ Use With Caution!
Important: This detection is known to be temperamental and may trigger false positives, especially in fast-paced combat or against highly skilled players.
Because of this, we highly recommend keeping it set to "WARN"
so you can monitor behavior without taking immediate action.
You can always review flagged cases manually and decide if further action is needed 💻👀
Last updated