How do you damage yourself?
-
@plumer-man ok thank you
-
mc.thePlayer.sendQueue.addToSendQueue(new C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY + 3.01, mc.thePlayer.posZ, false)); mc.thePlayer.sendQueue.addToSendQueue(new C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY, mc.thePlayer.posZ, false)); mc.thePlayer.sendQueue.addToSendQueue(new C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY, mc.thePlayer.posZ, true));
Simple damage
-
@plumer-man got it thanks
-
@plumer-man I was just using set position 3 blocks into the air before this lol, also how would I increase my movement speed while flying without timer
-
@plumer-man ok
-
@plumer-man what would that look like?
-
@plumer-man like mc.theplayer.strafe = true
or how would that work -
@plumer-man ok thanks, also the damage thing from earlier is being weird and doesn't damage you
-
are you in singeplayer survival?
-
@plumer-man yes but I also tried it on several test servers also would you like to continue this conversation on discord because I can only chat every 2 minutes
-
var C04PacketPlayerPosition = Java.type("net.minecraft.network.play.client.C03PacketPlayer.C04PacketPlayerPosition")
-
@plumer-man said in How do you damage yourself?:
var C04PacketPlayerPosition = Java.type("net.minecraft.network.play.client.C03PacketPlayer.C04PacketPlayerPosition")
okay
-
@plumer-man is there another way to increase your speed that doesn't flag as much as strafe?