Hypixel fly


Royalty
 Share

Hypikle Bypas  

28 members have voted

  1. 1. Should release?

    • Yes (get it patched)
    • No (keep it private)


Recommended Posts

player.setMotionY(0);
    if(player.fallDistance() > 1) {
        var yaw = player.yaw();
        var dist = 7;
        player.sendPacket(0x04, player.getX() + (-Math.sin(degrees_to_radians(yaw)) * dist), player.getY() - 2, player.getZ() + (Math.cos(degrees_to_radians(yaw)) * dist), player.onGround());
    }

 

 

Insane hypixel fly

Share this post


Link to post
Share on other sites

15 minutes ago, Idle said:

player.setMotionY(0);
    if(player.fallDistance() > 1) {
        var yaw = player.yaw();
        var dist = 7;
        player.sendPacket(0x04, player.getX() + (-Math.sin(degrees_to_radians(yaw)) * dist), player.getY() - 2, player.getZ() + (Math.cos(degrees_to_radians(yaw)) * dist), player.onGround());
    }

 

 

Insane hypixel fly

XD

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share