Skip to content

General Discussion

A place to talk about anything related to LiquidBounce

511 Topics 3.5k Posts
  • deep learning model transformation

    2
    0 Votes
    2 Posts
    226 Views
    kawaiinekololisK
    For what?
  • add a way to disable blur shader on ui

    2
    0 Votes
    2 Posts
    280 Views
    R
    @24th2 said in add a way to disable blur shader on ui: im using a low end laptop and there is no way to disable blur shader so it dropped alot of fps hopefully someone add a way to disable blur shader to improve fps Thanks you so much
  • 应用场景

    1
    0 Votes
    1 Posts
    270 Views
    No one has replied
  • TaiWan Flag?

    2
    0 Votes
    2 Posts
    258 Views
    kawaiinekololisK
    Taiwan is listed in the ISO 3166-1 alpha-2 two-letter country codes. There is nothing wrong or incorrect about that.
  • lb b100 jar?

    3
    0 Votes
    3 Posts
    749 Views
    T
    @notover I believe I do, although it is discontinued. I'd say you have three choices: 1: Try LiquidBounce Nextgen. It has some performance issues due to Ultraheavy Ultralight, but they are nonexistent if you have a decent computer. 2: Try LibreBounce, a fork of b100. Do note that it's a pet project of mine, and may have additional issues. Regardless, it solves a really annoying bug in LiquidBounce b100. 3: Try another utility client. I am not certain about which clients you should try out, but there are other good ones.
  • HOTBAR / HEALTH BAR / HUNGER BAR / XP BAR - How to make them normal?!

    2
    0 Votes
    2 Posts
    264 Views
    kawaiinekololisK
    All elements of the HUD can be controlled through: [image: 1751818811844-1266b153-b861-4e78-810c-c654ccd0b2dd-image.png] See https://liquidbounce.net/docs/theme-system/hud-customization for more details.
  • how to bypass anti xray and anti plugin finder

    1
    0 Votes
    1 Posts
    186 Views
    No one has replied
  • how to bypass angleguard anticheat in 1.21.5

    1
    0 Votes
    1 Posts
    131 Views
    No one has replied
  • How to use nuker

    2
    0 Votes
    2 Posts
    455 Views
    Bogdan0759B
    Wow. Damn, I don't even know how to use him. Maybe on the nuke module?
  • LiquidBounce Wallpaper Share (static)

    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • Liquidbounce source code not running

    2
    0 Votes
    2 Posts
    331 Views
    kawaiinekololisK
    Follow the README correctly.
  • Immersive portals mod

    2
    0 Votes
    2 Posts
    332 Views
    kawaiinekololisK
    Read what it says. It tells you everything you need to know.
  • My Thoughts on the Future Development of LiquidBounce

    6
    0 Votes
    6 Posts
    905 Views
    kawaiinekololisK
    @Generalluki It was able to be injected using e.g. Process Hacker but there was no actual Module System, so all it did was make you faster by multiplying your velocity. My goal really was only to modify the game using Rust - but that's it. There was no work put into actual "hacks".
  • Animated Wallpaper

    3
    0 Votes
    3 Posts
    540 Views
    kawaiinekololisK
    On what? The shader code of the background can be found in the assets of LiquidBounce.
  • how works mineland fly?

    2
    0 Votes
    2 Posts
    396 Views
    MaxDraconM
    mineland uses nemis anticheat though But I don't know anything about the anticheat
  • Excited to Join the Community!

    1
    0 Votes
    1 Posts
    182 Views
    No one has replied
  • Create a theme in different languages.

    3
    0 Votes
    3 Posts
    410 Views
    Haker_Go_ExtraH
    Thanks for the reply.
  • New

    2
    0 Votes
    2 Posts
    325 Views
    kawaiinekololisK
    No, all you gotta do is use it. About your question on how to install mods: https://www.youtube.com/watch?v=hJEouT54I2M
  • watermark

    2
    0 Votes
    2 Posts
    502 Views
    R
    @Username21 If you need to remove the watermarks on images or screenshots of inventory, you must respect copyrights and not use their contents without permission. If you wish to personalize your pictures, you can use any editing tools such as Photoshop or GIMP.
  • how to use custom fonts in lb nextgen

    2
    0 Votes
    2 Posts
    500 Views
    J
    To use custom fonts in LB NextGen, you first need to upload the font files in a web-compatible format such as WOFF, WOFF2, TTF, or OTF to your server or assets folder. Once uploaded, define the font in your CSS file using the @font-face rule. For example, you can add the following code: @font-face { font-family: 'CustomFont'; src: url('path-to-your-font-file.woff2') format('woff2'), url('path-to-your-font-file.woff') format('woff'); font-weight: normal; font-style: normal; } body { font-family: 'CustomFont', sans-serif; }