Latest release

This commit is contained in:
jackh 2025-05-04 23:35:08 -07:00
parent 282aff42f6
commit 2aea03142b
20 changed files with 29 additions and 22 deletions

Binary file not shown.

Binary file not shown.

View File

@ -14,20 +14,17 @@
<change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/buildOutputCleanup/buildOutputCleanup.lock" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gradle/file-system.probe" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/file-system.probe" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.gradle/file-system.probe" beforeDir="false" afterPath="$PROJECT_DIR$/.gradle/file-system.probe" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/combat/KillAura$KillAuraTarget.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/combat/KillAura$KillAuraTarget.class" afterDir="false" /> <change beforePath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/ModuleManager.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/ModuleManager.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/combat/KillAura.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/combat/KillAura.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/movement/NoSlow.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/movement/NoSlow.class" afterDir="false" /> <change beforePath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/movement/NoSlow.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/movement/NoSlow.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/BedAura.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/BedAura.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/Scaffold$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/Scaffold$1.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/Scaffold$PlaceData.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/Scaffold$PlaceData.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/Scaffold.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/Scaffold.class" afterDir="false" /> <change beforePath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/Scaffold.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/Scaffold.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/Tower.class" beforeDir="false" afterPath="$PROJECT_DIR$/build/classes/java/main/keystrokesmod/module/impl/player/Tower.class" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/intermediates/raven-bS-13-non-obfuscated-with-deps.jar" beforeDir="false" afterPath="$PROJECT_DIR$/build/intermediates/raven-bS-13-non-obfuscated-with-deps.jar" afterDir="false" /> <change beforePath="$PROJECT_DIR$/build/intermediates/raven-bS-13-non-obfuscated-with-deps.jar" beforeDir="false" afterPath="$PROJECT_DIR$/build/intermediates/raven-bS-13-non-obfuscated-with-deps.jar" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/intermediates/raven-bS-13-without-deps.jar" beforeDir="false" afterPath="$PROJECT_DIR$/build/intermediates/raven-bS-13-without-deps.jar" afterDir="false" /> <change beforePath="$PROJECT_DIR$/build/intermediates/raven-bS-13-without-deps.jar" beforeDir="false" afterPath="$PROJECT_DIR$/build/intermediates/raven-bS-13-without-deps.jar" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build/tmp/compileJava/previous-compilation-data.bin" beforeDir="false" afterPath="$PROJECT_DIR$/build/tmp/compileJava/previous-compilation-data.bin" afterDir="false" /> <change beforePath="$PROJECT_DIR$/build/tmp/compileJava/previous-compilation-data.bin" beforeDir="false" afterPath="$PROJECT_DIR$/build/tmp/compileJava/previous-compilation-data.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/combat/KillAura.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/combat/KillAura.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/ModuleManager.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/ModuleManager.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/movement/NoSlow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/movement/NoSlow.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/movement/NoSlow.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/movement/NoSlow.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/player/BedAura.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/player/BedAura.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/player/Scaffold.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/player/Scaffold.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/player/Scaffold.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/player/Scaffold.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/player/Tower.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/keystrokesmod/module/impl/player/Tower.java" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -186,14 +183,6 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1736536952705</updated> <updated>1736536952705</updated>
</task> </task>
<task id="LOCAL-00015" summary="t">
<option name="closed" value="true" />
<created>1737406991964</created>
<option name="number" value="00015" />
<option name="presentableId" value="LOCAL-00015" />
<option name="project" value="LOCAL" />
<updated>1737406991964</updated>
</task>
<task id="LOCAL-00016" summary="t"> <task id="LOCAL-00016" summary="t">
<option name="closed" value="true" /> <option name="closed" value="true" />
<created>1737438432192</created> <created>1737438432192</created>
@ -578,7 +567,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1746087366224</updated> <updated>1746087366224</updated>
</task> </task>
<option name="localTasksCounter" value="64" /> <task id="LOCAL-00064" summary="Latest release">
<option name="closed" value="true" />
<created>1746241615818</created>
<option name="number" value="00064" />
<option name="presentableId" value="LOCAL-00064" />
<option name="project" value="LOCAL" />
<updated>1746241615818</updated>
</task>
<option name="localTasksCounter" value="65" />
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties"> <component name="Vcs.Log.Tabs.Properties">

View File

@ -51,6 +51,7 @@ public class ModuleManager {
public static Disabler disabler; public static Disabler disabler;
public static NoRotate noRotate; public static NoRotate noRotate;
public static PlayerESP playerESP; public static PlayerESP playerESP;
public static Module chrisESP;
public static Module reduce; public static Module reduce;
public static Safewalk safeWalk; public static Safewalk safeWalk;
public static Module keepSprint; public static Module keepSprint;

View File

@ -32,7 +32,7 @@ import java.util.concurrent.ConcurrentLinkedQueue;
public class NoSlow extends Module { public class NoSlow extends Module {
public static SliderSetting sword, mode, blinkMode; public static SliderSetting sword, mode, blinkMode, vanillaMode;
public static SliderSetting slowed; public static SliderSetting slowed;
public static ButtonSetting disableBow; public static ButtonSetting disableBow;
public static ButtonSetting disablePotions; public static ButtonSetting disablePotions;
@ -42,6 +42,7 @@ public class NoSlow extends Module {
private String[] swordMode = new String[] { "Vanilla", "Item mode", "Fake" }; private String[] swordMode = new String[] { "Vanilla", "Item mode", "Fake" };
private String[] modes = new String[] { "Vanilla", "Pre", "Post", "Alpha", "Float", "Blink" }; private String[] modes = new String[] { "Vanilla", "Pre", "Post", "Alpha", "Float", "Blink" };
private String[] blinkModes = new String[] { "Default", "Begin off ground" }; private String[] blinkModes = new String[] { "Default", "Begin off ground" };
private String[] vanillaModes = new String[] { "Default", "Only on ground" };
private boolean postPlace; private boolean postPlace;
private boolean canFloat; private boolean canFloat;
@ -52,7 +53,7 @@ public class NoSlow extends Module {
private boolean blink, wentOffGround; private boolean blink, wentOffGround;
private ConcurrentLinkedQueue<Packet> blinkedPackets = new ConcurrentLinkedQueue<>(); private ConcurrentLinkedQueue<Packet> blinkedPackets = new ConcurrentLinkedQueue<>();
private int color = new Color(0, 187, 255, 255).getRGB(); private int color = new Color(0, 187, 255, 255).getRGB();
private int blinkTicks; private int blinkTicks, floatTicks;
private boolean requireJump; private boolean requireJump;
private static boolean fix; private static boolean fix;
private boolean didC; private boolean didC;
@ -63,6 +64,7 @@ public class NoSlow extends Module {
this.registerSetting(new DescriptionSetting("Default is 80% motion reduction.")); this.registerSetting(new DescriptionSetting("Default is 80% motion reduction."));
this.registerSetting(sword = new SliderSetting("Sword", 0, swordMode)); this.registerSetting(sword = new SliderSetting("Sword", 0, swordMode));
this.registerSetting(mode = new SliderSetting("Item", 0, modes)); this.registerSetting(mode = new SliderSetting("Item", 0, modes));
this.registerSetting(vanillaMode = new SliderSetting("Vanilla mode", 0, vanillaModes));
this.registerSetting(blinkMode = new SliderSetting("Blink Mode", 0, blinkModes)); this.registerSetting(blinkMode = new SliderSetting("Blink Mode", 0, blinkModes));
this.registerSetting(renderTimer = new ButtonSetting("Render timer", false)); this.registerSetting(renderTimer = new ButtonSetting("Render timer", false));
this.registerSetting(slowed = new SliderSetting("Slow %", 80.0D, 0.0D, 80.0D, 1.0D)); this.registerSetting(slowed = new SliderSetting("Slow %", 80.0D, 0.0D, 80.0D, 1.0D));
@ -74,6 +76,7 @@ public class NoSlow extends Module {
public void guiUpdate() { public void guiUpdate() {
this.renderTimer.setVisible(mode.getInput() == 5, this); this.renderTimer.setVisible(mode.getInput() == 5, this);
this.blinkMode.setVisible(mode.getInput() == 5, this); this.blinkMode.setVisible(mode.getInput() == 5, this);
this.vanillaMode.setVisible(mode.getInput() == 0, this);
} }
@Override @Override
@ -193,7 +196,7 @@ public class NoSlow extends Module {
} }
else if (canFloat && canFloat() && !requireJump && (!jumped || ++offsetDelay > 1)) { else if (canFloat && canFloat() && !requireJump && (!jumped || ++offsetDelay > 1)) {
if (!mc.thePlayer.onGround) { if (!mc.thePlayer.onGround) {
if (mc.thePlayer.motionY <= -0.0784000015258789 && !(mc.thePlayer.posY % 1 == 0)) { if (mc.thePlayer.motionY < -0.0784000015258789 && !(mc.thePlayer.posY % 1 == 0)) {
e.setPosY(e.getPosY() + 1e-3); e.setPosY(e.getPosY() + 1e-3);
} else { } else {
e.setPosY(e.getPosY() - 1e-3); e.setPosY(e.getPosY() - 1e-3);
@ -331,7 +334,10 @@ public class NoSlow extends Module {
else if (mc.thePlayer.getHeldItem().getItem() instanceof ItemPotion && !ItemPotion.isSplash(mc.thePlayer.getHeldItem().getItemDamage()) && disablePotions.isToggled()) { else if (mc.thePlayer.getHeldItem().getItem() instanceof ItemPotion && !ItemPotion.isSplash(mc.thePlayer.getHeldItem().getItemDamage()) && disablePotions.isToggled()) {
return 0.2f; return 0.2f;
} }
else if (fix) { else if (fix && !(mc.thePlayer.getHeldItem().getItem() instanceof ItemSword)) {
return 0.2f;
}
else if (mode.getInput() == 0 && vanillaMode.getInput() == 1 && (!mc.thePlayer.onGround || Utils.jumpDown() || ModuleManager.bhop.isEnabled()) && !(mc.thePlayer.getHeldItem().getItem() instanceof ItemSword)) {
return 0.2f; return 0.2f;
} }
} }
@ -349,6 +355,7 @@ public class NoSlow extends Module {
canFloat = false; canFloat = false;
setJump = false; setJump = false;
offsetDelay = 0; offsetDelay = 0;
floatTicks = 0;
} }
private boolean holdingUsable(ItemStack itemStack) { private boolean holdingUsable(ItemStack itemStack) {

View File

@ -265,7 +265,7 @@ public class Scaffold extends Module {
floatTicks = 0; floatTicks = 0;
} }
else { else {
e.setPosY(e.getPosY() + 1e-4); e.setPosY(e.getPosY() + 1e-6);
} }
if (sprint.getInput() == 2 && Utils.isMoving() && !ModuleManager.invmove.active()) Utils.setSpeed(getFloatSpeed(getSpeedLevel())); if (sprint.getInput() == 2 && Utils.isMoving() && !ModuleManager.invmove.active()) Utils.setSpeed(getFloatSpeed(getSpeedLevel()));
ModuleUtils.groundTicks = 0; ModuleUtils.groundTicks = 0;

View File

@ -133,7 +133,9 @@ public class Tower extends Module {
} }
break; break;
case 5: case 5:
if (mc.thePlayer.onGround) {
ModuleManager.scaffold.rotateForward();
}
break; break;
case 6: case 6: