Scripts

Share and discover scripts for LiquidBounce

1.0k Topics 9.1k Posts
  • 1 Votes
    1 Posts
    361 Views
    No one has replied
  • i need aac 5 disabler

    21
    0 Votes
    21 Posts
    1k Views

    @i-forgor fits the rules though (sorta)

  • This topic is deleted!

    52
    0 Votes
    52 Posts
    1k Views
  • [HUD] Jello HUD for LiquidBounce

    24
    2 Votes
    24 Posts
    3k Views

    不能说完全一致,只能说一模一样

  • 0 Votes
    5 Posts
    357 Views

    @anton-alve said in Нужен script AimBot Liquidbounce b73 1.12.2:

    Нужен script AimBot Liquidbounce b73 1.12.2

    write this to the command line
    .t AimBot

  • REQ vanilla autoblock script pls

    2
    0 Votes
    2 Posts
    444 Views

    @itz-talop

    Not mine. Credits to @yorik100

    var scriptName = "CleanAutoBlock"; var scriptVersion = 2.0; var scriptAuthor = "yorik100"; var C07PacketPlayerDigging = Java.type('net.minecraft.network.play.client.C07PacketPlayerDigging'); var C08PacketPlayerBlockPlacement = Java.type('net.minecraft.network.play.client.C08PacketPlayerBlockPlacement') var C09PacketHeldItemChange = Java.type('net.minecraft.network.play.client.C09PacketHeldItemChange') var BlockPos = Java.type('net.minecraft.util.BlockPos') var EnumFacing = Java.type('net.minecraft.util.EnumFacing') var LiquidBounce = Java.type("net.ccbluex.liquidbounce.LiquidBounce"); var KillAura = Java.type("net.ccbluex.liquidbounce.features.module.modules.combat.KillAura"); var killAuraModule = moduleManager.getModule("KillAura"); var cleanAutoBlock = new CleanAutoBlock(); var client; function CleanAutoBlock() { this.getName = function() { return "VanillaAutoBlock"; }; this.getDescription = function() { return "Vanilla AutoBlock"; }; this.getCategory = function() { return "Combat"; }; this.onPacket = function(event) { var packet = event.getPacket(); if (isBlocking && ((packet instanceof C07PacketPlayerDigging && packet.getStatus() == C07PacketPlayerDigging.Action.RELEASE_USE_ITEM) || packet instanceof C08PacketPlayerBlockPlacement)) { event.cancelEvent(); } if (packet instanceof C09PacketHeldItemChange) { isBlocking = false; } } this.onEnable = function() { isBlocking = false; } this.onUpdate = function() { if ((LiquidBounce.moduleManager.getModule(KillAura.class)).blockingStatus || mc.thePlayer.isBlocking()) { isBlocking = true; }else if (isBlocking) { isBlocking = false; mc.thePlayer.sendQueue.addToSendQueue(new C07PacketPlayerDigging(C07PacketPlayerDigging.Action.RELEASE_USE_ITEM, BlockPos.ORIGIN, EnumFacing.DOWN)); } } this.onDisable = function() { if (isBlocking && !(LiquidBounce.moduleManager.getModule(KillAura.class)).blockingStatus && !mc.thePlayer.isBlocking()) { isBlocking = false; mc.thePlayer.sendQueue.addToSendQueue(new C07PacketPlayerDigging(C07PacketPlayerDigging.Action.RELEASE_USE_ITEM, BlockPos.ORIGIN, EnumFacing.DOWN)); } } } function onLoad() {} function onEnable() { client = moduleManager.registerModule(cleanAutoBlock); } function onDisable() { moduleManager.unregisterModule(client); }
  • antivanish|staff detector

    2
    0 Votes
    2 Posts
    402 Views

    @nxhxcklol Depends on how good the vanish plugin is

  • [REQUSET] SIGMA HATAR DETECTOR

    12
    0 Votes
    12 Posts
    738 Views

    @fliping-31-0 8365767a-2d11-431c-8652-0e7b80689d05-bilde.png

  • AntiCheatPlus Glide

    3
    1 Votes
    3 Posts
    548 Views
  • AAC5 Fly (Test)

    14
    6 Votes
    14 Posts
    2k Views

    @mems not crashing the client? if you send a packet in packet event it will loop, and eventually crash the client

  • 0 Votes
    5 Posts
    243 Views

    autistic monke

  • Matrix step and criticals???

    13
    0 Votes
    13 Posts
    1k Views
  • RedeskyLongjump 2.0

    9
    0 Votes
    9 Posts
    444 Views

    @nvinci yes its useless for its purpose but i meant that someone can actually learn something from the script

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Matrix Velocity1.0(Good AntiCheat)

    7
    0 Votes
    7 Posts
    616 Views

    @rafay or just add more ping by playing youtube video in background

  • [Script] AntiSpammer (Legacy)

    5
    1 Votes
    5 Posts
    526 Views

    @haram-club Legacy2b097b81-7da9-408c-8cab-78e85a965581-bilde.png

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • 0 Votes
    9 Posts
    578 Views

    @Aftеry balls

  • Spartan combat disabler

    45
    3 Votes
    45 Posts
    3k Views

    @nvinci nah instead of replying i do be joeing

  • [Shader] Two BackgroundShader Share

    17
    0 Votes
    17 Posts
    2k Views

    Sorry for the late response but where did you get all of these shader stuffs, I tried many from GLSLSandBox but none of them work.