Skip to content
  • who can write the script? noSlotChanger in the client LB for Nextgen

    Moved Unsolved Requests
    7
    0 Votes
    7 Posts
    2k 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
    443 Views
    No one has replied
  • Vectorized Velocity

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

    Suggestions
    3
    0 Votes
    3 Posts
    789 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
    921 Views
    Haker_Go_ExtraH
    Thanks for the reply.
  • Lunar Client Crashing with liquidbounce

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

    General Discussion
    2
    0 Votes
    2 Posts
    829 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
    2k Views
    F
    access to host class net.minecraft.network.play.server.S12PacketEntityVelocity is not allowed or does not exist
  • Server folder

    Suggestions
    1
    0 Votes
    1 Posts
    165 Views
    No one has replied
  • Auto text

    Suggestions
    1
    0 Votes
    1 Posts
    242 Views
    No one has replied
  • how to use client spoofer custom brand name

    Unsolved General
    1
    0 Votes
    1 Posts
    306 Views
    No one has replied
  • HUD is late

    Bug Reports
    1
    0 Votes
    1 Posts
    331 Views
    No one has replied
  • Infinite Extraction when entering for the first time

    Unsolved General
    2
    0 Votes
    2 Posts
    788 Views
    D
    no its not infinite it repeats like a million times i waited like 1 hour then it finally opened
  • help it keep saying no deep learning engine found

    Unsolved General
    1
    0 Votes
    1 Posts
    240 Views
    No one has replied
  • [Script] GCore 0.1 (End support)

    Moved Scripts
    24
    0 Votes
    24 Posts
    15k Views
    kawaiinekololisK
    @pro0101 The script is not supported anymore.
  • auto cart

    Requests
    2
    0 Votes
    2 Posts
    452 Views
    kawaiinekololisK
    https://github.com/CCBlueX/LiquidBounce/issues/5799 DevilishRar created this issue in CCBlueX/LiquidBounce open [FEATURE] XBow/Bow Cart #5799
  • liquidbounce in lunar client 1.8.9

    Moved General help
    2
    0 Votes
    2 Posts
    904 Views
    kawaiinekololisK
    No that is not possible. LiquidBounce Nextgen for Lunar works only on 1.21.4
  • updates the hud in a new way in Liquidbounce Nextgen

    Suggestions
    2
    0 Votes
    2 Posts
    470 Views
    kawaiinekololisK
    It is planned!
  • Someone make a fly hack script for mineland

    Moved Requests
    1
    0 Votes
    1 Posts
    434 Views
    No one has replied
  • Add a new sential anticheat fly.

    Requests
    1
    0 Votes
    1 Posts
    261 Views
    No one has replied