-
@i-hate-hatars Fake damage?
-
@i-hate-hatars He was talking about fall damage.
-
@i-hate-hatars first research about verus then come post it autobans
-
@i-hate-hatars I think that will autoban...
-
@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; }); });