🎯 No Recoil

Cheaters love to remove recoil to gain an unfair advantage in gunfights. This system is designed to detect and flag players who are firing weapons without the expected amount of camera movement (recoil).

🔍 How It Works

The system monitors the player's shooting behaviour and camera feedback. If a player is consistently firing weapons without recoil something that's not possible under normal game mechanics they’ll be flagged for no recoil usage.

⚙️ Configuration

PrettyPacketAC.AntiNoRecoil = {
    enabled = false,
    action = "WARN", -- Options: "WARN", "KICK", or "BAN"
}
  • enabled: Toggle this detection on or off.

  • action: Choose how the system should respond when no recoil is detected.


💡 Tips & Notes

  • 🔧 This check is best used on medium-to-high population servers where gunplay is common.

  • 🔍 Works best when combined with other combat-related detections like Anti-Damage Changer or Hitbox Modifier.

  • ⚠️ False flags are rare but possible, especially with custom recoil systems—so test thoroughly if you're using one.

Keep your gunfights fair and skill-based not cheat-based. 💥

Last updated