How to create AirMove Velocity ?
-
How to create AirMove Velocity ?
-
if (mc.thePlayer.hurtTime > 0) { MovementUtils.strafe(mc.thePlayer.hurtTime); }
-
@mimikyuin said in How to create AirMove Velocity ?:
if (mc.thePlayer.hurtTime > 0) {
MovementUtils.strafe(mc.thePlayer.hurtTime);
}thank!
-
@vadim-nagetss also i forgot. you need to divide the strafe by /1.2 and add this to the bottom of your script. var MovementUtils = Java.type('net.ccbluex.liquidbounce.utils.MovementUtils');