UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (2024)

Homepage » Minecraft Mods » UI Utils Mod (1.20.6, 1.20.1) – Dupe Hunting, Multiplayer Dupe Glitch

109,621views ❘3 weeks agoAuthor: Coderx Gamer Available for: Fabric

UI Utils Mod (1.20.6, 1.20.1) helps you double any item in the Shulker Box, making you rich and powerful easily. Make sure the server has ShulkerPacks plugin installed.

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (1)

Screenshots:

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (2)

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (3)

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (4)

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (5)

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (6)

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (7)

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (8)

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (9)

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (10)

How to use:

  • Open any inventory/container with the mod and you should see a few buttons.

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (11)

  • “Close without packet” closes your current gui (ScreenHandler) without sending a CloseHandledScreenC2SPacket to the server.
  • “De-sync” closes your current gui server-side and keeps it open client-side.
  • “Send packets: true/false” tells the client whether it should send any ClickSlotC2SPacket(s) and ButtonClickC2SPacket(s).
  • “Delay packets: true/false” when turned on it will store all ClickSlotC2SPacket(s) and ButtonClickC2SPacket(s) into a list and will not send them immdiately until turned off which sends them all at once.
  • “Save GUI” saves your current gui to a variable and can be accessed by pressing a keybind in the keybinding options (default key is ‘V’).
  • “Disconnect and send packets” will if “Delay packets” is turned on send the list of stored packets immediately and then disconnect right afterward (can create potential race conditions on non-vanilla servers).
  • “Sync Id: ??” is a number used internally to sync various gui related packets.
  • “Revision: ??” is a number used internally to sync various gui related packets sent from the server to the client.
  • “Fabricate packet” allows you to create a custom ClickSlotC2SPacket and ButtonClickC2SPacket within a window it creates.
  • Fabricate packet tutorial (Click Slot):
  • ClickSlotC2SPacket(s) are what the client sends to the server when clicking any slot in a gui (e.g. shift clicking an item).
  • When clicking the “Fabricate packet” button you should see this window appear:

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (12)

  • Clicking “Click Slot” will open up this window:

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (13)

  • Enter the “Sync Id” and “Revision” value you see in the in-game gui to the “Click Slot Packet” gui.
  • The “Slot” value should be set to what slot you would like to click (starting from 0) you can generally find the location of gui slots on google for generic guis, e.g. double chest:

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (14)

  • The “Button” field should be set to either: (0 is a leftclick, 1 is a rightclick, 0-8 and 40 will be explained below).
  • The “Action” field should be set to one of these options,

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (15)

  • “PICKUP” puts the item on the slot field on your cursor or visa versa, “QUICK_MOVE” is a shift click, “SWAP” acts as a hotbar or offhand swap (e.g. if your “Action” is set to “SWAP” and the “Button” set to 0-8, it will swap the item in the “Slot” field to one of those hotbar slots (starting from 0) or visa versa, “Button” being set to 40 will swap the item in the “Slot” field to your offhand or visa versa), “CLONE” acts as a middle click to clone items (only works in creative mode), “THROW” drops the item in the “Slot” field, “QUICK_CRAFT” is a bit complicated so you will have to experiment yourself or look into some code for it, “PICKUP_ALL” will pickup all the items matching to the item on your cursor, As long as “Slot” is within bounds of that gui.
  • The “Send” button will send the packet with all the info you inputed and will give a response if it was successful or failed to send the packet you provided.
  • Example of this feature:

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (16)

  • When clicking “Send” in the above image, It should drop the bedrock item on the ground.

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (17)

  • Fabricate packet tutorial (Button Click):
  • ButtonClickC2SPacket(s) are what the client sends to the server when clicking a button in a server-side gui (e.g. clicking an enchantment in an enchantment table).
  • When clicking the “Fabricate packet” button you should see this window appear:

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (18)

  • Clicking “Button Click” will open up this window:

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (19)

  • Enter the “Sync Id” field in the “Button Click Packet” gui as the “Sync Id” value you will see in the in-game gui.
  • Enter the “Button Id” field as what button you would like to click in a gui (starting from 0)
  • Example of this feature:

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (20)

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (21)

UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (22)

Requires:

Fabric Modloader

Fabric API

How to install:

Don’t miss out today’s latest Minecraft Mods

UI Utils Mod (1.20.6, 1.20.1) Download Links

For Minecraft 1.19.2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.19.3

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.19.4

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.1, 1.20

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.4, 1.20.3

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.5

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.6

Fabric version: Download from Server 1Download from Server 2

Click to rate this post!

[Total: 74 Average: 3.4]

Tags:

Minecraft 1.19.2 ModsMinecraft 1.19.3 ModsMinecraft 1.19.4 ModsMinecraft 1.20 ModsMinecraft 1.20.1 ModsMinecraft 1.20.2 ModsMinecraft 1.20.3 ModsMinecraft 1.20.4 ModsMinecraft 1.20.5 ModsMinecraft 1.20.6 ModsOre and Resource Mods

YOU MAY ALSO LIKE...

Easier Shulkers Mod (1.20.4, 1.19.2) – Simplify Your Inventory

318views❘Author: CodeSloth

Easier Shulkers Mod (1.20.4, 1.19.2) is a convenient mod designed to simplify the interaction with…

Voice Chat Interaction Mod (1.20.6, 1.20.1) – Speak, And The Game Listens!!!

2,799views❘Author: henkelmax

Voice Chat Interaction Mod (1.20.6, 1.20.1) is a server-side Fabric mod designed to integrate Simple…

Set World Spawn Point Mod (1.20.6, 1.20.1) – Setting Your Spawn

5,548views❘Author: Serilum

Set World Spawn Point Mod (1.20.6, 1.20.1) allows players to set a spawn point for…

Parrochute Mod (1.20.4, 1.19.2) – Parrots for Slow Descents from High Places

140views❘Author: Eugene

Parrochute Mod (1.20.4, 1.19.2) is the mod that proves parrots are far from useless in…

Better Bridging Mod (1.20.4, 1.19.2) – Multiple Blocks Placement

276views❘Author: InfernalStudios

Better Bridging Mod (1.20.4, 1.19.2) is a compact modification that introduces a new item known…

Block Runner Mod (1.20.4, 1.19.4) – New Functions for Blocks

3,304views❘Author: Fuzs_

Block Runner Mod (1.20.4, 1.19.4) implements a new feature into the game, in which, players…

Farts Mod (1.20.6, 1.20.1) – Grow Plants with Farts

752views❘Author: Nicusha

Embark on a whimsical journey through Minecraft's blocky landscapes with Farts Mod (1.20.6, 1.20.1), a…

Tooltip Scroll Mod (1.20.6, 1.20.1) – Scroll Your Way To Clarity

322views❘Author: Provismet

The Tooltip Scroll Mod (1.20.6, 1.20.1) introduces a game-changing feature to Minecraft: scrollable tooltips. Gone…

EMIffect Mod (1.20.1, 1.19.3) – Mastering Status Effects

275views❘Author: Flamarine

In the ever-expanding world of Minecraft mods, the EMIffect Mod (1.20.1, 1.19.3) stands out as…

  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (32)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (33)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (34)
  • Automation and Processing Mods
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (35)Backpack
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (36)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (37)Boss Mods
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (38)
  • Bug Fixes
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (39)
  • Cut Down Trees
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (40)Dragon Mods
  • Fly Mods
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (41)Food and Farming
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (42)Gun Mods
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (43)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (44)Lucky Block
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (45)
  • Superheroes
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (46)Minecraft Pokémon
  • Minecraft Shaders
  • Minimap Mods
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (47)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (48)Monster and Horror
  • Morph Mods
  • Performance and Optimization
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (49)Redstone Mods
  • Server Utility
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (50)Storage and Inventory
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (51)
  • Technology and Science
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (52)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (53)
  • XRay Mods
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (54)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (55)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (56)
  • Automation and Processing Mods
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (57)Backpack
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (58)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (59)Boss Mods
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (60)
  • Bug Fixes
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (61)
  • Cut Down Trees
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (62)Dragon Mods
  • Fly Mods
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (63)Food and Farming
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (64)Gun Mods
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (65)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (66)Lucky Block
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (67)
  • Superheroes
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (68)Minecraft Pokémon
  • Minecraft Shaders
  • Minimap Mods
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (69)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (70)Monster and Horror
  • Morph Mods
  • Performance and Optimization
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (71)Redstone Mods
  • Server Utility
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (72)Storage and Inventory
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (73)
  • Technology and Science
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (74)
  • UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (75)
  • XRay Mods
UI Utils Mod (1.20.6, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (2024)
Top Articles
Latest Posts
Article information

Author: Eusebia Nader

Last Updated:

Views: 6607

Rating: 5 / 5 (80 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Eusebia Nader

Birthday: 1994-11-11

Address: Apt. 721 977 Ebert Meadows, Jereville, GA 73618-6603

Phone: +2316203969400

Job: International Farming Consultant

Hobby: Reading, Photography, Shooting, Singing, Magic, Kayaking, Mushroom hunting

Introduction: My name is Eusebia Nader, I am a encouraging, brainy, lively, nice, famous, healthy, clever person who loves writing and wants to share my knowledge and understanding with you.