Skip to main content
Movement modules enhance your mobility, allowing you to move faster, fly, and navigate the world more efficiently.

Core Movement Modules

Allows you to fly in various modes.Source: movement/fly/ModuleFly.kt

Key Features

  • Multiple fly modes for different servers
  • Anti-cheat specific bypasses (Vulcan, Grim, Spartan, etc.)
  • Setback detection and handling
  • Visual stride effects

Available Modes

  • Vanilla - Simple creative-like flight
  • Creative - Creative mode flight
  • Jetpack - Vertical boost flight
  • AirWalk - Walk on air
  • Explosion - Explosion-based flight
  • Fireball - Fireball boost flight

Anti-Cheat Bypasses

  • Vulcan (277, 286, 286MC18, 286Teleport)
  • Grim (2859V, 2373Jan15)
  • Spartan (524)
  • Sentinel (Multiple versions)
  • Verus, NCP, Hypixel

Configuration

  • Mode - Select fly mode
  • DisableOnSetback - Auto-disable when setback detected
  • Visuals - Stride and visual effects
Increases movement speed.Source: movement/speed/ModuleSpeed.kt

Key Features

  • Multiple speed modes for different scenarios
  • Anti-cheat bypasses for popular servers
  • Combat-specific speed options
  • Potion effect integration

Available Modes

  • LegitHop - Legitimate bunny hop
  • Custom - Customizable speed values
  • SpeedYPort - Y-position manipulation
  • PiercingAttack - Speed with piercing attacks

Server-Specific Modes

  • HypixelBHop / HypixelLowHop - Hypixel bypasses
  • Vulcan286 / Vulcan288 / VulcanGround286
  • Spartan (V4043, V4043FastFall)
  • Verus, Grim, Intave, Matrix

Configuration

  • Mode - Speed mode selection
  • OnlyInCombat - Activate only during combat
  • OnlyOnPotionEffect - Activate with specific effects
  • Not - Conditions to disable (scaffold, sneaking, etc.)
  • AvoidEdgeBump - Optimize edge jumping
Phase through blocks.Source: movement/ModuleNoClip.kt

Features

  • Walk through solid blocks
  • Multiple noclip modes
  • Anti-cheat bypasses
Automatic sprinting.Source: movement/ModuleSprint.kt

Features

  • Omnidirectional sprinting
  • Food level check bypass
  • Automatic activation

Advanced Movement

Walk on liquids.Source: movement/liquidwalk/ModuleLiquidWalk.kt

Features

  • Walk on water and lava
  • Multiple modes (Solid, Jump, etc.)
  • Anti-cheat bypasses
Step up blocks instantly.Source: movement/step/ModuleStep.kt

Features

  • Configurable step height
  • Multiple step modes
  • Smooth stepping
Fall down blocks faster.Source: movement/step/ModuleReverseStep.kt
Jump longer distances.Source: movement/longjump/ModuleLongJump.kt

Features

  • Damage-based boosts
  • Multiple modes for different servers
Jump higher than normal.Source: movement/highjump/ModuleHighJump.kt
Climb walls like a spider.Source: movement/spider/ModuleSpider.kt

Movement Utilities

Prevents slowdown from items and blocks.Source: movement/noslow/ModuleNoSlow.kt

Features

  • Use items while moving at full speed
  • Block slowdown removal
  • Multiple bypass modes
Move while inventory is open.Source: movement/inventorymove/ModuleInventoryMove.kt
Prevents falling off edges.Source: movement/ModuleSafeWalk.kt
Automatically jumps at block edges.Source: movement/ModuleParkour.kt
Automatic sneaking.Source: movement/ModuleSneak.kt
Improves air movement.Source: movement/ModuleStrafe.kt
Strafe around targets.Source: movement/ModuleTargetStrafe.kt

Specialized Movement

  • ElytraFly - Enhanced elytra flight control
  • ElytraRecast - Auto-recast elytra
  • NoWeb - Prevents web slowdown
  • AirJump - Jump in mid-air
  • BlockWalk - Walk on non-solid blocks
  • Freeze - Freeze your position
  • Teleport - Teleport to locations
  • VehicleBoost - Boost vehicle speed
  • VehicleControl - Enhanced vehicle control
  • EntityControl - Control entities while riding
  • AutoDodge - Automatically dodge attacks
  • TerrainSpeed - Adjust speed based on terrain
  • Anchor - Stop all movement
  • AntiBounce - Prevent slime bouncing
  • AntiLevitation - Cancel levitation effect
  • AvoidHazards - Avoid dangerous blocks
  • BlockBounce - Bounce off blocks
  • NoJumpDelay - Remove jump delay
  • NoPose - Prevent pose changes
  • NoPush - Prevent being pushed

Module Directory

All movement modules are located in:
src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/movement/

Build docs developers (and LLMs) love