====== FastLadder ====== ^ FastLadder ^^ ^Type|[[:Hack]]| ^Category|[[Movement]]| ^In-game description|"Allows you to climb up ladders faster."| ^[[:keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/hacks/FastLadderHack.java]]| [{{ :fastladder.webp?400|Climbing this ladder takes 6 seconds without FastLadder and 3 seconds with FastLadder.}}] FastLadder is a [[hack]] that allows the [[mc>player]] to climb up [[mc>ladders]] faster than normal. The exact climbing speed with FastLadder enabled is 0.2872m/s in Wurst((https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/hacks/FastLadderHack.java#L51)) and 0.25m/s in ForgeWurst((https://github.com/Wurst-Imperium/ForgeWurst/blob/master/ForgeWurst%20MC%201.12.2/src/shared/java/net/wurstclient/forge/hacks/FastLadderHack.java#L51)). In both cases, climbing with FastLadder feels roughly 2x faster than climbing without it. ===== Changes ===== ^Version^Changes^ |[[update:Wurst 1.8 Beta]]|Added FastLadder.| |[[update:Wurst 1.9 Beta]]|"Improved" FastLadder. FIXME What does that mean?| |[[update:Wurst 3.1]]|FastLadder will now climb ladders roughly 15% faster. (Thanks to [[gh>ThisTestUser]]!)| |[[update:Wurst 3.2]]|Fixed FastLadder being slightly too fast to bypass NoCheat+.| |[[update:Wurst 7.0pre1]]|Temporarily removed FastLadder.| |[[update:Wurst 7.0pre8]]|Re-added FastLadder.| ^ ForgeWurst ^^ |[[update:ForgeWurst 0.2 Beta]]|Added FastLadder.|