Skip to content

Commit b4e7852

Browse files
committed
Updated NiceWurst Allow List
1 parent c151938 commit b4e7852

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

src/main/java/net/wurstclient/hacks/BundleDupeHack.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ public final class BundleDupeHack extends Hack implements PacketOutputListener
9999
"Amount of container click packets to send.", 200, 1, 1000, 1,
100100
ValueDisplay.INTEGER);
101101

102-
private final SliderSetting lagPackets = new SliderSetting("Other Lag packets",
103-
"Amount of lag packets to spam for ALL methods (except custom).", 300,
104-
100, 2000, 50, ValueDisplay.INTEGER);
102+
private final SliderSetting lagPackets =
103+
new SliderSetting("Other Lag packets",
104+
"Amount of lag packets to spam for ALL methods (except custom).",
105+
300, 100, 2000, 50, ValueDisplay.INTEGER);
105106

106107
private boolean cancelKeepAlive;
107108
private boolean dupeActivated;

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,15 @@ public final class NiceWurstModule
9999
"MobSpawnESP", "NewChunks", "NoBackground", "NoFireOverlay",
100100
"NoVignette", "NoWeather", "Freecam", "OpenWaterESP",
101101
"PearlESP", "PlayerESP", "PortalESP", "Radar", "Search",
102-
"TrialSpawnerESP", "TridentESP", "Waypoints", "WardenESP"));
102+
"TrialSpawnerESP", "TridentESP", "Waypoints", "WardenESP",
103+
"HideWurst"));
103104

104105
ALLOWED_HACKS.put(Category.OTHER,
105106
Set.of("AntiAFK", "Antisocial", "AntiCheatDetect", "AutoFish",
106107
"AutoLibrarian", "AutoReconnect", "AutoTrader", "CheatDetector",
107108
"ClickGUI", "FeedAura", "Navigator", "LivestreamDetector",
108109
"PacketRate", "Panic", "PortalGUI", "SafeTP", "UI-Utils",
109-
"SeedMapperHelper", "TooManyHax"));
110+
"SeedMapperHelper", "TooManyHax", "HideModMenu"));
110111

111112
ALLOWED_HACKS.put(Category.ITEMS,
112113
Set.of("AntiDrop", "AutoDisenchant", "AutoDrop", "AutoEat",

0 commit comments

Comments
 (0)