-
DreamWasFuckedreplied to Gabriel on 5 May 2021, 10:07 last edited by DreamWasFucked 5 May 2021, 12:08
@gabriel ez damage
mc.thePlayer.setHealth(mc.thePlayer.getHealth - 0.5)
-
@i-hate-hatars Fake damage?
-
@gabriel 100% real
-
@i-hate-hatars He was talking about fall damage.
-
@i-hate-hatars first research about verus then come post it autobans
-
@gabriel
okmc.thePlayer.fallDistance = 4
-
@i-hate-hatars I think that will autoban...
-
@gabriel No it doesn't work at all(even for vanilla)
-
@auto-reply-bot can you make it into a script i do not know any java whatsoever and need a damage script
-
var C04PacketPlayerPosition = Java.type('net.minecraft.network.play.client.C03PacketPlayer.C04PacketPlayerPosition'); var script = registerScript({ name: 'CrackPixel Step', version: '0.0.2', authors: ['Shurpe'] }); script.registerModule({ name: 'vrurs damfe', category: 'Fun', description: '' }, function (module) { module.on('disable', function() { mc.thePlayer.stepHeight = 0.6; mc.timer.timerSpeed = 1; wasTimer = false; }); module.on('update', function() { Chat. print('dsmaged' ); mc.thePlayer.fallDistance = 5; }); });