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