-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chocolate Eggs have ESP #832
Comments
Skyhanni uses the visible particles from the detector, skyblocker scans the world for armor stands even when behind walls |
pretty sure no armorstands involved in it, at least in way you say |
Skyblocker listens to armour stand entity update packets, we don't actively scan the world just to clarify this but the functionality should still be changed |
Skyblocker/src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory/EggFinder.java Lines 84 to 106 in 4233a55
|
Skyblocker/src/main/java/de/hysky/skyblocker/mixins/ClientPlayNetworkHandlerMixin.java Lines 114 to 124 in 4233a55
as we said, it depends on packets not scanning entities but it's indeed cheaty rn, and we will nerf it |
What happened?
The chocolate egg finder detects armor stands through walls impossible to see by the player. Hypixel does not really allow ESP like that, a proper approach would be to use the particles from the egglocater instead.
Screenshots
This egg was detected without me ever seeing it or getting it shared in chat.
Log output
https://mclo.gs/J1NFRDp
Minecraft Version
1.21.0
Skyblocker Version
1.21.1+1.21
Additional context
No response
The text was updated successfully, but these errors were encountered: