Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


flight

Flight

Flight
Using Flight.
TypeHack
CategoryMovement
In-game description“Allows you to fly.

WARNING: You will take fall damage if you don't use NoFall.”
Default keybindG
Source codenet/wurstclient/hacks/FlightHack.java

The Flight hack allows the user to fly around and reach places they normally couldn't. As the in-game description says, Flight should be used together with NoFall to avoid taking fall damage.

Servers where flying is not enabled will attempt to kick the user for using Flight, but they can only detect that Flight is being used if the player isn't moving down for at least 4 seconds (80 ticks). Every time the player moves down by at least ~0.032m1), the four-second timer starts over again. With a bit of practice or use of the Anti-Kick feature, it is possible to fly around indefinitely without getting kicked.

Settings

Horizontal Speed

Horizontal Speed
TypeSlider
In-game description(none)
Default value1
Minimum0.05
Maximum10
Increment0.05

This setting determines how fast the Flight hack moves the player horizontally when the W, A, S or D keys are pressed.

Vertical Speed

Vertical Speed
TypeSlider
In-game descriptionWARNING: Setting this too high can cause fall damage, even with NoFall.”
Default value1
Minimum0.05
Maximum5
Increment0.05

This setting determines how fast the Flight hack moves the player up and down when the jump or sneak key is pressed.

Slow sneaking

Slow sneaking
TypeCheckbox
In-game description“Reduces your horizontal speed while you are sneaking to prevent you from glitching out.”
Default valuechecked

When this checkbox is checked, Flight will reduce the player's horizontal speed to 0.85 while the player is sneaking. This prevents the player from rubber-banding back and forth when flying forward and down at the same time.

Anti-Kick

Anti-Kick
TypeCheckbox
In-game description“Makes you fall a little bit every now and then to prevent you from getting kicked.”
Default valuenot checked

When this checkbox is checked, Flight will make the player fall for a short time, at an interval determined by the “Anti-Kick Interval” setting and a distance determined by the “Anti-Kick Distance” setting. This prevents the player from getting kicked with the message “Flying is not enabled on this server”.

Anti-Kick Interval

Anti-Kick Interval
TypeSlider
In-game description“How often Anti-Kick should prevent you from getting kicked.
Most servers will kick you after 80 ticks.”
Default value30 ticks
Minimum5 ticks
Maximum80 ticks
Increment1 tick

This setting determines how often Flight will make the player fall. The default value of 30 ticks means that the player will fall every 1.5 seconds, which is rather conservative since most servers will wait as much as 80 ticks (4 seconds) before kicking the player.

As long as the server is not lagging too badly, values as high as 70 ticks (3.5 seconds) are still safe to use and will be much less noticeable to the user.

Anti-Kick Distance

Anti-Kick Distance
TypeSlider
In-game description“How far Anti-Kick should make you fall.
Most servers require at least 0.032m to stop you from getting kicked.”
Default value0.07m (7cm)
Minimum0.01m (1cm)
Maximum0.2m (20cm)
Increment0.001m (1mm)

This setting determines how far Flight will make the player fall when the “Anti-Kick” setting is enabled. The default value of 0.07m (7cm) is again rather conservative, since most servers will only require a fall distance of 0.032m (3.2cm) to prevent the player from getting kicked.

Decreasing this value to about 0.034m (3.4cm) will make the Anti-Kick feature less noticeable to the user and still be safe to use on most servers. However, some users may prefer the noticeable jump caused by the default value, as it provides a visual indication that the Anti-Kick feature is working correctly.

Changes

VersionChanges
Wurst 1.1 BetaAdded Flight.
Wurst 1.5 BetaAdded a Flight Speed slider.
Wurst 1.15Added Flight bypass.
Wurst 2.0Flight bypass now allows you to fly back up to the Y level where you started.
Flight and Jetpack will now disable each other.
Wurst 2.1Fixed a problem with the Flight bypass.
Wurst 2.19Added a “Flying is not enabled” bypass to Flight and Jetpack.
Wurst 2.24Fixed Flight being slowed down by water.
Wurst 3.0pre2Removed Flight Kick Bypass (Minecraft 1.9 patched it).
Wurst 5.4Fixed Flight being slowed down by water.
Wurst 6.5Added a Mode setting to Flight.
Wurst 7.0pre1Temporarily removed Flight.
Wurst 7.0pre4Re-added Flight.
Wurst 7.22Fixed a typo in the Flight and CreativeFlight descriptions. (Thanks to pcm1k!)
Wurst 7.29Added “Anti-Kick” and “Anti-Kick Interval” settings to Flight and CreativeFlight. (Thanks to isjerryxiao!)
Split Flight's “Speed” slider into “Horizontal Speed” and “Vertical Speed”.
Added a “Slow sneaking” checkbox to Flight.
Wurst 7.31Added an “Anti-Kick Distance” setting to Flight and CreativeFlight. Determines how far the Anti-Kick should make you fall.
Fixed Flight's “Slow sneaking” setting not actually turning off when the checkbox is unchecked.
1)
The exact value is a bit lower, but it doesn't matter due to rounding errors.
flight.txt · Last modified: 2023/02/18 01:58 by alexander01998