Skip to content
  • FastBreak NoBreakDelay

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

    Suggestions
    4
    0 Votes
    4 Posts
    1k 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
    284 Views
    No one has replied
  • AutoFish Disable on low durability option

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

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

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

    Solved ScriptAPI
    7
    0 Votes
    7 Posts
    1k 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
    915 Views
    No one has replied
  • Working Rektpack V1 Link

    Unsolved General
    4
    0 Votes
    4 Posts
    726 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
    736 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
    876 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
    334 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
    370 Views
    No one has replied
  • Vectorized Velocity

    Scripts
    1
    0 Votes
    1 Posts
    567 Views
    No one has replied
  • More customization

    Suggestions
    3
    0 Votes
    3 Posts
    609 Views
    ?
    I downloaded the new update and the new features are great. I hope more are comming
  • Create a theme in different languages.

    General Discussion
    3
    0 Votes
    3 Posts
    738 Views
    Haker_Go_ExtraH
    Thanks for the reply.
  • Lunar Client Crashing with liquidbounce

    Unsolved General
    1
    0 Votes
    1 Posts
    200 Views
    No one has replied
  • New

    General Discussion
    2
    0 Votes
    2 Posts
    656 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
  • I need script velogrimC07(apiv2)

    Unsolved ScriptAPI
    5
    0 Votes
    5 Posts
    1k Views
    F
    access to host class net.minecraft.network.play.server.S12PacketEntityVelocity is not allowed or does not exist