💖 Anti Visuals

PrettyPacketAC includes Anti Visuals detection for both Thermal Vision and Night Vision, designed to prevent players from gaining unfair advantages using cheats that enable these effects. These protections help ensure that players cannot use these visual aids to gain an unfair advantage during gameplay.

🛠️ Configuration Overview

In your config.lua file, you can configure both Thermal Vision and Night Vision detection like this:

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

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

🔧 Available Actions

  • "WARN": Logs the detection but doesn’t take action.

  • "KICK": Kicks the player from the server if Thermal Vision or Night Vision is detected.

  • "BAN": Bans the player from the server on detection.

Pro Tip:

  • Test thoroughly: While these protections are quite reliable, testing is essential to ensure that no legitimate players are affected by visual aids such as night vision or thermal effects. If you have any custom scripts that use similar effects, consider implementing bypasses as needed.


With these settings, you’ll be able to effectively block Thermal and Night Vision cheats. Let me know if you need any further help or adjustments! 💖

Last updated