💖 Menu Specific Detections
This one is a little bit secretive, but don’t worry PrettyPacketAC has it handled! 💅 We’ve got a method that specifically targets LUA menus. While we can’t spill all the tea on how it works, we can tell you that it’s 💯 effective in catching those sneaky changes caused by mod menus! 😘✨
🌸 What It Does:
It monitors your server for any changes that could only be triggered by mod menus.
This method focuses on detecting the unsavory modifications made by LUA-based cheat menus that can cause trouble. 🛑
💖 Why It’s Important:
This detection specifically targets LUA cheat menus. It’s like having a secret agent on the lookout for anyone trying to modify the game in ways they shouldn’t be. 🕵️♀️✨
🌼 How to Use:
This detection runs in the background and doesn't require much input from you. Just let PrettyPacketAC do its thing and watch out for suspicious changes. 🛠️💖
🔧 Configuration
luaCopyEditPrettyPacketAC.AntiMenu = {
enabled = false,
method_1 = {
enabled = false,
action = "WARN", -- Options: "WARN", "KICK", or "BAN"
},
method_2 = {
enabled = false,
action = "WARN", -- Options: "WARN", "KICK", or "BAN"
},
}
enabled
: Turns on or off the mod menu detection system.method_1
&method_2
: These are different detection methods that use unique approaches to detect the presence of mod menus. You can enable one or both for additional security.action
: The action taken if a player is flagged for using a mod menu. Options include:"WARN": Alerts the player with a warning.
"KICK": Kicks the player from the server.
"BAN": Bans the player from the server.
💡 How It Works
Method 1: Detects known patterns or anomalies in the game environment that are commonly associated with mod menu behavior.
Method 2: Utilizes another layer of checks to catch different types of mod menus, increasing the overall detection reliability.
You can use both methods to catch different types of mod menus or adjust based on what best suits your server.
What You Can Expect:
It’s super effective at catching LUA-based cheat menus.
It’s a stealthy guardian that keeps your server safe from those who try to tamper with the game.
No major setup is needed, just let the system handle it and focus on running your server smoothly! 😇✨
Last updated