forked from Wurst-Imperium/Wurst7
-
Notifications
You must be signed in to change notification settings - Fork 9
PacketFirewall
cev-api edited this page Apr 12, 2026
·
1 revision
Purpose: helps you avoid and debug anticheat flags by cleaning risky movement packets and, if the server “rubberbands” you, quickly turning off the hack that most likely caused it.
- Cleans outgoing movement packets: drops broken coords (NaN/Infinity), keeps pitch/yaw in safe ranges, and can combine duplicate movement sends to reduce spam/jitter.
- Tracks what caused your movement (about the last 1.5 seconds):
- MovementMutationTracker: remembers what last changed your velocity, and links later movement packets to that source.
- Grim surface trail: tags other sensitive packet types (movement, vehicle move, entity interact, block place/dig, animations, item swap) to the hack that sent them.
- When a setback happens (server teleports you back):
- Waits ~500ms to avoid repeat spam, then looks back ~1.5s, picks the most likely offender(s), and temporarily disables them.
- Shows the reason in a “Temporarily disabled” list, and lets you re-enable or whitelist a hack so it won’t get auto-disabled again.
- Turning PacketFirewall off restores anything it disabled and clears all stored evidence.
Parent: What's new in this fork?
Generated from the latest README/source bundle. Features are listed by the date they were added to the client.