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

R

rthrthwtrhg

@rthrthwtrhg
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I dont have ANY idea why this script is broken.
    R rthrthwtrhg

    So, everytime i use MoveUtil & reload, it doesnt do anything. Heres the script:

    var script = registerScript({
        name: 'NCPSpeed',
        version: '1.3.3.7',
        authors: ["Kellohylly"]
    });
    
    var MoveUtils = Java.type("net.ccbluex.liquidbounce.utils.MovementUtils");
    
    script.registerModule({
        name: 'NCPSpeed',
        category: 'Fun',
        description: '',
        tag: ''
    }, function (module) {
        module.on('disable', function() {
            mc.timer.timerSpeed = 1;
        });
    
        module.on('motion', function(e) {
            if (mc.thePlayer.onGround) {
                MoveUtils.strafe(0.485);
                mc.thePlayer.jump();
            }
        });
    });
    

    It would be nice if someone would know how to fix this.

    ScriptAPI
  • Login

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