[Random quote] Instead of crapflooding the Slashdot I managed to literally crapflood the toilet at my workplace. I sprayed diarrhea all over the bowl, filled it with foul smelling semi-liquid and left it unflushed!

SkidPaste - shh
 Photo

shh

Posted: Fri, July 20, 2012 - 305 days ago

Posted from United States | Syntax text
  • if(Main.killaura && Main.killauraplayer)
  • {
  • try
  • {
  • for(int i = 0; i < Minecraft.theWorld.loadedEntityList.size(); i++)
  • {
  • Entity e = (Entity) Minecraft.theWorld.getLoadedEntityList().get(i);
  • {
  • if(e != Minecraft.thePlayer && !e.isDead && Minecraft.thePlayer.canEntityBeSeen(e) && Minecraft.thePlayer.getDistanceSqToEntity(e) < 25D && e instanceof EntityLiving)
  • {
  • hitDelay++;
  • if(hitDelay >= 7)
  • {
  • this.SwitchToSword(Minecraft.theMinecraft.thePlayer.inventory.currentItem);
  • Minecraft.thePlayer.faceE(e, 100F, 100F);
  • Minecraft.thePlayer.swingItem();
  • Minecraft.playerController.attackEntity(Minecraft.thePlayer, e);
  • hitDelay = 0;
  • }
  • }
  • }
  • }
  • }catch(Exception e) { }}


  • Parsed in 0.077 seconds

    251 Views



    Add Comment

    Name:

    Email:




    Latest Paste