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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -398,6 +398,7 @@ Reports number of waypoints changed.
398
398
- Trace Selected Items: toggles tracing for selected types (uses ItemESP world render pass to draw rainbow tracer lines and ESP boxes).
399
399
- Works independently of ItemESP
400
400
- Can SHIFT select multiple items
401
+
- Adjustable tracer line thickness
401
402
- Ignore Selected Items: adds the item/s you selected to the ItemESP ignore list
402
403
- Toggle to adhere to the ItemESP ignored list (Including a link to edit the list)
403
404
- Adjustable distance for item detection
@@ -609,6 +610,7 @@ Credits to [Trouser-Streak](https://github.com/etianl/Trouser-Streak/blob/main/s
609
610
- Delay settings throttle mining, item use, and entity hits
610
611
- Toggles for only using the hack when wielding a mace and for skipping collision when BoatNoclip is active.
611
612
- Block breaking and long-range item-use are supported via the same teleport-and-act cycle, making it behave like a remote InstaMine/interaction handler.
613
+
- Lock-on (vertically) mode for Mace attacks which applies through walls approx 50 blocks.
612
614
613
615
Credits to [Trouser-Streak](https://github.com/etianl/Trouser-Streak/blob/main/src/main/java/pwn/noobs/trouserstreak/modules/InfiniteReach.java). The difference between mine and theirs is that I have added through block toggle, clip up toggle for mace, and better ESP highlighting.
614
616
@@ -747,6 +749,7 @@ This hack is still undergoing development and has only been tested in the end. A
747
749
- Added filters for chests and barrels to not highlight them if near spawners, trial chambers and villages (Excluding double chests and shulkers)
748
750
- Added opacity settings
749
751
- Option to suppress single chests in favor of double
752
+
- Optional alert for shulkerboxes in chat
750
753
751
754
### ItemESP (Expanded)
752
755
Highlights dropped, equipped, and framed items with powerful filters and customization.
@@ -885,6 +888,7 @@ Examples:
885
888
- Optionally tie horizontal and vertical speeds together
886
889
- Adjustable step for both speeds
887
890
- Prevent dropping when holding SHIFT whilst in inventory
891
+
- Prevent being slowed down by vines
888
892
889
893
### Larger Scan Radius
890
894
- Extended up to 65×65 chunks for all chunk-based features.
@@ -920,6 +924,7 @@ Examples:
920
924
- Added no slowdown for lava
921
925
- Added no slowdown for water
922
926
- Added a toggle to allow swimming
927
+
- Added no slowdown for vines (cannot climb)
923
928
924
929
### TrueSight Improved
925
930
- Added customisable glow ESP for invisible entities
0 commit comments