💕 Aim Assist

Aim Assist Detection is designed to catch players using external tools or cheats to improve their aim. This feature helps keep combat fair by flagging suspicious aim behavior that could indicate aim assist use.

🛠️ Configuration:

PrettyPacketAC.AntiAimAssist = {
    enabled = false,
    action = "WARN",
}
  • enabled: Set this to true to enable the detection.

  • action: Choose what happens when someone is detected: "WARN", "KICK", or "BAN"

Notes:

  • This detection works well alongside other combat checks like Hitbox Modification or Superjump.

  • False positives are rare, but like all cheat detections, it's best to observe logs before applying strict punishments.

Last updated