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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -422,6 +422,7 @@ Reports number of waypoints changed.
422
422
- Optionally can read the contents of signs in the popup HUD
423
423
- Optionally pin special items (from ItemESP list) to the top of the popup HUD
424
424
- Optionally display enchantments of gear in lieu of the registry name
425
+
- Optionally detect and display armor stands and their associated enchantments
425
426
426
427

427
428

@@ -530,6 +531,11 @@ Credits to [Trouser-Streak](https://github.com/etianl/Trouser-Streak/blob/main/s
530
531
- Flags the likely protection so you know which hacks might be risky to use
531
532
- Setback Detection, tracks sudden position corrections/teleports that indicate that the server rejected your hack and automatically disables it.
532
533
- Works independantly of Anticheat Detector
534
+
- Anti-ESP Detection:
535
+
- Detects suspicious anti-ESP behavior world-wide based on packet patterns (rapid block swaps, high update bursts and delayed block-entity reveals)
536
+
- Noise handling for fluid/air transitions
537
+
- Will be able to detect anti-xray traffic as well but will likely trigger burst signals
538
+
- Added Anti-ESP detection specifically to ChestESP and Search in addition to global detection to avoid any false positives
533
539
534
540
### Livestream Detector
535
541
- Scans the player list for Youtube, Twitch, Tiktok and Kick for live streams and announces them in chat
@@ -911,6 +917,7 @@ Purpose: helps you avoid and debug anticheat flags by cleaning risky movement pa
911
917
- Added Buried chest highlighting including a filter to only find buried chests
912
918
- Added filters for chests and barrels to not highlight them if near spawners, trial chambers and villages (Excluding double chests and shulkers)
913
919
- Added opacity settings
920
+
- Added anti-ESP detection
914
921
- Option to suppress single chests in favor of double
915
922
- Optional alert for shulkerboxes in chat
916
923
@@ -970,7 +977,8 @@ Examples:
970
977
- Replaced full-sort approach to bounded max-heap (PriorityQueue) that keeps the closest N matches. This avoids sorting entire result and keeps search as fast as X-Ray.
971
978
- Safer rescans and better crash handling.
972
979
- Improved search speed.
973
-
- Added highlight corners (lines) and fill settings (Same as X-Ray)
980
+
- Added highlight corners (lines) and fill settings (Same as X-Ray).
0 commit comments