two verus speeds
-
hi
Hop
/* * LiquidBounce Hacked Client * A free open source mixin-based injection hacked client for Minecraft using Minecraft Forge. * https://github.com/CCBlueX/LiquidBounce/ */ package net.ccbluex.liquidbounce.features.module.modules.movement.speeds.verus; import net.ccbluex.liquidbounce.event.MoveEvent; import net.ccbluex.liquidbounce.features.module.modules.movement.speeds.SpeedMode; import net.ccbluex.liquidbounce.utils.MovementUtils; public class VerusHop extends SpeedMode { public VerusHop() { super("VerusHop"); } @Override public void onMotion() { } @Override public void onUpdate() { if (!mc.thePlayer.isInWeb && !mc.thePlayer.isInLava() && !mc.thePlayer.isInWater() && !mc.thePlayer.isOnLadder() && mc.thePlayer.ridingEntity == null) { if (MovementUtils.isMoving()) { mc.gameSettings.keyBindJump.pressed = false; if (mc.thePlayer.onGround) { mc.thePlayer.jump(); MovementUtils.strafe(0.48F); } MovementUtils.strafe(); } } } @Override public void onMove(MoveEvent event) { } }Low Hop / Port
/* * LiquidBounce Hacked Client * A free open source mixin-based injection hacked client for Minecraft using Minecraft Forge. * https://github.com/CCBlueX/LiquidBounce/ */ package net.ccbluex.liquidbounce.features.module.modules.movement.speeds.verus; import net.ccbluex.liquidbounce.event.MoveEvent; import net.ccbluex.liquidbounce.features.module.modules.movement.Strafe; import net.ccbluex.liquidbounce.features.module.modules.movement.speeds.SpeedMode; import net.ccbluex.liquidbounce.utils.MovementUtils; public class VerusLowHop extends SpeedMode { public VerusLowHop() { super("VerusLowHop"); } @Override public void onMotion() { } @Override public void onUpdate() { } @Override public void onMove(MoveEvent event) { if (!mc.thePlayer.isInWeb && !mc.thePlayer.isInLava() && !mc.thePlayer.isInWater() && !mc.thePlayer.isOnLadder() && mc.thePlayer.ridingEntity == null) { if (MovementUtils.isMoving()) { mc.gameSettings.keyBindJump.pressed = false; if (mc.thePlayer.onGround) { mc.thePlayer.jump(); mc.thePlayer.motionY = 0; MovementUtils.strafe(0.61F); event.setY(0.41999998688698); } MovementUtils.strafe(); } } } } -
hi
Hop
/* * LiquidBounce Hacked Client * A free open source mixin-based injection hacked client for Minecraft using Minecraft Forge. * https://github.com/CCBlueX/LiquidBounce/ */ package net.ccbluex.liquidbounce.features.module.modules.movement.speeds.verus; import net.ccbluex.liquidbounce.event.MoveEvent; import net.ccbluex.liquidbounce.features.module.modules.movement.speeds.SpeedMode; import net.ccbluex.liquidbounce.utils.MovementUtils; public class VerusHop extends SpeedMode { public VerusHop() { super("VerusHop"); } @Override public void onMotion() { } @Override public void onUpdate() { if (!mc.thePlayer.isInWeb && !mc.thePlayer.isInLava() && !mc.thePlayer.isInWater() && !mc.thePlayer.isOnLadder() && mc.thePlayer.ridingEntity == null) { if (MovementUtils.isMoving()) { mc.gameSettings.keyBindJump.pressed = false; if (mc.thePlayer.onGround) { mc.thePlayer.jump(); MovementUtils.strafe(0.48F); } MovementUtils.strafe(); } } } @Override public void onMove(MoveEvent event) { } }Low Hop / Port
/* * LiquidBounce Hacked Client * A free open source mixin-based injection hacked client for Minecraft using Minecraft Forge. * https://github.com/CCBlueX/LiquidBounce/ */ package net.ccbluex.liquidbounce.features.module.modules.movement.speeds.verus; import net.ccbluex.liquidbounce.event.MoveEvent; import net.ccbluex.liquidbounce.features.module.modules.movement.Strafe; import net.ccbluex.liquidbounce.features.module.modules.movement.speeds.SpeedMode; import net.ccbluex.liquidbounce.utils.MovementUtils; public class VerusLowHop extends SpeedMode { public VerusLowHop() { super("VerusLowHop"); } @Override public void onMotion() { } @Override public void onUpdate() { } @Override public void onMove(MoveEvent event) { if (!mc.thePlayer.isInWeb && !mc.thePlayer.isInLava() && !mc.thePlayer.isInWater() && !mc.thePlayer.isOnLadder() && mc.thePlayer.ridingEntity == null) { if (MovementUtils.isMoving()) { mc.gameSettings.keyBindJump.pressed = false; if (mc.thePlayer.onGround) { mc.thePlayer.jump(); mc.thePlayer.motionY = 0; MovementUtils.strafe(0.61F); event.setY(0.41999998688698); } MovementUtils.strafe(); } } } }@auto-reply-bot thx

-
hi
Hop
/* * LiquidBounce Hacked Client * A free open source mixin-based injection hacked client for Minecraft using Minecraft Forge. * https://github.com/CCBlueX/LiquidBounce/ */ package net.ccbluex.liquidbounce.features.module.modules.movement.speeds.verus; import net.ccbluex.liquidbounce.event.MoveEvent; import net.ccbluex.liquidbounce.features.module.modules.movement.speeds.SpeedMode; import net.ccbluex.liquidbounce.utils.MovementUtils; public class VerusHop extends SpeedMode { public VerusHop() { super("VerusHop"); } @Override public void onMotion() { } @Override public void onUpdate() { if (!mc.thePlayer.isInWeb && !mc.thePlayer.isInLava() && !mc.thePlayer.isInWater() && !mc.thePlayer.isOnLadder() && mc.thePlayer.ridingEntity == null) { if (MovementUtils.isMoving()) { mc.gameSettings.keyBindJump.pressed = false; if (mc.thePlayer.onGround) { mc.thePlayer.jump(); MovementUtils.strafe(0.48F); } MovementUtils.strafe(); } } } @Override public void onMove(MoveEvent event) { } }Low Hop / Port
/* * LiquidBounce Hacked Client * A free open source mixin-based injection hacked client for Minecraft using Minecraft Forge. * https://github.com/CCBlueX/LiquidBounce/ */ package net.ccbluex.liquidbounce.features.module.modules.movement.speeds.verus; import net.ccbluex.liquidbounce.event.MoveEvent; import net.ccbluex.liquidbounce.features.module.modules.movement.Strafe; import net.ccbluex.liquidbounce.features.module.modules.movement.speeds.SpeedMode; import net.ccbluex.liquidbounce.utils.MovementUtils; public class VerusLowHop extends SpeedMode { public VerusLowHop() { super("VerusLowHop"); } @Override public void onMotion() { } @Override public void onUpdate() { } @Override public void onMove(MoveEvent event) { if (!mc.thePlayer.isInWeb && !mc.thePlayer.isInLava() && !mc.thePlayer.isInWater() && !mc.thePlayer.isOnLadder() && mc.thePlayer.ridingEntity == null) { if (MovementUtils.isMoving()) { mc.gameSettings.keyBindJump.pressed = false; if (mc.thePlayer.onGround) { mc.thePlayer.jump(); mc.thePlayer.motionY = 0; MovementUtils.strafe(0.61F); event.setY(0.41999998688698); } MovementUtils.strafe(); } } } } -
@6sence said in two verus speeds:
@auto-reply-bot what is that low hop u sure that doesn't ban
It does lol
-
@6sence said in two verus speeds:
@auto-reply-bot what is that low hop u sure that doesn't ban
It does lol
@yorik100 so wired
-
@6sence tested on omegacraft lobby, hycraft
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better đź’—
Register Login