AntiHunger

Hack Summary
NameAntiHunger
Screenshot
Categorymovement
In-game description

“Slows down your hunger when you are walking.”

Default keybindnone
Source codehttps://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/hacks/AntiHungerHack.java

AntiHunger is a Minecraft hack that allows players to slow down (but not completely stop) their hunger when they are walking.

AntiHunger works by modifying the movement packets that are sent from the player's client to the server. These packets contain information about the player's position, look, and whether they are on the ground or not. When the player is walking, AntiHunger changes the onGround flag in these packets to false, which tells the server that the player is not actually on the ground. As a result, the server does not consume the player's hunger as quickly as it normally would.

However, it's important to note that AntiHunger does not completely stop hunger consumption. The in-game description specifically says that it “slows down” hunger, not that it stops it entirely. This is because the hack only affects the onGround flag in movement packets, and there are other factors that can still cause the server to consume hunger, such as jumping or sprinting.

Changes

    • Added AntiHunger.
    • Fixed AntiHunger not modifying sent packets as intended.
    • Added a note to AntiHunger, warning that it can cause extra fall damage under some specific but unknown conditions.
    • NoFall and AntiHunger will now disable each other.