If you want me to make a tutorial on how to set up a client and make a base for it comment below
Happy new years!
SPRINT^^^ It's pretty simple.
onUpdate just updates the tick.
getState() just is if the hack is on or not.
Wrapper is Basically Minecraft.getMinecraft()
public void onUpdate() {
if (!this.getState()) {
return;
}
if (!(Wrapper.mc.thePlayer.isCollidedHorizontally) && Wrapper.mc.thePlayer.moveForward > 0.0f) {
Wrapper.mc.thePlayer.setSprinting(true);
} else {
Wrapper.mc.thePlayer.setSprinting(false);
}
}
---------------------------
FLIGHT^^^^
public void onUpdate(){
if(this.getState()){
Wrapper.mc.thePlayer.capabilities.isFlying = true;
}
else{
Wrapper.mc.thePlayer.capabilities.isFlying = false;
}
}
--------------------------- if you want more tutorials comment below
quarta-feira, 13 de dezembro de 2017
Home »
Minecraft Tutorials
» How To Make a Simple Sprint And Flight Hack [MC] HAPPY NEW YEARS
How To Make a Simple Sprint And Flight Hack [MC] HAPPY NEW YEARS
Categories: Minecraft Tutorials






0 comentários:
Postar um comentário