Skip to content

Commit 5ccf2ff

Browse files
committed
Added Anti-ESP Detection, Updated ItemHandler
1 parent 28c494b commit 5ccf2ff

6 files changed

Lines changed: 1467 additions & 13 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,11 @@ Credits to [Trouser-Streak](https://github.com/etianl/Trouser-Streak/blob/main/s
530530
- Flags the likely protection so you know which hacks might be risky to use
531531
- Setback Detection, tracks sudden position corrections/teleports that indicate that the server rejected your hack and automatically disables it.
532532
- 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
533538

534539
### Livestream Detector
535540
- 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
911916
- Added Buried chest highlighting including a filter to only find buried chests
912917
- Added filters for chests and barrels to not highlight them if near spawners, trial chambers and villages (Excluding double chests and shulkers)
913918
- Added opacity settings
919+
- Added anti-ESP detection
914920
- Option to suppress single chests in favor of double
915921
- Optional alert for shulkerboxes in chat
916922

@@ -970,7 +976,8 @@ Examples:
970976
- 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.
971977
- Safer rescans and better crash handling.
972978
- 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).
980+
- Added anti-ESP detection.
974981

975982
![Search](https://i.imgur.com/jxcn89u.png)
976983

0 commit comments

Comments
 (0)