forked from RepoMirrors/kami-blue
commit
9ae694342f
@ -130,10 +130,8 @@ public class CrystalAura extends Module {
|
|||||||
if (result == null || result.sideHit == null) f = EnumFacing.UP;
|
if (result == null || result.sideHit == null) f = EnumFacing.UP;
|
||||||
else f = result.sideHit;
|
else f = result.sideHit;
|
||||||
//Small delay
|
//Small delay
|
||||||
if (((System.nanoTime() / 1000000) - systemTime) >= 10) {
|
//mc.playerController.processRightClickBlock(mc.player, mc.world, q, f, new Vec3d(0, 0, 0), EnumHand.MAIN_HAND);
|
||||||
mc.playerController.processRightClickBlock(mc.player, mc.world, q, f, new Vec3d(0, 0, 0), EnumHand.MAIN_HAND);
|
mc.player.connection.sendPacket(new CPacketPlayerTryUseItemOnBlock(q, f, offhand ? EnumHand.OFF_HAND : EnumHand.MAIN_HAND, 0, 0, 0));
|
||||||
systemTime = System.nanoTime() / 1000000;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
//this sends a constant packet flow for default packets
|
//this sends a constant packet flow for default packets
|
||||||
if (isSpoofingAngles) {
|
if (isSpoofingAngles) {
|
||||||
|
Loading…
Reference in New Issue
Block a user