AntiCheatObfuscator

⭐ — (19 endorsements) 📥 5,877 downloads 📌 v1.4.5 📅 8/5/2024
🟠 Updated over a year ago

By silvervoid · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 12/18/2024 📅 Created: 8/5/2024

🔍 Analysis

  • 👍 0.3% endorsement rate
  • 🏆 #480 of 1560 bukkit mods in this game by downloads

📋 About This Mod

# AntiCheatObfuscator AntiCheatObfuscator will creating a smokescreen of false commands, it becomes significantly harder for cheaters to determine which anti-cheat measures are actually in place, thereby enhancing your server's security. ## Successful cases !(https://cdn.modrinth.com/data/cached_images/36052d706e10b016722932ff6a22246469b8c3a1.jpeg) **Translation:** - HackerM: I find that this is server having 4 anti cheat plugin! - HackerM: Matrix aac vulcan ncp - HackerM: I feel like I can use the anti cheating vulnerability to try to fly - **However,this server only have grim matrix and vulcan** ## Features - Fake Commands: Register fake commands for well-known anti-cheat plugins like Matrix, Grim, AAC, and more. This helps to obfuscate the real anti-cheat plugin in use. - Configurable Commands: Easily enable or disable specific fake commands through a configuration file. The configuration file allows you to specify which fake commands to activate, providing flexibility in managing command visibility. - Auto-Completion Support: Enhance user experience by implementing auto-completion for the fake commands. This feature ensures that users can quickly and accurately use the fake commands, improving usability and reducing potential errors. - Notice administrators when player try to use the fake commmand - **Packet Obfuscation:send some fake packet to obfuscate hacker!(New)** !(https://cdn.modrinth.com/data/cached_images/00988189c828b2063f6e1d30d5e9225a2de85e6a.png) ## Packet Obfuscation Packet Obfuscation (experimental): This new feature aims to enhance anti-cheat effectiveness by sending obfuscated packets with randomized action numbers. It helps to obscure detection mechanisms and improve cheat prevention. Please be aware that this feature is experimental and may impact server performance. Monitor your server's performance when enabled and adjust settings as needed. ### Before !(https://cdn.modrinth.com/data/Tr96sBMe/images/56c834bcd4551a0116a8e57f726eb91f61b7ff32.gif) ### After !(https://cdn.modrinth.com/data/Tr96sBMe/images/a07942632950f878c3ec42ec65480f8f32d2524c.gif) ## Fake Commands support - /grimac - /grim - /aac - /matrix - /ncp - /polar - /vulcan - /spiter - ... ## Configuration example config ``` # The fake command that you want to register # True means the command will be register # -------------------------------- # Please restart server after using it! # -------------------------------- # Show player fake help message instead of no permission # The commands that support this option are: /grimac /grim /matrix /vulcan fakeOpMode: false # This will block player from using /plugins and /pl # Permission: aco.checkPlugins blockPluginsCommand: true blockPluginsCommandMessage: "§cYou do not have permission to use this command!" # ||| This feature is experimental and may impact server performance ||| # # When enabled, this feature sends fake packets to obfuscate the action # numbers used by the anti-cheat system, making it harder for cheats to # detect anti-cheat mechanisms. It does not detect anti-cheat systems but # aims to prevent them from accurately identifying and flagging cheats. # 1.17+ and ProtocolLib packetObfuscate: false # Minimum delay of sending fake packet minInterval: 1 # Maximum delay of sending fake packet maxInterval: 3 # Fake Command Warning enableWarning: true # Register fake command enableFakeCommands: true commands: # GrimAC: No permission / fake help message grimac: true grim: true # AAC: No permission aac: true # Matrix: Basic information / fake help message matrix: true # NCP: No permission / fake help message ncp: true # polar: No permission polar: true # vulcan: No permission / fake help message vulcan: true # spiter: No permission spiter: true # antiaura: No permission antiaura: true # phoenix: No permission phoenix: true # horizon: No permission horizon: true # godseye: No permission godseye: true # You could add other command also! Default return: No permission ``` Tips: After modifying the configuration file, remember to restart the server to apply the changes(y) !(https://bstats.org/signatures/bukkit/AntiCheatObfuscator.svg)

# AntiCheatObfuscator AntiCheatObfuscator will creating a smokescreen of false commands, it becomes significantly harder for cheaters to determine which anti-cheat measures are actually in place, thereby enhancing your server's security.

## Successful cases !(https://cdn.modrinth.com/data/cached_images/36052d706e10b016722932ff6a22246469b8c3a1.jpeg) Translation: - HackerM: I find that this is server having 4 anti cheat plugin! - HackerM: Matrix aac vulcan ncp - HackerM: I feel like I can use the anti cheating vulnerability to try to fly - However,this server only have grim matrix and vulcan ## Features - Fake Commands: Register fake commands for well-known anti-cheat plugins like Matrix, Grim, AAC, and more. This helps to obfuscate the real anti-cheat plugin in use. - Configurable Commands: Easily enable or disable specific fake commands through a configuration file. The configuration file allows you to specify which fake commands to activate, providing flexibility in managing command visibility. - Auto-Completion Support: Enhance user experience by implementing auto-completion for the fake commands. This feature ensures that users can quickly and accurately use the fake commands, improving usability and reducing potential errors. - Notice administrators when player try to use the fake commmand - Packet Obfuscation:send some fake packet to obfuscate hacker!(New) !(https://cdn.modrinth.com/data/cached_images/00988189c828b2063f6e1d30d5e9225a2de85e6a.png)

## Packet Obfuscation Packet Obfuscation (experimental): This new feature aims to enhance anti-cheat effectiveness by sending obfuscated packets with randomized action numbers. It helps to obscure detection mechanisms and improve cheat prevention. Please be aware that this feature is experimental and may impact server performance. Monitor your server's performance when enabled and adjust settings as needed. ### Before !(https://cdn.modrinth.com/data/Tr96sBMe/images/56c834bcd4551a0116a8e57f726eb91f61b7ff32.gif) ### After !(https://cdn.modrinth.com/data/Tr96sBMe/images/a07942632950f878c3ec42ec65480f8f32d2524c.gif)

## Fake Commands support - /grimac - /grim - /aac - /matrix - /ncp - /polar - /vulcan - /spiter - ... ## Configuration example config

``` # The fake command that you want to register # True means the command will be register

# -------------------------------- # Please restart server after using it! # --------------------------------

# Show player fake help message instead of no permission # The commands that support this option are: /grimac /grim /matrix /vulcan fakeOpMode: false

# This will block player from using /plugins and /pl # Permission: aco.checkPlugins blockPluginsCommand: true blockPluginsCommandMessage: "§cYou do not have permission to use this command!"

# ||| This feature is experimental and may impact server performance ||| # # When enabled, this feature sends fake packets to obfuscate the action # numbers used by the anti-cheat system, making it harder for cheats to # detect anti-cheat mechanisms. It does not detect anti-cheat systems but # aims to prevent them from accurately identifying and flagging cheats. # 1. 17+ and ProtocolLib packetObfuscate: false # Minimum delay of sending fake packet minInterval: 1 # Maximum delay of sending fake packet maxInterval: 3

# Fake Command Warning enableWarning: true

# Register fake command enableFakeCommands: true

commands: # GrimAC: No permission / fake help message grimac: true

# AAC: No permission aac: true

# Matrix: Basic information / fake help message matrix: true

# NCP: No permission / fake help message ncp: true

# polar: No permission polar: true

# vulcan: No permission / fake help message vulcan: true

# spiter: No permission spiter: true

# antiaura: No permission antiaura: true

# phoenix: No permission phoenix: true

# horizon: No permission horizon: true

# godseye: No permission godseye: true # You could add other command also! Default return: No permission ```

Tips: After modifying the configuration file, remember to restart the server to apply the changes(y) !(https://bstats.org/signatures/bukkit/AntiCheatObfuscator.svg)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
silvervoid
Version
1.4.5
Downloads
5,877
Endorsements
19
Category
bukkit
Created
8/5/2024
Updated
12/18/2024
Game Versions
1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3
Tags
management, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does AntiCheatObfuscator support?

The author lists 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4. Other versions may work but are untested by the author.

What is the latest version of AntiCheatObfuscator?

Version 1.4.5, published 2024-12-18 with 5,877 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by silvervoid 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods