Release v1.15.0
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
- Thanks to @Yewan2333 for QuickMacro support.
Full Changelog: v1.14.0...v1.15.0