- Joined
- Jul 11, 2020
- Messages
- 0
- Reaction score
- 26
- Points
- 0
Flight/Fly for DAC?
Last edited by a moderator:
Use Hide/Code Tagsif( mc.thePlayer.onGround && mc.gameSettings.keyBindSprint.isPressed()) {
mc.thePlayer.motionY = 1.1f;
mc.getMinecraft().timer.timerSpeed = 0.2F;
}
if(mc.thePlayer.isAirBorne && mc.gameSettings.keyBindForward.pressed){
if(this.time.hasReached(1400)) {
mc.getMinecraft().timer.timerSpeed = 0.07F;
mc.thePlayer.setPosition(mc.thePlayer.posX + (-Math.sin(Math.toRadians(mc.thePlayer.rotationYaw)) * 4), mc.thePlayer.posY, mc.thePlayer.posZ + (Math.cos(Math.toRadians(mc.thePlayer.rotationYaw)) *4));
mc.thePlayer.setSprinting(true);
this.time.reset();
}
}
a little bit strange but working(DAC Glide)
i want but i dont know how can i use ;(Use Hide/Code Tags
[HIDE]https://pastebin.com/7Dh4c3hh[/HIDE]i want but i dont know how can i use ;(