Disabler
Disabler is a collection of server- and anticheat-specific exploits bundled into one module. Each entry inside it targets a particular anticheat (Vulcan, Verus, Grim, AAC) or a particular network (Hypixel, Mineland, Miniblox, BlocksMC), and tries to weaken or trick its checks so that other cheats can run without getting flagged. Because every method is tailored to one target, you should only switch on the entry that matches the server you are actually playing on — enabling the wrong one does nothing useful and can make you more detectable.
Most entries are toggleable groups that you turn on individually; the module also prints an info message in chat when you enable it. Several of them only do something in combination with another module — for example the scaffold-related entries assist Scaffold, and MinelandFly cooperates with Fly. A few are strict about their requirements and will switch themselves back off if conditions aren't met (such as VulcanRiptide without a Riptide trident, or Miniblox outside of a 1.8 ViaFabricPlus connection).
Disablers are inherently fragile: servers patch them over time, so an entry that worked last month may flag or fail today. Treat them as best-effort and be ready to turn them off if you start getting kicked or set back.
Category: Exploit Enabled by default: No
Settings
| Setting | Type | Default | Range | Description |
|---|---|---|---|---|
| GrimSpectate | Toggleable Group | Off | — | Targets Grim (and older Intave). Exploits the temporary flight abilities you gain when dying (e.g. in Bedwars) by delaying transactions, briefly disabling movement and combat checks. Shows a warning when enabled. |
| VulcanScaffold | Toggleable Group | Off | — | Helps Scaffold defeat Vulcan's scaffold and sprint-direction checks by sending sprint and un-sneak packets. |
| VulcanRiptide | Toggleable Group | Off | — | Abuses a Riptide trident to disable Vulcan movement checks. Requires a Riptide-enchanted trident in your offhand and turns itself off if you don't have one. Patched on newer Vulcan versions. |
| AAC1.9.10 | Toggleable Group | Off | — | Targets AdvancedAntiCheat version 1.9.10 by nudging your outgoing movement packets. |
| SpigotSpam | Toggleable Group | Off | — | Prevents Spigot/Bukkit anti-spam kicks by disguising your chat messages so the server treats them as an exempt command. |
| SpigotSpam → Message | Text | /skill | — | The prefix text added to your messages so the server's spam filter ignores them. |
| VanillaSpeed | Toggleable Group | Off | — | Beats the vanilla server-side speed limit by splitting your movement into several extra position packets. |
| VanillaSpeed → PacketType | Choice | OnGroundOnly | OnGroundOnly, PositionAndOnGround | Which form of movement packet to send for the extra packets. |
| VanillaSpeed → DistancePerPacket | Decimal | 10.0 | 1.0–20.0 | How much distance you travel before another extra packet is sent. Lower values send more packets. |
| SwingOrder | Toggleable Group | Off | — | Fixes the order of the arm-swing packet when placing, breaking, or attacking, to avoid swing-related flags on outdated anticheats such as NoCheatPlus. Should not be used on modern anticheats. |
| LiveOverflow | Toggleable Group | Off | — | Made specifically for LiveOverflow's server; rounds your movement coordinates before they are sent. |
| MinelandFly | Toggleable Group | Off | — | Lets you vanilla-fly on Mineland when used together with Fly. You can't see other players while it's active, so it's best for grabbing beds or covering distance rather than fighting. |
| VerusCombat | Toggleable Group | Off | — | Disables Verus combat checks by ignoring and faking transaction/ping packets. |
| VerusCombat → WaitUntilCombat | Toggle | false | — | Only start manipulating packets after you have attacked an entity, instead of immediately. |
| VerusExperimental | Toggleable Group | Off | — | An experimental Verus disabler (originally aimed at BlocksMC) that queues and delays packets. Being experimental, it can be unstable and may not work on every Verus build. |
| VerusExperimental → WorldChangeWait | Integer | 15000 | 0–30000 ms | How long to pause the disabler after changing worlds, to let the connection settle. |
| VerusExperimental → DelayEndTime | Integer | 14000 | 0–30000 ms | How long packets may be held before the queue is flushed. |
| VerusExperimental → DelayBeginTime | Integer | 13800 | 0–30000 ms | How long before movement packets start being queued. |
| VerusExperimental → Scaffold14E | Toggle | false | — | Rewrites block-placement packets to help bypass Verus's scaffold check while bridging. |
| VerusExperimental → VoidTP | Toggleable Group | Off | — | Repeatedly teleports you down toward the void and confirms the teleport itself to confuse setback handling. |
| VerusExperimental → VoidTP → VoidTPDelay | Integer | 1000 | 0–30000 ms | Minimum time between void teleports. |
| VerusExperimental → VoidTP → WaitForGround | Toggle | true | — | Only perform the void teleport while you are standing on the ground. |
| VerusExperimental → NoAction | Toggleable Group | Off | — | Suppresses certain action packets while the disabler runs. |
| VerusExperimental → NoAction → Sprinting | Toggle | true | — | Cancels start/stop sprint packets so sprint state changes aren't reported. |
| VerusScaffoldG | Toggleable Group | Off | — | Verus scaffold disabler that alters block-placement packets; use alongside Scaffold. |
| Hypixel | Toggleable Group | On | — | Hypixel motion disabler that manipulates your movement after jumping to slip past Watchdog's motion checks. |
| Hypixel → NotWithStar | Toggle | false | — | Don't activate while a Nether Star is in your hotbar (useful for game modes where the star matters). |
| HypixelScaffold | Toggleable Group | On | — | Scaffold disabler tuned for Hypixel; works together with Scaffold to avoid bridging flags. |
| Miniblox | Toggleable Group | Off | — | Targets the Miniblox network. Requires a 1.8 connection through ViaFabricPlus and turns the module off if that condition isn't met. |
Last updated: 2026-06-08 — Based on source code