This commit is contained in:
parent
78747b4fc8
commit
3f1adb8e15
|
|
@ -276,7 +276,7 @@ public class KillAura extends Module {
|
||||||
sendDigPacket();
|
sendDigPacket();
|
||||||
}
|
}
|
||||||
sendUnBlock = false;
|
sendUnBlock = false;
|
||||||
Utils.print("Dig 2");
|
//Utils.print("Dig 2");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (ModuleManager.blink.isEnabled()) {
|
if (ModuleManager.blink.isEnabled()) {
|
||||||
|
|
@ -463,7 +463,8 @@ public class KillAura extends Module {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reflection.setItemInUse(blockingClient = true);
|
Reflection.setItemInUse(blockingClient = true);
|
||||||
sendBlockPacket();
|
KeyBinding.setKeyBindState(mc.gameSettings.keyBindUseItem.getKeyCode(), true);
|
||||||
|
//sendBlockPacket();
|
||||||
// cancel
|
// cancel
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
|
|
@ -157,13 +157,6 @@ public class NoSlow extends Module {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
|
||||||
public void onJump(JumpEvent e) {
|
|
||||||
if (reSendConsume) {
|
|
||||||
e.setSprint(false);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static float getSlowed() {
|
public static float getSlowed() {
|
||||||
if (mc.thePlayer.getHeldItem() == null || ModuleManager.noSlow == null || !ModuleManager.noSlow.isEnabled()) {
|
if (mc.thePlayer.getHeldItem() == null || ModuleManager.noSlow == null || !ModuleManager.noSlow.isEnabled()) {
|
||||||
return 0.2f;
|
return 0.2f;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue