[HELP] MoveSpeed
-
@zhao-yun said in [HELP] MoveSpeed:
@port-3000
Well, I want to transfer 1 module to liquidbounce.
I can't do it?you cant
-
what if I say you can
-
@sexma you cant
-
I mean you can get the getBaseMoveSpeed() codes
-
@sexma How?
-
java codes:
-
@sexma
ty -
function getBaseMoveSpeed() { var baseSpeed = 0.2875 if (mc.thePlayer.isPotionActive(Potion.moveSpeed)) { baseSpeed *= 1.0 + 0.2 * (mc.thePlayer.getActivePotionEffect(Potion.moveSpeed).getAmplifier() + 1) } return baseSpeed }