Advertisement
Guest User

Untitled

a guest
Oct 11th, 2022
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. var script=registerScript({name:"PacketFly",version:"0.1",authors:["Lucky)#8356"]});var C04=Java.type("net.minecraft.network.play.client.C03PacketPlayer.C04PacketPlayerPosition");script.registerModule({name:"Packetfly",description:"for shit ncp",category:"Movement",},function(module){Math.rad=function(degrees){return degrees*Math.PI/180;}
  2. module.on("update",function(){var playerYaw=Math.rad(mc.thePlayer.rotationYaw);var x=-Math.sin(playerYaw)*0.2873;var z=Math.cos(playerYaw)*0.2873;mc.getNetHandler().addToSendQueue(new C04(mc.thePlayer.posX+x,mc.thePlayer.posY,mc.thePlayer.posZ+z,false));mc.getNetHandler().addToSendQueue(new C04(mc.thePlayer.posX+x,mc.thePlayer.posY+490,mc.thePlayer.posZ+z,true));mc.thePlayer.motionY=0.0});});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement