Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

y-port (50-50 chance it bypasses)

MasterOf13FPS

Administrator
Staff member
Administrator
MasterOf13FPS
Joined
Jul 11, 2020
Messages
0
Reaction score
25
Points
0
[HIDE-REPLY]
if (Client.instance.setmgr.getSettingByName("SpeedMode").getValString().equalsIgnoreCase("Yport")) {
if (Minecraft.thePlayer == null || Minecraft.theWorld == null) {
return;
}
Minecraft.thePlayer.distanceWalkedModified = 0.0f;
if (mc.gameSettings.keyBindForward.pressed || mc.gameSettings.keyBindLeft.pressed || mc.gameSettings.keyBindRight.pressed || mc.gameSettings.keyBindBack.pressed) {
if (Minecraft.thePlayer.motionY > 0.1) {
Minecraft.thePlayer.motionY = -2.0;
} else if (Minecraft.thePlayer.motionY > -0.155) {
Minecraft.thePlayer.jump();
}
}
}
[/HIDE-REPLY]
just put it in your speed class
it worked on VortexHvH server some time ago, haven't been on it and unaware if it's status changed
didn't test on Poke's server, idk if it works
 
***Hidden content cannot be quoted.***
just put it in your speed class
it worked on VortexHvH server some time ago, haven't been on it and unaware if it's status changed
didn't test on Poke's server, idk if it works
ty
 
***Hidden content cannot be quoted.***
just put it in your speed class
it worked on VortexHvH server some time ago, haven't been on it and unaware if it's status changed
didn't test on Poke's server, idk if it works
danki
 
Wenn es ein YPort ist, denke ich eher weniger, dass er auf Gnome oder aac geht
 
***Hidden content cannot be quoted.***
just put it in your speed class
it worked on VortexHvH server some time ago, haven't been on it and unaware if it's status changed
didn't test on Poke's server, idk if it works
gg
 
***Hidden content cannot be quoted.***
just put it in your speed class
it worked on VortexHvH server some time ago, haven't been on it and unaware if it's status changed
didn't test on Poke's server, idk if it works
geil
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top