Releases: xia-mc/Raven-XD
Releases · xia-mc/Raven-XD
Release v1.16.0
Changelog
- [+] Add 'Beta' mode to NoSlow.
- Bypass Hypixel.
- [+] Add Dynamic system.
- Dynamic is a script-like system. Dynamic provides more comprehensive object-oriented support than scripting. You can dynamically attach code as if you were writing a regular Java class. By default, all mods will be loaded as dependencies.
- Every valid Dynamic should implement the interface
keystrokesmod.dynamic.Dynamic
. Place the java files in the directorykeystrokes/dynamics/
to load them. - There's a example Dynamic .java file.
import keystrokesmod.dynamic.Dynamic;
import keystrokesmod.utility.Utils;
public class test implements Dynamic {
@Override
public void init() {
Utils.sendMessage("Hello, world.");
}
@Override
public void exit() {
Utils.sendMessage("Goodbye, world.");
}
}
- [+] Add DynamicManager.
- Manage dynamics here.
- [+] Recode AimAssist.
- [+] Add 'PreAim range' option to KillAura.
- [+] Add 'Show block count' option to Legit Scaffold.
- [+] Add 'Vape V4' mode to RecordClick (built-in).
- [+] Add 'Test1', 'Test2' mode to LowHop of Tower.
- old Lowhop option now called 'Default' mode.
- [※] Fix Silent AutoTool doesn't work.
- [※] Fix 'SameY' option in Scaffold buggy with Tower.
- [※] Fix 'Pitch check' in Legit Scaffold.
- [※] Fix Scaffold keep spinning.
- [※] Fix KillAura do double swing.
Full Changelog: v1.15.0...v1.16.0
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
Release v1.14.0
Changelog
- [+] Add 'Tick', '7-Zip' mode to Velocity.
- Tick mode will delay velocity change happen.
- 7-Zip mode will
compress your velocity with 7-Zipdelay velocity and apply them in same time.
- [+] Add 'GrimAC' mode to Fast Scaffold.
- [+] Add 'GrimAC' mode to Speed.
- [+] Add Karhu mode to Velocity by @L1shed in #71.
- [+] Add Ambience.
- Allow you change your world client-side.
- [+] Add 'AirPlace' mode to Fly.
- thanks to @Esound
- To bypass Minemen Club.
- Untested
- [+] Add 'Constant', 'Snap', ’Sneak‘ rotation modes to Scaffold.
- [+] Add 'Start ticks', 'Stop ticks' options to Telly Rotation of Scaffold.
- [+] Add 'Not while moving' option to Basic mode of InvManager.
- [+] Add 'Reduce' option to GrimAC mode of Velocity.
- [+] Add 'Matrix' mode to NoFall.
- Works on old matrix.
- [+] Add 'Post delay' option to 'Fix noslow flag' of KillAura.
- [+] Add Animation for ClickGUI by @KgDW in #85.
- [+] Add 'Reset position' button for ClickGUI by @TejasLamba2006 in #79.
- [+] Add 'resetgui' command to reset ClickGUI position.
- [※] Improve SlotHandler.
- [※] Improve NameHider by @L1shed in #70.
- Allow spaces.
- [※] Improve AutoHeal by @KgDW in #87.
- [※] Fix Block-In doesn't work.
- [※] Fix RotationHandler may do invalid pitch rotation.
- [※] Fix RodAimbot by @Pyggers in #83.
- [※] Fix 'AirStuck' mode of AntiVoid.
- [※] Fix AimAssist.
- [-] Remove 'Alan34' mode from NoSlow.
New Contributors
Full Changelog: v1.13.0...v1.14.0
Release v1.13.0
Changelog
- [+] Add 'HypixelTest A', 'HypixelTest B' mode to NoSlow.
- [+] Add 'GrimACBoat' mode to Fly.
- [+] Add 'GrimAC' mode to Velocity.
- [+] Add SlotHandler.
- silent slot switch support.
- [+] Add StaffDetector.
- [+] Add AutoWeapon by @TejasLamba2006. #58
- [+] Add AutoRespawn by @SleepingPig35. #57
- [+] Add 'OnlyFirstHit' option to Velocity.
- [+] Add 'Soup' mode to AutoHeal.
- old autoheal now is 'Golden head' mode.
- [+] Add more animations to Animations by @L1shed. #56
- [+] Add 'Augustus 2' mode to HUD->Watermark.
- [+] Add Fireball for BedWars->notification by @TejasLamba2006. #66
- [※] Improve Scaffold.
- add AimSpeed slider.
- add RayCast option.
- add AutoJump mode to fastScaffold.
- add sneak option.
- [※] Improve ClientSpoofer by @TejasLamba2006. #55 #59 #67
- fixed Client spoof to be injectable directly to the minecraft library, also adds new types of client spoofs.
- Fixed people not able to join Hypixel.
- [※] Improve Rotation system.
- [※] Improve AntiBot by @TejasLamba2006. #65
- Antibot now whitelists golems silverfishes and chickens.
- [※] Improve NameHider by @L1shed. #64
- Allow Vanilla color code in NameHider.
- [※] Fix RotationHandler do wrong movement.
- [※] Fix 'binds' command broken is command line. #68
Full Changelog: v1.12.0...v1.13.0
Release v1.12.0
Changelog
- [※] Rename client name from 'Raven Bs (fork)' to 'Raven XD'.
- [※] Sync upstream updates.
- [+] Add ModSpoofer. #49
- Spoof your mod list.
- [+] Add 'Silent' mode to NoRotate.
- old NoRotate now is 'Cancel' mode.
- [+] Add Vulcan Speed.
- [+] Add GrimAC mode to NoSlow.
- works on latest grim. (loyisa)
- [+] Add AutoPot. #51
- [+] Add Telly rotation mode to Scaffold.
- [+] Add Legit fast scaffold mode to Scaffold.
- [+] Add Low Hop option to Hypixel mode Tower.
- [※] **Improve smooth back from RotationHandler.
- [※] Recode Spin.
- [※] Improve InvManager.
- [※] Improve KillAura rayCast.
- [-] Remove Double block option from Tower.
New Contributors
Full Changelog: v1.11.0...v1.12.0
Release v1.11.0
Changelog
- [+] Sync Upstream updates.
- [+] Add 'MatrixTest', 'Cancel bot hit' to AntiBot.
- [+] Add 'Only onGround' to Timer.
- [+] Add 'Only sneak' to Legit Scaffold.
- [+] Add 'Cancel forge packet' to ClientSpoofer.
- [+] Add JelloRender and MouseScrolled by @KgDW in #33 .
- [+] Add Bedwars and Skywars Teams AutoPlay by @SleepingPig35 in #32 .
- [+] Add support for Pika/Jartex Network to the Bedwars Module by @TejasLamba2006 in #36 .
- [+] Add BlockHit by @TejasLamba2006 in #38
- [+] Add NoGround Mode in Criticals by @KgDW in #39 .
- [+] Add FullBright by @SleepingPig35 in #42 .
- [+] Add build installation steps to README.md by @SleepingPig35 in #43
- [※] Fix LegitScaffold pitch setting.
- [※] Fix incompatibility issues while enabling both "weaponOnly" and "blocksOnly" by @TejasLamba2006 in #34 .
- [※] Rename 'BlocksMC' mode NoSlow to 'Old Intave'.
- [-] Remove 'BlocksMC' mode autoblock from KillAura.
New Contributors
- @TejasLamba2006 made their first contribution in #34
- @KgDW made their first contribution in #33
- @SleepingPig35 made their first contribution in #32
Full Changelog: v1.10.2...v1.11.0
Release v1.10.2
Changelog
- [+] Add 'Polar' mode to NoSlow.
- [+] Add CustomCape.
- now you can put your capes into keystrokes/customCapes and load them.
- [+] Add ClientSpoofer.
- spoof your client.
- [+] Add 'Augustus' mode to Settings->Toggle sound.
- [+] Add 'binds', 'bind' command.
- [※] Improve MurderMystery.
- [※] Fix Animations random crash.
- [※] Fix OmniSprint doesn't sprint forward
- [-] Remove some features that has been patched.
Full Changelog: v1.10.1...v1.10.2
Release v1.10.1
Changelog
- [+] Add 'Fix NoSlow flag' option to KillAura.
- [※] Fix KillAura crash.
- [※] Fix RotationH和ler always fix movement.
- [※] Fix Animations crash.
- [※] Remove 'MotionA' check of AntiCheat.
- Hypixel changed their latency compensation strategy, so MotionA detection is no longer work.
- [※] Pull Request: HitSelect delay :) by @Vaeyxx in #26
Full Changelog: v1.10.0...v1.10.1
v1.10.0
Changelog
- [+] Add RotationHandler.
- MoveFix
- Fix the movement for silent rotation.
- 'None' = do nothing.
- 'Default' = fix the movement but as close as you want to move. (Bypass GrimAC)
- 'Advanced' = re-map your movement at rotation.
- Smooth back
- Perform smoothing when turning head from silence back to player control.
- 'None' = do nothing.
- 'Default' = Smoothly back at the set aiming speed.
- move old rotation setting from 'Settings' to 'RotationHandler'.
- Support modules:
- KillAura
- Scaffold (still some bugs)
- Block-In
- BedAura
- MoveFix
- [+] Add 'Omni' mode to Sprint.
- Bypass mode:
- 'None' = do nothing.
- 'Hypixel' = Bypass hypixel.
- 'Legit' = Silent aim to sprint direction.
- Bypass mode:
- [+] Add 'AirWalk', 'GrimAC' mode to Fly.
- credit: @Enders
- GrimAC mode didn't bypass latest grim :(
- [+] Add 'Other animations', 'Block and swing' options to Animations.
- [+] Add TargetHUD for HUD -> edit position.
- [+] Add 'No Hurt Anime' to NoHurtCam.
- [※] Improve 'Draw real position' of Backtrack. now it will smooth the render.
- [※] Fix KillAura sometimes didn't stop blocking animation.
- [※] Fix NoFall extra mode do slow timer.
- [※] Fix ChestStealer 'ignore trash' always ignore useful items.
- [※] Fix InvManager always thinks protection is more important than material.
- [※] Fix AimAssist 'smooth as possible' always do wrong yaw aim.
- [※] Fix Intave mode of NoSlow.
- [※] Fix 'BlocksMC' mode of Speed flag.
- [※] Rename 'Hypixel tower test' to 'Double block'.
Full Changelog: v1.9.0...v1.10.0
Release v1.9.0
Changelog
- [+] Add 'BlocksMC' and 'Intave' mode to NoSlow.
- [+] Add 'BlocksMC' mode to Fly.
- thanks to @alan34.
- [+] Add ChestStealer.
- [+] Recode InvManager.
- [+] Add 'SameY' option to Scaffold
- **Under developing
- [+] Add 'BlocksMC' mode to Speed.
- thanks to @alan34.
- [+] Add 'BlocksMC' mode to Tower.
- thanks to @alan34.
- [+] Sync Upstream changes.
- NoFall extra mode.
- Script api change.
- Setting offset option.
- ...
- [+] Add 'Smooth as possible' option to AimAssist.
- [+] Add 'Exhibition' block animation to Animations.
- [※] Fix Backtrack sometimes do nothing.
- [※] Improve FakeLag real position.
- [※] Improve Damage boost of Velocity.
- [※] Fix JumpReset can be input wrong value.
- [※] Fix KillAura sometimes didn't attack.
- [※] Fix 'LegitInv' mode of InvMove stop movement
Full Changelog: b1.8.0...v1.9.0