Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Release 2.8

Compare
Choose a tag to compare
@xia-mc xia-mc released this 12 Oct 17:28
· 9 commits to master since this release
26f0c8a

Changelog

  • [+] Add ChatAI.
  • [+] Add 'Packet mode' to HypixelPacketNoFall.
  • [+] Add 'Store', 'Timer', 'Legit switch' modes to rapid fire of RageBot.
  • [+] Add 'No spread' to RageBot.
  • [+] Add 'ignoreTeammatesCSGO' to RageBot.
  • [+] Add 'Snap' mode to AntiAim.
  • [+] Add 'onlyWhileSneaking' to AntiAim.
  • [+] Add 'Big angle' to AntiAim.
  • [+] Add (the rest) of the murder mystery weapon skins by @smugvee in #808.
  • [+] Add 'AutoClickerA' check to AntiCheat.
  • [+] Add 'Myau' mode to TargetHUD by @KgDW in #810.
  • [+] Add window title.
  • [+] Add Add SplashProgress.
  • [+] Add 'reflection' to Script API.
    Example:
    reflection.set(
        modules.getModule("TimerRange"),
        "hasLag", 0
    );
    In this case, we reset the 'hasLag' variable of TimerRange module to 0. reflection allows to change the module itself.
    See keystrokesmod.utility.Reflection to know more about the reflection API.
  • [+] Recode 'Rapid fire' of RageBot.
  • [※] Improve 'HypixelFireball' mode of LongJump.
  • [※] Improve 'Hypixel' mode of Tower.
  • [※] Improve Targethuds by @KgDW in #810.
  • [※] Improve global performance.
  • [※] Improve 'Hypixel' mode of 'Sprint' mode of Scaffold.
  • [※] Improve 'AutoBlockA' check of AntiCheat.
  • [※] Improve KillAura.
  • [※] Fix BedProximityAlert sends bad packet and result a instant ban.
  • [※] Fix inventory click.
  • [※] Fix RageBot select hit pos wrongly.
  • [※] Fix freeze issue of HypixelMotionDisabler.
  • [※] Fix Post issue of RageBot.
  • [※] Fix WatchdogAutoPhase.
  • [※] Fix bad packet send/receive handler.
  • [※] Fix 'Strafe' mode of Speed.
  • [※] Fix LegitNoSpread keep switching.
  • [※] Fix drawRoundedRectangle issue and improve TargetHUD by @KgDW in #811.
  • [※] Fix FakeLagBlink.
  • [※] Try to fix HypixelMotionDisabler instant ban.
  • [※] Try to fix JumpD Scaffold.
  • [※] Stop using deprecation feature (forge event bus).
  • [-] Remove SilenceIRC.
  • [-] Remove HypixelNoGroundNoFall.
  • [-] Remove FlyB, HitBoxA, StrafeA checks (reason: false flags).

Full Changelog: v2.7.1...v2.8