Skip to content
  • Animated Wallpaper

    General Discussion
    3
    0 Votes
    3 Posts
    546 Views
    kawaiinekololisK
    On what? The shader code of the background can be found in the assets of LiquidBounce.
  • 0 Votes
    2 Posts
    339 Views
    kawaiinekololisK
    The models are included in the client. The deep learning engine is not and cannot be disabled.
  • 0 Votes
    2 Posts
    293 Views
    kawaiinekololisK
    .config list
  • FastBreak NoBreakDelay

    Suggestions
    1
    0 Votes
    1 Posts
    226 Views
    No one has replied
  • Sprint reset for velocity

    Suggestions
    4
    0 Votes
    4 Posts
    762 Views
    SentinelS
    How does “sprint reset” reduce knock back exactly? And how does the jump mode work too? How does delay play into effect? Someone explain in detail, I’m interested
  • PingSpoof Transactions

    Suggestions
    1
    0 Votes
    1 Posts
    171 Views
    No one has replied
  • AutoFish Disable on low durability option

    Suggestions
    1
    0 Votes
    1 Posts
    149 Views
    No one has replied
  • Customisable NoBreakDelay

    Suggestions
    1
    0 Votes
    1 Posts
    161 Views
    No one has replied
  • 登录blocksmc.com后崩溃

    Chinese
    1
    0 Votes
    1 Posts
    327 Views
    No one has replied
  • Help with setting visibility

    Solved ScriptAPI
    7
    0 Votes
    7 Posts
    934 Views
    C
    By reading your post again I think I need to use ChoiceConfigurable. And I think that's definitely possible.
  • librecraft config

    Configs
    1
    0 Votes
    1 Posts
    716 Views
    No one has replied
  • Working Rektpack V1 Link

    Unsolved General
    4
    0 Votes
    4 Posts
    572 Views
    SoulplexisS
    I checked and I had it still. here's a download: https://www.mediafire.com/file/lzo7nc6ibpcpum3/RektPack+v1.zip/file
  • how works mineland fly?

    General Discussion
    2
    0 Votes
    2 Posts
    406 Views
    MaxDraconM
    mineland uses nemis anticheat though But I don't know anything about the anticheat
  • [Kotlin] A simple path finder and executor module

    Scripts
    2
    1 Votes
    2 Posts
    600 Views
    Konoha ScarletK
    Are you interested to contribute this for LB repo?
  • where is the liquidbounce folder in prism launcher

    Unsolved General
    2
    0 Votes
    2 Posts
    250 Views
    C
    [image: 1742133634957-a2042e59-72b7-4766-8596-9abd56267fdd-image.png] [image: 1742133742039-b4d05a74-cb70-49d8-af0c-de734bf75dfd-image.png]
  • who can write the script? noSlotChanger in the client LB for Nextgen

    Moved Unsolved Requests
    7
    0 Votes
    7 Posts
    1k Views
    C
    Trying with matrix on loyisa.cn with noslow mode set to None indeed will move your slot to other items. However just like I assumed previously simply ignoring the packet just won't do, you can never eat the food, even if you immediately send back a slot change. You might need something else to make a nolow mode for matrix. If you need to verify yourself, here is your script anyway. function __require(path) { if (path.startsWith("@embedded")) { return globalThis } if (path.startsWith("@minecraft-yarn-definitions/types/")) { return { [path.substring(path.lastIndexOf("/") + 1)]: Java.type(path .replaceAll("@minecraft-yarn-definitions/types/", "") .replaceAll("/", ".") ) } } return require(path); } var exports = {} "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // imports /* eslint-disable unused-imports/no-unused-imports */ const _embedded_1 = __require("@embedded"); /* eslint-enable unused-imports/no-unused-imports */ // DO NOT TOUCH ANYTHING ABOVE THIS LINE, also not sure why it didn't work const UpdateSelectedSlotC2SPacket_1 = __require("@minecraft-yarn-definitions/types/net/minecraft/network/packet/c2s/play/UpdateSelectedSlotC2SPacket"); const UpdateSelectedSlotS2CPacket_1 = __require("@minecraft-yarn-definitions/types/net/minecraft/network/packet/s2c/play/UpdateSelectedSlotS2CPacket"); const script = _embedded_1.registerScript.apply({ name: "anti slot changing", version: "1.0.0", authors: ["commandblock2"] }); script.registerModule({ name: "anti-slot-changing", description: "like no rotate reset but for slots", category: "Exploit", settings: { resyncServerSide: _embedded_1.Setting.boolean({ name: "resync server side", default: true }) }, }, (mod) => { mod.on("packet", (event) => { var _a, _b, _c; if (event.packet instanceof UpdateSelectedSlotS2CPacket_1.UpdateSelectedSlotS2CPacket) { event.cancelEvent(); if (!mod.settings.resyncServerSide.get()) return; (_a = _embedded_1.mc.getNetworkHandler()) === null || _a === void 0 ? void 0 : _a.sendPacket(new UpdateSelectedSlotC2SPacket_1.UpdateSelectedSlotC2SPacket((_c = (_b = _embedded_1.mc.player) === null || _b === void 0 ? void 0 : _b.inventory.selectedSlot) !== null && _c !== void 0 ? _c : 0)); } }); });
  • Excited to Join the Community!

    General Discussion
    1
    0 Votes
    1 Posts
    185 Views
    No one has replied
  • Vectorized Velocity

    Scripts
    1
    0 Votes
    1 Posts
    420 Views
    No one has replied
  • I need help in JavaScript of liquidbounce b100

    Unsolved ScriptAPI
    1
    0 Votes
    1 Posts
    477 Views
    No one has replied
  • More customization

    Suggestions
    3
    0 Votes
    3 Posts
    445 Views
    ?
    I downloaded the new update and the new features are great. I hope more are comming