Skywars.com changed from aac 4.4.2 to Verus :tm:
-
@fartcheese LMFAO they reverted ac
Anti cheat before
Now
Now -
@plumer-man they now use aac 4 again?
-
var C03PacketPlayer = Java.type('net.minecraft.network.play.client.C03PacketPlayer'); var script = registerScript({ name: 'VerusFly', version: '0.0.0', authors: ['Shurpe'] }); script.registerModule({ name: 'VerusFly', category: 'Fun', description: '' }, function (module) { module.on('packet', function(e) { var packet = e.getPacket(); if (packet instanceof C03PacketPlayer) { packet.onGround = 1; } }); module.on('update', function() { mc.thePlayer.onGround = 1; mc.thePlayer.motionY = 0; }); });
-
@fartcheese this flags
-
@plumer-man ig
-
@fartcheese You need collide to not flag 4L
-
@plumer-man ik, but i forgor where the script was,
-
-
@fartcheese
-