Documentation

Learn how to install and use LiquidBounce with our comprehensive guides

NoPitchLimit

NoPitchLimit removes the usual vertical look constraint that limits your head pitch to between −90° (straight down) and +90° (straight up). With this module active you can rotate your view beyond those boundaries, which can be useful for certain server exploits, bug reproduction, or unconventional aiming situations that require extreme vertical angles.

By default the module operates in server-side mode, meaning the unclamped pitch value is sent to the server in movement packets. If you disable ServerSide, the excess rotation is stripped from outgoing packets so the server only ever sees a clamped pitch — your client still displays the full rotation locally, but the server treats your look angle as normal. This can help avoid detection on servers that flag impossible pitch values.

When you disable the module entirely, your pitch is immediately snapped back within the standard −90° to +90° range.

Category: Exploit Enabled by default: No

Settings

SettingTypeDefaultRangeDescription
ServerSideTogglefalseWhen enabled, the unclamped pitch angle is sent to the server in movement packets. When disabled, packets are clamped to the normal ±90° range so only your local view exceeds the limit.

Last updated: 2026-06-08 — Based on source code