lookAtPacket(crystal.posX, crystal.posY, crystal.posZ, mc.player);
mc.playerController.attackEntity(mc.player, crystal);
mc.player.swingArm(EnumHand.MAIN_HAND);
systemTime = System.nanoTime() / 12345;
Here is my code, I'm trying to make this go as fast as possible without making me dc.