@Senk-Ju Haha yeah, sorry.
I'll edit it in a second.
0
0hWhite
@0hWhite
Posts
-
MMC Bunny Hop -
MMC Bunny Hop/// api_version=2 var script = registerScript({ name: "MMCHop", version: "1.0.0", authors: ["0hWhite"] }); // Imported classes var MovementUtils = Java.type("net.ccbluex.liquidbounce.utils.MovementUtils"); script.registerModule({ name: "MMCHop", category: "Movement", description: "Bypassing bunny hop for MMC" }, function(module) { module.on("motion", function() { if(mc.thePlayer.onGround) { mc.thePlayer.motionY = 0.76; } else { MovementUtils.strafe(0.2); } }); });
If you don't feel like copying and pasting all of this into a file, here is the direct download:
MMCHop.js -
CUBESCRIPT | BEST CUBECRAFT SCRIPT AVAILABLE RIGHT NOW!@LolMC Hi, sorry I'm late.
So, this script is pretty new actually so it can't do TOO much at the moment.
It basically has a really good cubecraft longjump, then a no-down fly which isn't the best (slow) -
CUBESCRIPT | BEST CUBECRAFT SCRIPT AVAILABLE RIGHT NOW!Hey everyone! CubeScript is a small, open source cubecraft script that I've been working on for the past few days.
I really am looking forward to creating a community revolved around this script, please do me a favor and join this server!
https://discord.gg/kC2eEWNEXTRA INFORMATION:
Script updates daily, and I will be taking suggestions feel free to PM me.
Also, this script is pretty new so don't expect too much.