Murder Mystery ESP failing to detect murderers #32
Labels
No labels
invalid
invalid: duplicate
invalid: outdated client
needs investigation
plan: never
scope: bedwars
scope: combat
scope: game detection
scope: gui/config
scope: keybinds
scope: language
scope: murder mystery
scope: skyblock
scope: zombies
type: ban
type: bug
type: chore
type: crash
type: docs
type: experiment
type: feature
type: flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cigarette/client#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If the murderer is wearing a custom hat, they are still ESP'ed and marked as innocent, however their role fails to update when they wield a bow or murder weapon. This is likely due to the check for the player existing in the NetworkHandler failing because of how Hypixel handles the visible head in the tab list (there are two entities for each player wearing a hat).
We also have some suspicion that Hypixel may be randomizing the names of items when sent to the clients of other players. This has only been detected in a small amount of games, but would require the detection system to switch to detecting knife skins rather than the name of items. This secondary issue requires further investigation.
i suggest having two checks for murderer with the name-based check taking precedence over an added skin-based check
Yeah that's what I have implemented, the only problems now are whether there is item name randomization, but I have yet to experience the problem whilst playing a ton of murder mystery the past few days.
If at any point murderers are no longer detected and/or the item name randomization is spotted we can always reopen this issue to address the problem.