Skip to content

Requests

26 Topics 57 Posts
  • who can write the script? noSlotChanger in the client LB for Nextgen

    Moved Unsolved
    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)); } }); });
  • auto cart

    2
    0 Votes
    2 Posts
    451 Views
    kawaiinekololisK
    https://github.com/CCBlueX/LiquidBounce/issues/5799 DevilishRar created this issue in CCBlueX/LiquidBounce open [FEATURE] XBow/Bow Cart #5799
  • Someone make a fly hack script for mineland

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

    1
    0 Votes
    1 Posts
    261 Views
    No one has replied
  • i got ban on highpixel any anti ban i should use?

    Unsolved
    1
    0 Votes
    1 Posts
    238 Views
    No one has replied
  • Why won't my script be created automatically?

    Moved
    2
    0 Votes
    2 Posts
    648 Views
    kawaiinekololisK
    Can you be more specific? Check your game logs. It will tell you why.