This commit is contained in:
jackh 2025-01-18 00:54:23 -07:00
parent 78747b4fc8
commit 3f1adb8e15
2 changed files with 3 additions and 9 deletions

View File

@ -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 {

View File

@ -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;