@gabriel no i mean how can you code this ?
Jacrafter 0
Posts
-
Smooth Visuales -
Smooth Visuales -
Vanillaautoblock script@leejames2305 ok thx
-
Vanillaautoblock script@leejames2305 yes
-
Vanillaautoblock script@leejames2305 no
-
Vanillaautoblock script@leejames2305 i don't have notepad
-
Vanillaautoblock script@idkmyname ok but when I download it it ins't a js file
-
Vanillaautoblock script@yorik100 but how can I download it ?
-
Vanillaautoblock scriptPls can I have vanillaautoblock script ?
-
[Helper]How to add Animation in your Arraylist.kt@gking how can I start to code my own Liquidbounce ?
-
BlockFly@mems how can I start to code my own Liquidbounce ?
-
VanillaAutoBlock v2@yorik100 said in VanillaAutoBlock v2:
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); }
-
please script animation!@Jacrafter-0 it doesn't work
-
please script animation!@CzechHek I have the script now in liquid bounce but it doesn't please help
-
please script animation!@bestnub No im using LB b72
-
please script animation!@CzechHek I already use other scripts but this one doesn't work
-
please script animation!@Foreheadchan_ I already have core but it doesn't work
-
please script animation!@CzechHek when I am downloading the script and I put it in the script folder and I started liquid bounce the script isn't in liquidbounce help please !