Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. ScriptAPI
  3. Does anyone know why it doesnt work?

Does anyone know why it doesnt work?

Scheduled Pinned Locked Moved ScriptAPI
3 Posts 2 Posters 185 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • DreamWasFuckedD Offline
    DreamWasFuckedD Offline
    DreamWasFucked
    wrote on last edited by
    #1

    help

    var script = registerScript({
        name: "xddd",
        version: "0.0.0",
        authors: ["lol"]
    });
    
    script.registerModule({
        name: "xddd",
        category: "Fun", 
        description: ""
    },
    function (module) {
        module.on("packet", function(e) {
            var packet = e.getPacket()
            if (packet instanceof C0BPacketEntityAction && packet.getAction() == C0BPacketEntityAction.Action.OPEN_INVENTORY) {
                Chat.print("[DEBUG] C0BPacketEntityAction.Action.OPEN_INVENTORY");
                e.cancelEvent();
            }
        });
    });
    var C0BPacketEntityAction = Java.type('net.minecraft.network.play.client.C0BPacketEntityAction');
    
    I 1 Reply Last reply
    0
    • DreamWasFuckedD DreamWasFucked

      help

      var script = registerScript({
          name: "xddd",
          version: "0.0.0",
          authors: ["lol"]
      });
      
      script.registerModule({
          name: "xddd",
          category: "Fun", 
          description: ""
      },
      function (module) {
          module.on("packet", function(e) {
              var packet = e.getPacket()
              if (packet instanceof C0BPacketEntityAction && packet.getAction() == C0BPacketEntityAction.Action.OPEN_INVENTORY) {
                  Chat.print("[DEBUG] C0BPacketEntityAction.Action.OPEN_INVENTORY");
                  e.cancelEvent();
              }
          });
      });
      var C0BPacketEntityAction = Java.type('net.minecraft.network.play.client.C0BPacketEntityAction');
      
      I Offline
      I Offline
      idk my name
      wrote on last edited by
      #2

      @skidma Action cannot be like Action.OPEN_INVENTORY.
      use packet.getAction() == "OPEN_INVENTORY" instead

      DreamWasFuckedD 1 Reply Last reply
      0
      • I idk my name

        @skidma Action cannot be like Action.OPEN_INVENTORY.
        use packet.getAction() == "OPEN_INVENTORY" instead

        DreamWasFuckedD Offline
        DreamWasFuckedD Offline
        DreamWasFucked
        wrote on last edited by
        #3

        @idk-my-name This doesnt work and why C0BPacketEntityAction.Action.START_SPRINTING works

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        About
        • Terms of Service
        • Privacy Policy
        • Status
        • Contact Us
        Downloads
        • Releases
        • Source code
        • License
        Docs
        • Tutorials
        • CustomHUD
        • AutoSettings
        • ScriptAPI
        Community
        • Forum
        • Guilded
        • YouTube
        • Twitter
        • D.Tube
        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups