Learn · modules
What Is Boost in Minecraft Movement?
Boost is a movement module that injects a short burst of extra speed instead of building it gradually. Here's how it works and why anticheats catch it.
What is Boost in Minecraft?
Boost is a movement module that gives a player a short burst of extra speed or velocity, applied all at once instead of building up the way vanilla sprinting and momentum do. It is a Minecraft utility client staple for two moments: closing distance on someone trying to run, and getting out of a fight that has gone sideways. The effect is brief on purpose, a single spike rather than a sustained speed increase.
The core use case is repositioning. A short speed spike closes distance on a target trying to run, letting you catch up or land a hit before the gap opens too wide. The same trick works in reverse: pulling away from a fight fast enough that an opponent can't keep pace, buying a moment to heal or just leave.
How it works
Vanilla Minecraft builds speed gradually. Sprinting, jumping, and momentum all follow fixed formulas the server can predict tick by tick. Boost skips that buildup entirely: it sets the player's velocity directly for a short window, then lets it decay back to normal once the burst ends.
Because that injection happens client-side, the client is the one reporting where the player ends up afterward. The server has two options: trust the position report, or recompute what a legitimate player's momentum could have produced across the same span of ticks and compare the two.
Instant velocity increase
Speed gets injected all at once, not accumulated gradually.
Brief duration
The boost lasts a couple of seconds, then decays.
Repositioning tool
Close gaps or break away from fights faster than normal movement.
Position delta detection
Distance moved per tick exceeds vanilla physics limits.
Is it safe to use
Boost is a gameplay-advantage feature, not a cosmetic one, and sudden movement is one of the more visible things a server-side anticheat watches for. The server tracks position tick to tick and compares distance moved against what vanilla physics permit given the player's state (sprinting, jumping, grounded, etc.). A burst that clears that ceiling produces a position delta too large for the tick it happened in, which is a clean signal to flag.
Detection gets harder when the burst is small or blended into normal acceleration, since it can pass for a lag spike or a well-timed jump. A large, repeated, or clearly instant jump in speed is easy to catch. A modest one is not, which is exactly why implementations trying to stay under the radar keep the boost brief and infrequent.
FAQ
It gives the player a short burst of extra speed or velocity, usually used to close distance on a target or escape a losing fight.
Yes. It produces a sudden jump in movement speed that anticheats compare against the maximum speed vanilla physics allow per tick, making bursts easy to flag.
The module is documented in various movement-focused utility clients as a speed-burst option.
It describes the same general idea: a short-lived speed increase beyond what vanilla allows. Exact naming and implementation vary between clients.