@@ -138,6 +138,21 @@ I did not, and could not, copy any code directly since most implementations are
138138
139139## What's new in this fork?
140140
141+ ### New GUI
142+ - Added a new alternative GUI which you can initially access from the navigator menu and bind to a key
143+ - Totally separate from ClickGUI and Navigator
144+ - Customisable coloring, opacities and sizing with consistancy based on font scaling to prevent clipping
145+ - Changeable fonts, though pixel fonts are preferred unless you want performance hit
146+ - Non-pixel fonts benefit from smoothing; 2x for 4 alpha levels and 3x for 6 alpha levels
147+ - Global search function
148+ - Session persistent "Recently Disabled" entries within the Enabled category
149+ - Middle click favourite toggle with optional star icons
150+ - TooManyHax support to hide excess hacks from the UI
151+ - Configurable open behavior: Open on Favorites, Enabled or restore last category/scroll state
152+ - Replaced old color editor with HSV Color Picker giving access to a greater color spectrum
153+
154+ ![ AltGUI] ( https://i.imgur.com/bzmhJ8t.png )
155+
141156### MobSearch
142157- Search mobs by fuzzy name/ID or exact type (e.g., ` minecraft:zombie ` or ` zombie ` ).
143158- Added list mode with visual list of mobs.
@@ -905,6 +920,13 @@ Purpose: helps you avoid and debug anticheat flags by cleaning risky movement pa
905920
906921![ Perfmon] ( https://i.imgur.com/XKDvPQf.png )
907922
923+ ### PearlIntercept
924+ - Auto counters thrown ender pearls by throwing your own towards or at the same landing area
925+ - Has safety checks to avoid hazards
926+ - Throws only when within configured tolerances
927+ - Cooldown settings
928+ - Switch back to previous item
929+
908930## What's changed or improved in this fork?
909931
910932### ChestESP
@@ -1164,7 +1186,7 @@ Examples:
11641186- When running ``` .setslider ``` commands you can now exceed the limit of sliders in all hacks.
11651187- Should only be used experimentally, will likely break the game or cause rubberbanding in a lot of hacks.
11661188- May not be compatible with all hacks as some have their own internal limiting logic.
1167- - Enable or disable this in the GlobalSettings .
1189+ - Enable or disable this in the GlobalToggle .
11681190
11691191### Wurst Options
11701192- Added to home screen and put in the old spot of Alt Manager
0 commit comments