Skip to content

Release v1.15.0

Compare
Choose a tag to compare
@xia-mc xia-mc released this 14 Jul 15:19
· 93 commits to master since this release
2f806cb

Changelog

  • [+] Add 'Hypixel B' mode to Speed.
    • Hypixel air-strafe speed.
    • May result a ban.
  • [+] Add 'Hypixel 1.5' mode to Step.
    • Step height: 1.5 blocks.
  • [+] Add ScreenshotsHelper by @KgDW in #636.
  • [+] Add 'MoveFix' option to KillAura, Scaffold.
  • [+] Add 'Matrix' mode to Fly.
  • [+] Add some Script API.
    • double modules.getMode(String moduleName, String name)
      • get the mode value from Mode/Slider Setting.
      • getSilder() function equals getMode().
    • void modules.setMode(String moduleName, String name, double value)
      • set the mode value to a Mode/Slider Setting.
      • setSilder() function equals setMode().
    • ModuleManager getModuleManager()
      • get the ModuleManager instance.
    • ScriptManager getScriptManager()
      • get the ScriptManager instance.
    • Module getModule(String moduleName)
      • get a built-in module instance.
    • Module getScript(String name)
      • get a loaded script instance.
  • [※] Improve ClientSpoofer by @TejasLamba2006 in #622 .
  • [※] Fix KillAura do double swing (instant ban in MMC).
  • [※] Fix Game crashed on .bind command.
  • [※] Fix a crash issue with CPSCalculator.
  • [※] Fix a crash issue with ItemRenderer.
  • [※] Fix FreeLook do impossible block place.
  • [※] Fix LegitScaffold do impossible sneak.
  • [※] Rename 'AirPlace' mode of Fly to 'MMC'.

Thanks

Full Changelog: v1.14.0...v1.15.0