📚 Dictionary
In this section, we'll cover how PrettyPacketAC detects common cheat menus and injectors that mess with texture dictionaries in your game. This method helps catch sneaky mod menus by monitoring suspicious dictionary names. 💅✨
🌸 What It Does:
This feature monitors certain texture dictionaries that are commonly used by cheat menus to load their visuals and features.
When these dictionaries are detected, PrettyPacketAC will issue a warning (or another action you’ve set).
🌼 Included Dictionaries:
We’ve already included some common dictionaries that mod menus often use.
💖 How to Use:
Enable the dictionary-based detection by setting
enabled = true
.Set the action (Warn, Kick, Ban) depending on how strict you want to be.
You can always add more dictionaries to the list if you discover any new sneaky menus! 🕵️♀️
✨ Example:
If you want to keep an eye on common cheat dictionaries and get a warning when they're detected, your config could look like this:
PrettyPacketAC.Dictionaries = {
enabled = true,
action = "WARN", -- You can change this to Kick/Ban if you'd prefer!
}
🌸 Important Tip:
If you're noticing any unusual behavior, you can always customize the list with new dictionaries or remove the ones you don't need! You’re in control, queen! 👑🌷
Last updated