Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

0hWhite0

0hWhite

@0hWhite
About
Posts
4
Topics
2
Groups
0
Followers
1
Following
0

Posts

Recent Best Controversial

  • MMC Bunny Hop
    0hWhite0 0hWhite

    @Senk-Ju Haha yeah, sorry.
    I'll edit it in a second.


  • MMC Bunny Hop
    0hWhite0 0hWhite
    /// 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!
    0hWhite0 0hWhite

    @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!
    0hWhite0 0hWhite

    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/kC2eEWN

    EXTRA 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.

  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups