Skip to content

Commit 7c19a71

Browse files
committed
Added UI-Utils, Towny Hack - Updated HandNoClip, TrialSpawnerESP
1 parent aebc913 commit 7c19a71

26 files changed

+1815
-2901
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ Reports number of waypoints changed.
347347
- Able to record opened Ominous Vaults to avoid re-trying the same ones in the future
348348
- Congifurable with toggles for all of the above
349349
- Toggle to alert in chat when Ominous Key was dispensed
350+
- Toggle to only display vaults
350351

351352
![Trial](https://i.imgur.com/xOL9U3G.png)
352353

@@ -551,6 +552,29 @@ Credits to [Trouser-Streak](https://github.com/etianl/Trouser-Streak/blob/main/s
551552
- Silent switching and returning to previous item upon consumption
552553
- This hack is mostly designed for a specific datapack that allows a much greater range/distance of teleportation with these fruits
553554

555+
### UI-Utils
556+
- Integrated into Wurst as a hack with an in-game, draggable Fabricate Packets overlay (remembers position; optional translucent background).
557+
- Vanilla-compatible packet simulation (minimal slot diffs, post-click revision, single-send) to avoid server resyncs.
558+
- MojMap port of the original UI-Utils v2.4.0 by MrBreakNFix and Coderx-Gamer; updated mixins/packet names for Mojang mappings.
559+
- Auto-filled Sync ID and Revision in Fabricate Packets.
560+
- Extra diagnostics and Wurst toggles (send/delay) wired into Wurst’s packet pipeline.
561+
- Toggleable chat logs.
562+
- Added customisable slot number overlay for containers.
563+
- Published with permission from MrBreakNFix.
564+
565+
#### Log Example
566+
```
567+
[12:52:54] Fabricate ClickSlot: syncId=6, revision=1, slot=2, button=0, action=PICKUP, times=1, diffSlots=1, carriedBefore=<empty>, carriedAfter=class_10939[item=Reference{ResourceKey[minecraft:item / minecraft:oak_slab]=minecraft:oak_slab}, count=11, components=class_10936[addedComponents={}, removedComponents=[]]]
568+
[12:52:54]: Fabricate ClickSlot: menu.containerId=6, syncIdMatch=true, diffDetail=[2: minecraft:oak_slabx11 -> empty]
569+
[12:52:54]: UiUtilsConnectionMixin: attempting to send UI packet class_2813 (sendUiPackets=true, delayUiPackets=false)
570+
```
571+
572+
![UI](https://i.imgur.com/pyHBl9T.png)
573+
574+
### Towny
575+
- A very petty hack that simply enables/disables Towny PVP whilst you're attacking
576+
- Only visible in the Navigator
577+
554578
## What's changed or improved in this fork?
555579

556580
### ChestESP
@@ -732,7 +756,6 @@ Examples:
732756

733757
### HandNoClip Improved
734758
- Now shows a red X over your crosshair to remind you that you cannot place or interact with blocks (in front of you) while the hack is enabled
735-
- X is removed when using any combat weapon as they still function normally
736759

737760
### Keybind Manager Improved
738761
- Can now clear the entire keybinds instead of just resetting.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fabric_api_version=0.140.2+1.21.11
1616

1717
# Mod Properties
1818
mod_version=v7.51.4-CevAPI-MC1.21.11
19-
fork_release_version=0.42
19+
fork_release_version=0.43
2020
maven_group=net.wurstclient
2121
archives_base_name=Wurst-Client
2222
mod_loader=Fabric

src/main/java/net/cevapi/config/AntiFingerprintConfig.java

Lines changed: 0 additions & 336 deletions
This file was deleted.

0 commit comments

Comments
 (0)