Scripts

Share and discover scripts for LiquidBounce

1.0k Topics 9.1k Posts
  • This topic is deleted!

    30
    1 Votes
    30 Posts
    2k Views
  • hypixel damage

    16
    0 Votes
    16 Posts
    896 Views

    @fakepex I don't think so.

  • 0 Votes
    18 Posts
    376 Views

    @btx-0 YYou can actually skip the potion effect as its only visual

  • Matrix antibot for FDP?

    6
    0 Votes
    6 Posts
    520 Views

    Why is everyone using FDP?

  • [Script] AutoSex Script

    9
    0 Votes
    9 Posts
    657 Views
  • How do you damage yourself?

    42
    0 Votes
    42 Posts
    821 Views

    Example script

    /// api_version=2 var script = registerScript({ name: "ExapmleScript", version: "1.0", authors: ["As丶One"] }); script.on("enable", function () {}); script.on("disable", function () {}); script.on("load", function () {}); script.registerModule({ name: "ExapmleModule", description: "ExapmleModule By As丶One", category: "Fun", tag: "I am a tag", settings: { Boolean: Setting.boolean({ name: "BooleanValue", default: true }), Integer: Setting.integer({ name: "IntegerValue", default: 5, min: 0, max: 10 }), Float: Setting.float({ name: "FloatValue", default: 3.24, min: 0.01, max: 6.25 }), Text: Setting.text({ name: "TextValue", default: "TextValue" }), Block: Setting.block({ name: "BlockValue", default: 26 }), List: Setting.list({ name: "ListValue", values: ["Hi", "Hello"], default: "Hello" }) } }, function (module) { module.on("enable", function () { module.settings.Text.set("Hi,I am enabled") module.tag = "Enabled" chat.print(module.settings.Text.get()) }); module.on("disable", function () { module.settings.Text.set("Hi,I am disabled") module.tag = "Disabled" chat.print(module.settings.Text.get()) }); module.on("update", function () {}); module.on("motion", function (event) { var eventState = event.getEventState() }); module.on("render2D", function (event) { var partialTicks = event.getPartialTicks() }); module.on("render3D", function (event) { var partialTicks = event.getPartialTicks() }); module.on("packet", function (event) { //event.cancelEvent() //event.isCancelled() var packet = event.getPacket() }); module.on("jump", function (event) { /* event.cancelEvent() event.isCancelled() var motion = event.getMotion() event.setMotion(0.42) */ }); module.on("attack", function (event) { var targetEntity = event.getTargetEntity() }); module.on("key", function (event) { var pressedKey = event.getKey() }); module.on("move", function (event) { /* var x = event.getX() var y = event.getY() var z = event.getZ() var isSafeWalk = event.isSafeWalk() event.setX(0) event.setY(0) event.setZ(0) event.setSafeWalk(true) event.zero() event.zeroXZ() event.cancelEvent() */ }); module.on("step", function (event) { var stepHeight = event.getStepHeight() }); module.on("stepConfirm", function () {}); module.on("world", function (event) { var worldClient = event.getWorldClient() }); module.on("session", function (event) {}); module.on("clickBlock", function (event) { var clickedBlock = event.getClickedBlock(); var enumFacing = event.getEnumFacing() }); module.on("strafe", function (event) { var strafe = event.getStrafe(); var forward = event.getForward(); var friction = event.getFriction(); //event.cancelEvent() }); module.on("slowDown", function (event) { var strafe = event.getStrafe(); var forward = event.getForward(); //event.setForward(1); //event.setStrafe(1); }); });
  • How to execute minecraft commands?

    4
    1 Votes
    4 Posts
    235 Views

    SuicideMouse in Minecraft 😳

  • Can I use lb scripts on novoline@wtf ?

    16
    0 Votes
    16 Posts
    580 Views

    @asasasa go in dms

  • [JS]A good Obfuscator :) (oof)

    6
    0 Votes
    6 Posts
    391 Views

    @CookieChinese @Aftery

    var scriptName = "VulcanNoFall"; var scriptVersion = 0.1; var scriptAuthor = "mumy++ & FDPTeams"; var C03PacketPlayer = Java.type("net.minecraft.network.play.client.C03PacketPlayer"); var MovementUtils = Java.type("net.ccbluex.liquidbounce.utils.MovementUtils"); var VulcanNoFall = new VulcanNoFall(); var client; function VulcanNoFall() { var doSpoof = false; var count = 0; this.getName = function() { return "VulcanNoFall"; }; this.getDescription = function() { return "VulcanNoFall-Module, By-mumy & FDPTeams"; }; this.getCategory = function() { return "Misc"; }; this.onEnable = function() { doSpoof = false; count = 0; }; this.onUpdate = function() { mc.thePlayer.fallDistance > 3.65 && (mc.thePlayer.fallDistance = 0, count = mc.isIntegratedServerRunning() ? 2 : 1, doSpoof = true); }; this.onWorld = function(c) {}; this.onPacket = function(c) { var f = c.getPacket(); f instanceof C03PacketPlayer && doSpoof && count > 0 && (--count, count === 0 && (doSpoof = false), f.onGround = true, f.y = Math.round(mc.thePlayer.posY * 2) / 2, mc.thePlayer.setPosition(mc.thePlayer.posX, f.y, mc.thePlayer.posZ)); }; } function onLoad() {}; function onEnable() { client = moduleManager.registerModule(VulcanNoFall); }; function onDisable() { moduleManager.unregisterModule(client); };
  • [JS]AutoUpdate (The most complicated way? xd)

    11
    2 Votes
    11 Posts
    377 Views

    @czechhek Another reason why people are using Core.lib

  • Liquidsense nocafition

    26
    0 Votes
    26 Posts
    2k Views

    @phạm-minh-đức-official the one you replied to

  • Old Script Pack (Reupload)

    5
    0 Votes
    5 Posts
    418 Views

    @ali00035 :axofast: :axofast: :axofast: :axofast: :axofast: :axofast: :axofast: :axofast:

  • Verus Bypass Script

    60
    0 Votes
    60 Posts
    3k Views

    @plumer-man verus recode setbacks you, find a verus server and test it

    mc.ecuacraft.club uses verus, test it there

  • [De3dAnge1s]SpeedMine (Legacy)

    8
    0 Votes
    8 Posts
    689 Views

    @de3dange1s said in [De3dAnge1s]SpeedMine (Legacy):

    mc.playerController.curBlockDamageMP += getBlock(pos.getX(), pos.getY(), pos.getZ()) mc.theWorld.getBlockState(pos).getBlock().getPlayerRelativeBlockHardness(mc.thePlayer, mc.theWorld, pos) * 0.186

    " mc.playerController.curBlockDamageMP += getBlock(pos.getX(), pos.getY(), pos.getZ())
    mc.theWorld.getBlockState(pos).getBlock().getPlayerRelativeBlockHardness(mc.thePlayer, mc.theWorld, pos) * 0.186"

    pos.getX() is not defined

    Both Remix and Autumn spam errors

  • SLCriticals deobfuscated

    19
    0 Votes
    19 Posts
    1k Views

    @baziki no u

  • Auto take armor off

    6
    0 Votes
    6 Posts
    167 Views

    @plumer-man said in Auto take armor off:

    catch

    also the try

  • [JS]Vulcan NoFall 0.1(by Mumy)

    2
    2 Votes
    2 Posts
    424 Views

    @cookiechinese cef3005f-eb78-471d-97c1-8527f948a2a8-image.png ?

  • This topic is deleted!

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

    Solved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied