Skip to content

Scripts

Share and discover scripts for LiquidBounce

1.0k Topics 7.8k Posts
  • Jartex Script

    8
    0 Votes
    8 Posts
    1k Views
    K

    do you got a killaura for matrix?

  • 0 Votes
    74 Posts
    2k Views
    HabitualDeepH

    @mems lmao yeah

  • Auto W-Tap Forward (Keep distance)

    14
    0 Votes
    14 Posts
    3k Views
    RafayR

    @skidma necroposterrrrrrrrrrr

  • AutoDisable

    7
    4 Votes
    7 Posts
    1k Views
    Plumer ManP
    var fadeTimer = 0; var reasons = ['Speed disabled due to server changes.', 'Speed disabled due to death.']; var S06PacketUpdateHealth = Java.type('net.minecraft.network.play.server.S06PacketUpdateHealth'); var ScaledResolution = Java.type('net.minecraft.client.gui.ScaledResolution'); var Speed = moduleManager.getModule('Speed'); function getScaledWidth() { var scaledWidth = new ScaledResolution(mc).getScaledWidth(); return scaledWidth; } function getScaledHeight() { var scaledHeight = new ScaledResolution(mc).getScaledHeight(); return scaledHeight; } var script = registerScript({ name: 'AutoDisable', version: '0.0.0', authors: ['Shurpe'] }); script.registerModule({ name: 'AutoDisable', description: 'Turns off Speed module', category: 'Fun' }, function (module) { module.on('packet', function (e) { var packet = e.getPacket(); if (packet instanceof S06PacketUpdateHealth && packet.getHealth() <= 0 && Speed.getState()) { Speed.setState(false); reason = reasons[1]; disabled = true; } }); module.on('update', function () { mcWidth = getScaledWidth(); mcHeight = getScaledHeight(); disabled ? fadeTimer++ : fadeTimer = 0; if (fadeTimer >= 50) { disabled = false; } }); module.on('render2D', function () { if (disabled) { mc.fontRendererObj.drawStringWithShadow(reason, mcWidth / 2 - mc.fontRendererObj.getStringWidth(reason) / 2, 15, 0xFFFFFF); mc.fontRendererObj.drawStringWithShadow('§cWarning!', mcWidth / 2 - mc.fontRendererObj.getStringWidth('Warning!') / 2, 5, 0xFFFFFF); } }); module.on('world', function () { if (Speed.getState()) { reason = reasons[0]; Speed.setState(false); disabled = true; } }); });
  • Anti Spammer, Chat Bypass

    2
    0 Votes
    2 Posts
    318 Views
    ?

    @skidma very noice

  • testfly.js

    5
    0 Votes
    5 Posts
    501 Views
    HexResistanceH

    @theapplepro redesky testfly.js its a vanilla fly

  • This topic is deleted!

    9
    1 Votes
    9 Posts
    220 Views
  • rickroll killsult (?)

    2
    1 Votes
    2 Posts
    400 Views
    gamerjuiceG

    yes yes yes

  • Is there a way to change many menu

    8
    0 Votes
    8 Posts
    389 Views
    ?

    learn english first

  • Redesky LongJump

    1
    0 Votes
    1 Posts
    399 Views
    No one has replied
  • Pls help:)

    12
    0 Votes
    12 Posts
    282 Views
    A

    @crixygaming big self own

  • Core.lib?

    2
    0 Votes
    2 Posts
    398 Views
    G

    @gc-onetap Script folder.

  • This topic is deleted!

    11
    0 Votes
    11 Posts
    132 Views
  • 0 Votes
    8 Posts
    342 Views
    A

    autism

  • Creative fly

    7
    0 Votes
    7 Posts
    474 Views
    ?

    @aftery True! based.

  • How do I use click block event

    4
    0 Votes
    4 Posts
    194 Views
    LIQUID PLASMAL

    @as丶one but where is it documented

  • This topic is deleted!

    10
    0 Votes
    10 Posts
    109 Views
  • 0 Votes
    11 Posts
    465 Views
    9

    @plumer-man I think it was from old forum

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied