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

kumri owoK

kumri owo

@kumri owo
About
Posts
169
Topics
11
Shares
0
Groups
0
Followers
17
Following
15

Posts

Recent Best Controversial

  • Hi,
    kumri owoK kumri owo

    hi, remember me?

    Off-Topic

  • AI Miku(AYAYA <3)(Updated Today)
    kumri owoK kumri owo

    @CookieChinese nice I want the prompt now 😞

    Off-Topic

  • how to quene a packet when the packet quene is empty
    kumri owoK kumri owo

    @Aftery i never said i knew what I was doing, I know a bit of js, but don’t know any scripting api thingy

    ScriptAPI

  • A long shape of the template TargetHUD
    kumri owoK kumri owo

    @Larissa that’s nice can i have the skin file lol?

    Kotlin/Java

  • Liquidbounce girl2.0(NovelAI drawn)(By Cookie)
    kumri owoK kumri owo

    @CookieChinese what is the prompt?

    Off-Topic

  • how to quene a packet when the packet quene is empty
    kumri owoK kumri owo

    @FaaatPotato no ali actually suggested it to me, then I send to much packets

    ScriptAPI

  • how to quene a packet when the packet quene is empty
    kumri owoK kumri owo

    @lol_-I_know_that_you_see_this i think I will be able too, if not Il just make somebody else convert it

    ScriptAPI

  • how to quene a packet when the packet quene is empty
    kumri owoK kumri owo

    @CzechHek is there a faster one???

    ScriptAPI

  • how to quene a packet when the packet quene is empty
    kumri owoK kumri owo

    @Systemless

    var script = registerScript({
        name: "PacketFly",
        version: "0.1",
        authors: ["Lucky)#8356"]
    });
    var BlockPos = Java.type('net.minecraft.util.BlockPos');
    var Block = Java.type('net.minecraft.block.Block');
    var Blocks = Java.type('net.minecraft.init.Blocks');
    var C04 = Java.type("net.minecraft.network.play.client.C03PacketPlayer.C04PacketPlayerPosition");
    var blocks = [];
    var jump = 0;
    script.registerModule({
        name: "Packetfly",
        description: "for shit ncp",
        category: "Movement",
        settings: {}
    }, function(module) {
        Math.rad = function(deg) {
            return deg * Math.PI / 180;
        }
        module.on("update", function() {
            var test = 0.2873;
            var playerYaw = Math.rad(mc.thePlayer.rotationYaw);
            var x = -Math.sin(playerYaw) * test;
            var z = Math.cos(playerYaw) * test;
            mc.getNetHandler().addToSendQueue(new C04(mc.thePlayer.posX, mc.thePlayer.posY, mc.thePlayer.posZ, false));
            mc.getNetHandler().addToSendQueue(new C04(mc.thePlayer.posX, mc.thePlayer.posY + 490, mc.thePlayer.posZ, true));
            if (mc.theWorld.isAirBlock(new BlockPos(mc.thePlayer.posX, mc.thePlayer.posY - 1, mc.thePlayer.posZ)) || mc.thePlayer.inWater) {
                mc.theWorld.setBlockState(new BlockPos(mc.thePlayer.posX, mc.thePlayer.posY - 1, mc.thePlayer.posZ), Blocks.barrier.getDefaultState());
                blocks.push(new BlockPos(mc.thePlayer.posX, mc.thePlayer.posY - 1, mc.thePlayer.posZ));
            }
        });
        module.on("enable", function() {});
        module.on("disable", function() {
            for (i = 0; i < blocks.length; i++) {
                mc.theWorld.destroyBlock(blocks[i], false);
            }
        });
    });
    
    ScriptAPI

  • how to quene a packet when the packet quene is empty
    kumri owoK kumri owo

    @Aftery just look at my code

    ScriptAPI

  • how to quene a packet when the packet quene is empty
    kumri owoK kumri owo

    @Systemless pls

    ScriptAPI

  • how to quene a packet when the packet quene is empty
    kumri owoK kumri owo

    @Systemless or can u just tell me what the code is

    ScriptAPI

  • how to quene a packet when the packet quene is empty
    kumri owoK kumri owo

    @Aftery can u see then if the script is improveable

    ScriptAPI

  • how to quene a packet when the packet quene is empty
    kumri owoK kumri owo

    @Aftery I want to know when the quene is empty, so I can send another packet, (its a packet fly)

    ScriptAPI

  • how to quene a packet when the packet quene is empty
    kumri owoK kumri owo

    I need to know when its empty im improving a ncp fly

    ScriptAPI

  • Liquidbounce girl(AI draw)(By Cookie)
    kumri owoK kumri owo

    _cat girl, blue eyes, long hair, in a beach, sailboat,  s-1659641682.png I like it

    Off-Topic

  • How The Hell Do I Solve This Stupid Bug
    kumri owoK kumri owo

    Its a popup saying Positing in some category is disabled until u verify ur email. i click it and it sais it sent it but it did not, its not in spam like wtf this is so annoying

    General Discussion

  • Liquidbounce girl(AI draw)(By Cookie)
    kumri owoK kumri owo

    @CookieChinese said in Liquidbounce girl(AI draw)(By Cookie):

    Novel AI

    oh cant even try one ai generation for free 😞

    Off-Topic
  • Login

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