Skip to content

Commit c3034b9

Browse files
committed
Added New Categories & Moved Hacks. Fixed AutoFly Again. Removed Overlay
Box on Disconnect.
1 parent 93df4b3 commit c3034b9

42 files changed

Lines changed: 529 additions & 88 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/main/java/net/wurstclient/Category.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ public enum Category
1414
MOVEMENT("Movement"),
1515
COMBAT("Combat"),
1616
RENDER("Render"),
17+
INTEL("Intel"),
18+
TOOLS("Tools"),
1719
CHAT("Chat"),
1820
FUN("Fun"),
1921
ITEMS("Items"),

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public final class AntiCheatDetectHack extends Hack
7878
public AntiCheatDetectHack()
7979
{
8080
super("AntiCheatDetect");
81-
setCategory(Category.OTHER);
81+
setCategory(Category.TOOLS);
8282
addSetting(setbackDetection);
8383
addSetting(suppressUnknown);
8484
addSetting(detectGlobalAntiEsp);

0 commit comments

Comments
 (0)