Skip to content

Commit 5737149

Browse files
committed
Update NiceWurst
1 parent 25e918e commit 5737149

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

gradle.properties

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

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

src/main/java/net/wurstclient/nicewurst/NiceWurstModule.java

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public final class NiceWurstModule
9393
ALLOWED_HACKS.put(Category.MOVEMENT,
9494
Set.of("BunnyHop", "AutoSprint", "AutoWalk", "AutoSwim",
9595
"BedrockEscape", "Dolphin", "SafeWalk", "Sneak", "InvWalk",
96-
"EntityControl"));
96+
"EntityControl", "PearlDrop"));
9797

9898
ALLOWED_HACKS.put(Category.COMBAT,
9999
Set.of("AutoRespawn", "AutoTotem", "AutoLeave", "PearlIntercept",
@@ -105,7 +105,8 @@ public final class NiceWurstModule
105105
"NameTags", "NoBackground", "NoFireOverlay", "NoVignette",
106106
"NoWeather", "NoShieldOverlay", "Freecam", "Waypoints",
107107
"ElytraInfo", "RoofESP", "RenderAdjust", "Viewmodel",
108-
"MobOwners", "StasisDetector", "PotESP", "SkyBuildESP"));
108+
"MobOwners", "StasisDetector", "PotESP", "SkyBuildESP",
109+
"DamageESP", "ProjectileESP"));
109110

110111
ALLOWED_HACKS.put(Category.INTEL,
111112
Set.of("Breadcrumbs", "NewChunks", "NewerNewChunks", "Mapa",
@@ -118,20 +119,20 @@ public final class NiceWurstModule
118119
ALLOWED_HACKS.put(Category.TOOLS,
119120
Set.of("AntiCheatDetect", "CheatDetector", "PacketRate",
120121
"SeedMapperHelper", "HideModMenu", "GameStats",
121-
"CommandScanner", "UI-Utils", "HideWurst"));
122+
"CommandScanner", "UI-Utils", "HideWurst", "EntityCount"));
122123

123124
ALLOWED_HACKS.put(Category.OTHER,
124125
Set.of("AntiAFK", "Antisocial", "AutoFish", "AutoLibrarian",
125126
"AutoReconnect", "AutoTrader", "ClickGUI", "FeedAura",
126127
"Navigator", "Panic", "PortalGUI", "SafeTP", "TooManyHax",
127128
"DamageDetect", "ClientChatOverlay", "GlobalToggle",
128-
"WebhookAlert"));
129+
"WebhookAlert", "RemoteEChest"));
129130

130131
ALLOWED_HACKS.put(Category.ITEMS,
131132
Set.of("AntiDrop", "AutoDisenchant", "AutoDrop", "AutoEat",
132133
"AutoSteal", "ChestSearch", "EnchantmentHandler", "ItemHandler",
133134
"QuickShulker", "SignFramePT", "LootSearch", "XCarry",
134-
"SusNoMore"));
135+
"SusNoMore", "UseItemSpam"));
135136
}
136137

137138
private NiceWurstModule()

src/main/resources/assets/wurst/translations/en_us.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@
319319
"description.wurst.hack.portalgui": "Allows you to open GUIs in portals.",
320320
"description.wurst.hack.potesp": "Finds decorated pots with suspicious or valuable contents, highlights them with ESP, and can notify you with chat or sound alerts.",
321321
"description.wurst.hack.potionsaver": "Freezes all potion effects while you are standing still.",
322+
"hack.wurst.projectileesp": "ProjectileESP",
322323
"description.wurst.hack.projectileesp": "Draws configurable boxes, tracers, name tags and trajectories on every projectile in range.",
323324
"description.wurst.hack.prophuntesp": "Allows you to see fake blocks in Prophunt.\nMade for Mineplex Prophunt. Might not work on other servers.",
324325
"description.wurst.hack.protect": "A bot that follows the closest entity and protects it from other entities.\nUse .protect to protect a specific entity instead of the closest one.",
@@ -345,6 +346,7 @@
345346
"description.wurst.setting.remoteview.filter_allays": "Won't view allays.",
346347
"description.wurst.setting.remoteview.filter_invisible": "Won't view invisible entities.",
347348
"description.wurst.setting.remoteview.filter_armor_stands": "Won't view armor stands.",
349+
"hack.wurst.remoteechest": "RemoteEChest",
348350
"description.wurst.hack.remoteechest": "Access your ender chest anywhere and move freely while it is open. Originally by etianl.",
349351
"description.wurst.hack.restock": "Automatically restocks your hand with the selected items from your inventory. Works better with FastPlace.",
350352
"description.wurst.hack.roofesp": "Scans the Nether roof (Y=128 and above) for player-placed blocks, structures, and dropped items, then highlights them with ESP/tracers.",
@@ -623,6 +625,7 @@
623625
"hack.wurst.staffmonitor": "StaffMonitor",
624626
"description.wurst.hack.staffmonitor": "Monitors the tab list for players entering or leaving spectator mode, with optional alerts for hidden staff and visible player entities missing from the tab list.",
625627
"description.wurst.hack.ui-utils": "Adds UI utilities like packet control, chat-in-GUI input, and resource pack bypass tools.",
628+
"hack.wurst.useitemspam": "UseItemSpam",
626629
"description.wurst.hack.useitemspam": "Repeatedly sends use-item packets for selected item types while holding right click. Credit: aisiaiiad (github.com/aisiaiiad).",
627630
"hack.wurst.pearlesp": "PearlESP",
628631
"description.wurst.hack.pearlesp": "Highlights ender pearls thrown by other players, shows predicted landing with a purple box, draws a trajectory line, and highlights when players are holding an ender pearl.",
@@ -638,6 +641,7 @@
638641
"description.wurst.hack.mobhealth": "Shows health for the mob you're looking at, either as hearts or a colored number, with optional hostile-only and through-walls detection.",
639642
"hack.wurst.elytrainfo": "ElytraInfo",
640643
"description.wurst.hack.elytrainfo": "Shows an Elytra HUD (yaw, pitch, altitude, speed, direction, durability) and can auto-swap Elytra/chestplate on landing or low durability.",
644+
"hack.wurst.entitycount": "EntityCount",
641645
"description.wurst.hack.entitycount": "Shows a floating entity count label in each nearby chunk and adds the total to the hack list entry.",
642646
"hack.wurst.playersonar": "PlayerSonar",
643647
"description.wurst.hack.playersonar": "Tracks distant player activity using a sonar-like ping display and tracer markers outside the normal PlayerESP range.",

0 commit comments

Comments
 (0)