Skip to content

Commit 4e698c3

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

File tree

6 files changed

+1468
-13
lines changed

6 files changed

+1468
-13
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ Reports number of waypoints changed.
422422
- Optionally can read the contents of signs in the popup HUD
423423
- Optionally pin special items (from ItemESP list) to the top of the popup HUD
424424
- Optionally display enchantments of gear in lieu of the registry name
425+
- Optionally detect and display armor stands and their associated enchantments
425426

426427
![Popup](https://i.imgur.com/VQw20x0.png)
427428
![GUI](https://i.imgur.com/oZFLufE.png)
@@ -530,6 +531,11 @@ Credits to [Trouser-Streak](https://github.com/etianl/Trouser-Streak/blob/main/s
530531
- Flags the likely protection so you know which hacks might be risky to use
531532
- Setback Detection, tracks sudden position corrections/teleports that indicate that the server rejected your hack and automatically disables it.
532533
- 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
533539

534540
### Livestream Detector
535541
- 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
911917
- Added Buried chest highlighting including a filter to only find buried chests
912918
- Added filters for chests and barrels to not highlight them if near spawners, trial chambers and villages (Excluding double chests and shulkers)
913919
- Added opacity settings
920+
- Added anti-ESP detection
914921
- Option to suppress single chests in favor of double
915922
- Optional alert for shulkerboxes in chat
916923

@@ -970,7 +977,8 @@ Examples:
970977
- 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.
971978
- Safer rescans and better crash handling.
972979
- 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).
981+
- Added anti-ESP detection.
974982

975983
![Search](https://i.imgur.com/jxcn89u.png)
976984

0 commit comments

Comments
 (0)