wakDuper is a Minecraft Fabric mod designed for exploring dupe exploits in multiplayer environments. This mod provides players with a set of tools that manipulate the GUI and server-client packet interactions, often used in dupe glitch hunting.
- Functionality: Closes your current GUI without sending a
CloseHandledScreen
packet to the server. - Usage: Many small dupe glitches exploit this behavior as the server loses track of the GUI state, leading to potential duplication exploits.
- Functionality: Closes the GUI server-side but keeps it open client-side.
- Usage: While this feature is available, it is generally useless in practical scenarios.
- Functionality: Toggles whether the client should send
ClickSlot
andButtonClick
packets to the server. - Usage: When disabled, all GUI interactions remain client-side and are not transmitted to the server, preventing any server-side processing of those actions.
- Functionality: Stores
ClickSlot
andButtonClick
packets in memory, delaying their transmission to the server until manually toggled back. - Usage: This acts as a "blink" for click slots, allowing players to manipulate and sequence GUI actions in a way often used for dupe exploits.
- Functionality: Saves your current GUI to memory, allowing restoration by pressing the 'V' key (configurable in Keybinds).
- Usage: This allows for actions like placing blocks while remaining in the GUI, as long as the GUI is not closed or replaced.
- Functionality: Works in tandem with "Delay Packets". It sends all delayed packets at once and immediately disconnects the player from the server.
- Usage: Can create potential race conditions on non-vanilla servers, useful for exploiting certain server responses.
- Functionality: Tracks which GUI your player is currently interacting with.
- Usage: Essential for understanding how the game associates GUI interactions with the player.
- Functionality: Tracks the number of clicks made within a GUI.
- Usage: Helps the server monitor and verify player actions in GUIs, though it may provide insight into dupe possibilities.
- Functionality: Allows players to send chat messages or commands without leaving the GUI.
- Usage: Handy for sending pre-prepared commands while still interacting with a GUI.
- Functionality: Automatically prints the current UI's name in chat and copies it to the clipboard.
- Usage: Useful for identifying GUI objects when working on exploits.
- Functionality: Exploits a known dupe method involving books and quills on PaperMC servers.
- Usage: Limited to specific server versions, this dupe method may still work under certain configurations.
- Fix: me-jndildap/BookExploitFix
- Download the latest version of the wakDuper mod from Releases.
- Place the
.jar
file into yourmods
folder within your Minecraft installation. - Run Minecraft with the Fabric loader and enjoy!
We welcome contributions and suggestions! Feel free to open an issue or submit a pull request.
- Minecraft Protocol Information: wiki.vg/Protocol