Social Icons

Sunday 6 May 2012

[TUT]Automatic Nuker![/TUT[

Credit To [๖ۣۜNoxx]gooby_pls
 I am here to show you
how to make an automatic nuker! (like then you fly around and it nukes everything without clicking)


Code:
public void onUpdate()
    {
         if (Hacks.autoNuker)
  {
     byte byte0 = 5;
     for (int h = byte0; h > -byte0; h--)
     {
     for (int r = byte0; r > -byte0; r--)
     {
     for (int z = byte0; z > -byte0; z--)
     {
     double d4 = mc.thePlayer.posX + (double)h;
     double d7 = mc.thePlayer.posY + (double)r;
     double d10 = mc.thePlayer.posZ + (double)z;
    int j1 = (int)d4;
     int derp1 = (int)d7;
     int derp2 = (int)d10;
     int skid3 = mc.theWorld.getBlockId(j1, k11, l11);
     Block block = Block.blocksList[i21];
     if (block != null)
     {
     ((EntityClientPlayerMP)mc.thePlayer).sendQueue.addToSendQueue(new Packet14BlockDig(0, 1, 2, 31, 4));
     ((EntityClientPlayerMP)mc.thePlayer).sendQueue.addToSendQueue(new Packet14BlockDig(2, 2, 2, 31, 1));
     }
     }
     }
     }
  }
 
Finish

No comments:

Post a Comment