You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,8 @@ I'm pleased to note that many of the features and improvements below are complet
90
90
- KickForensics
91
91
- HideWurst
92
92
- LootRunner
93
+
- AutoFly
94
+
- HideModMenu
93
95
- Redstone, Bed, Sign & Workstation ESP
94
96
- PearlESP (Not a simple trajectory hack)
95
97
- SignFramePassThrough (I didn't know something like this existed as a mod already)
@@ -686,11 +688,12 @@ This hack is still undergoing development and has only been tested in the end. A
686
688
687
689
### AutoFly
688
690
689
-
- AutoFly follows SeedMapper exports or manually entered coordinates, automatically tuning Flight height/speed and showing a crosshair status.
691
+
- AutoFly follows SeedMapper exports or manually entered coordinates, automatically tuning flight height/speed and showing a crosshair status.
690
692
- Able to adjust mid flight so you can get yourself unstuck if it failed to do it itself.
693
+
- Able to somewhat path around blocks it crashes into either by moving around it or flying above it.
691
694
- Auto lands and turns off flight when complete.
692
695
- Comes with custom commands:
693
-
-`.autofly <x> <y> <z> [height] [speed]` or `.autofly <x> <z> [height] [speed]` to AutoFly to a given waypoint (relative `~` values are supported as well as comma separated entries).
696
+
-`.autofly <x> <y> <z> [height] [speed]` or `.autofly <x> <z> [height] [speed]` to AutoFly to a given waypoint (relative `~` values are supported as well as comma separated entries). Omitting Y causes it to simply land at the waypoint.
694
697
-`.autofly next`/`.autofly prev(ious)` cycles the SeedMapper export list, while `.autofly stop|off|disable` turns off AutoFly.
695
698
696
699
## What's changed or improved in this fork?
@@ -746,6 +749,7 @@ Examples:
746
749
- Right-click Area setting resets it to default.
747
750
- Can now scroll all drop down/pop ups with your mouse.
748
751
- Pinned windows/settings now capture mouse input when a container screen is open, meaning you can now adjust settings without opening the ClickGUI.
752
+
- Remembers scroll positions in categories
749
753
750
754

751
755
@@ -786,7 +790,8 @@ Examples:
786
790
- Improved coloring for default distance based rendering, close (red) to far (green) (when all above off)
787
791
- Able to ignore NPCs
788
792
- Enter/Leave area notification option in chat with name, co-ordinates and block distance
789
-
- Enter sound notifications with 7 different selectable sounds with optional cooldown
793
+
- Enter sound notifications with multiple different selectable note block sounds with optional cooldown
794
+
- Customise the enter sound with any minecraft sound by entering its name and selecting custom in the dropdown
790
795
791
796

792
797
@@ -834,6 +839,8 @@ Examples:
834
839
- Able to ignore friends.
835
840
- Added enable NoFall when flight is enabled toggle.
836
841
- Added flight speed and velocity (blocks per second) to the hacklist
842
+
- Optionally tie horizontal and vertical speeds together
843
+
- Adjustable step for both speeds
837
844
838
845
### Larger Scan Radius
839
846
- Extended up to 65×65 chunks for all chunk-based features.
@@ -868,6 +875,7 @@ Examples:
868
875
### NoSlowDown Improved
869
876
- Added no slowdown for lava
870
877
- Added no slowdown for water
878
+
- Added a toggle to allow swimming
871
879
872
880
### TrueSight Improved
873
881
- Added customisable glow ESP for invisible entities
@@ -895,13 +903,19 @@ Examples:
895
903
- Can now multi-select and delete alt accounts
896
904
- Moved to multiplayer screen
897
905
906
+
### FreeCam Improved
907
+
- Optionally tie horizontal and vertical speeds together
908
+
- Adjustable step for both speeds
909
+
- Option to allow older Wurst method of FreeCam which allowed interaction with the world
910
+
898
911
### AutoBuild Improved
899
912
- Air-start position support and continued air place for gaps in build
900
913
- Template preview shows a ghost of the template which locks in position when freecam is activated
901
914
- Placement validation, blocks are only considered done when the world has a non-replaceable block in that position
902
915
- Stuck handling, if the strict build order fails it temporarily relaxes the order so it can resume easier
903
916
- CTRL (Sprint) bypass, by holding it you can add your own blocks at any time, before during or after the build
904
917
- Adjustable confirmation ticks
918
+
- Shows block count on crosshair
905
919
906
920
### Wurst Options
907
921
- Added to home screen and put in the old spot of Alt Manager
0 commit comments