Skip to content

Releases: CCBlueX/LiquidBounce

b69

24 Jan 00:46
Compare
Choose a tag to compare
b69

[BUG FIXES]

  • Fixed TheAltening breaking SSL connections
  • Fixed NoSlowBreak not having a description
  • Fixed Fucker failing to break block if it was swapped while breaking
  • Fixed CivBreak not aiming properly
  • Fixed bug which caused autosettings to not be able to bind render modules
  • Fixed bug in InventoryCleaner SimulateInventory
  • Fixed ShaderESPs not working on AMD GPUs
  • Fixed broken sliders in CustomHUD
  • Fixed glitch which sometimes caused text of textboxes to be shifted to the left
  • Fixed Scaffold (and other modules) affecting movement when KillAura RotationStrafe was enabled
  • Fixed visual bug in TheAltening menu
  • Fixed problem with enchantment preference in AutoArmor
  • Max fall distance before BugUp tries to setback the player is now 255
  • Added KeepLengthRotation setting to Scaffold
  • AutoPot MinDelay is now 500
  • AutoPot pitch is now randomized
  • Added SimulateInventory setting to AutoPot
  • Added .shortcut command

[CHANGES]

  • AutoBow now supports BowAimBot better
  • Renamed block value names from 'ID' to 'Block'
  • Added Range setting to Fucker
  • Added DynamicColor setting to Tracers
  • Main menu is now running at 60 FPS instead of 30
  • Improved overall performance of LiquidBounce

[CUSTOMHUD]

  • Scoreboard can now be rearranged in CustomHUD
  • Added %cps%, %lcps%, %rcps% and %mcps% values to CustomHUD
  • Elements can no longer be placed outside the screen
  • CustomHUD panels now use the same color as ClickGUI
  • Y position of text elements is now a floating point number
  • Width and TabHeight of TabGUI are now floating point numbers
  • Coordinates are now rounded

b68

01 Jan 23:19
Compare
Choose a tag to compare
b68

[BUG FIXES]

  • Fixed strafing in AimBot (now bypasses AAC4)
  • Fixed module commands saying .. instead of . in chat
  • Fixed broken slider texture in music & sounds menu
  • Fixed LiquidBounce sending movement packets incorrectly
  • Fixed visual glitch in ArrayList
  • Fixed ScriptAPI not catching all errors
  • Fixed CivBreak
  • Fixed NameTags font being black if entity is behind blocks
  • Fixed syntax for LocalSettings delete sub-command not showing

[CHANGES]

  • AimBot Lock setting is now enabled by default
  • Added RotationStrafe setting to KillAura
  • Added syntax message to panic command
  • Added SafeWalk setting to Scaffold
  • Added Swing setting to CivBreak
  • CivBreak no aims at the block before starting to break it

b67

01 Jan 15:16
Compare
Choose a tag to compare
b67

[BUG FIXES]

  • Fixed .friend command not showing syntax for .friend clear
  • Fixed edit mode of text elements sometimes stying enabled after closing CustomHUD
  • Fixed Scaffold and Tower trying to place blocks outside of world border
  • Fixed main menu background particles not working if background was not enabled
  • Fixed AutoClicker left delay being affected by right delay
  • Fixed Fucker not swinging hand if Instant mode was enabled
  • Fixed .reload command not reloading fonts
  • Removed debug messages and Apple mode from KeepAlive
  • Fixed KillAura trying to AutoBlock even when not holding a sword if DelayAutoBlock was enabled
  • Fixed pressing tab in chat sometimes crashing the client
  • Fixed KeepAlive description

[CHANGES]

  • Added prefix command to change command prefix
  • NoSlow is now completely customizable
  • Fixed some AntiCheats flagging LiquidBounce's rotation with 'GCD' checks
  • URLs in LiquidChat can now be clicked
  • LongJump is now easier to control
  • KillAura now calculates reach from the nearest point of the target entity's hitbox
  • Improved Hypixel NoFall
  • Interpolated movement of ESPs and Fly/KillAura marks
  • Made tracer and ESP lines smoother
  • Added ClientSide setting to NoPitchLimit
  • Added NoSlowBreak module which slowsdown block breaking when player is not on ground (for NoGround modules)
  • Main menu background settings will now be saved
  • Tracers now change color based on distance
  • Removed FarmKingBot module
  • Added Range setting to CivBreak
  • Added hurt time check to SuperKnockback
  • Added hurt time check to Criticals
  • Friend aliases can now contain spaces
  • Removed RazerKeyBoard module (Script with same functionality can be downloaded here)
  • Removed RCON bruteforcer (Stand-alone tool can be downloaded here)
  • Removed GUIControl bruteforcer
  • Changed syntax of panic command to .panic /panic all
  • Removed MultiMode from KillAura
  • Skin settings will now be restored after disabling SkinDerp
  • Added NoDetectable setting to InventoryMove
  • Added localsettings delete subcommand

[CLIENTBASE]

  • Improved performance of ArrayList and text elements

[SCRIPTAPI]

  • Added onStep, onStepConfirm, onWorld and onSession events