This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
Releases: xia-mc/Raven-XD
Releases · xia-mc/Raven-XD
Release v1.19.0
Changelog
- [+] Add 'Matrix B' mode to Fly.
- [+] Add Jesus.
- modes: Karhu, Old NCP, Vulcan.
- [+] Add 'Vulcan' mode to WallClimb.
- [+] Recode Scaffold clicker.
- [+] Add 'Rotate with movement', 'Static yaw', 'Reserve yaw', 'Recycle rotation' options to Scaffold.
- [+] Add 'Use biggest stack' option to 'Auto swap' option of Scaffold.
- [+] Add 'Polar' option to 'Expand' option of Scaffold.
- [※] Improve Expand of Scaffold.
- [※] Fix Notifications sometimes crash game.
Full Changelog: v1.18.0...v1.19.0
Release v1.18.0
Changelog
- [+] Add 'Vulcan' mode to AntiVoid.
- [+] Add 'Vulcan' mode to Phase.
- [+] Add Watermark.
- For Custom mode. use command:
clientname
to change it.
- For Custom mode. use command:
- [+] Recode AutoClicker.
- [+] Add RightClicker.
- [+] Recode KillAura clicker.
- [+] Add 'Through block' option to AimAssist.
- [+] Add 'RavenB++' mode to AimAssist by @TejasLamba2006.
- [+] Add 'Module toggle' option to Notifications.
- [+] Add 'Matrix' mode to Velocity.
- [+] Recode Phase.
- [+] Add 'Timer' mode to Criticals.
- [+] Add 'Chance' silder to Reach, Velocity.
- [+] Add 'Custom' mode to Disabler.
- [+] Add 'Expand' to Scaffold.
- [+] Add 'ConstantMotion' mode to Tower.
- [+] Add WallClimb.
- Intave mode. (works on hypemc)
- Thanks to @CCBlueX.
- [※] Improve 'Intave' mode of Velocity.
- [※] Improve Sumo fences by @TejasLamba2006.
- Now it's able to go up 16 blocks.
- [※] Improve 'Hypixel B' mode of Tower.
- [※] Fix BedPlates by @TejasLamba2006.
- [※] Fix AimAssist sometimes aim wrongly. #663
- [※] Fix BridgeAssist by @Pyggers.
- [※] Fix Block-In aim too slow.
- [※] Fix Notification render wrongly.
- [※] Fix CustomCape doesn't work.
- [※] Rename 'Vulcan' mode of Disabler to 'Mineland'.
- [-] Remove MotionModifier.
- [-] Remove MotionSkidder.
Thanks
- Thanks to @7Sence for Rise Client source-code.
Full Changelog: v1.17.1...v1.18.0
Release v1.17.1
Changelog
- [※] Fix KillAura instant ban.
- [※] Fix NoSlow Beta doesn't bypass.
Full Changelog: v1.17.0...v1.17.1
Release v1.17.0
Changelog
- [+] Add 'Hypixel C' mode to Speed.
- [+] Add 'Hypixel D' mode to Speed.
- thanks to @7Sence, skidded from Rise 6.1.30.
- [+] Add 'Hypixel B' mode to Tower.
- thanks to @7Sence, skidded from Rise 6.1.30.
- [+] Add MiddleClick by @TejasLamba2006 in #650.
- Toggle friend, throw ender pearl..
- [+] Add BedPlates by @TejasLamba2006 in #656.
- [+] Add BridgeAssist by @Pyggers in #653.
- [+] Add Notifications by TejasLamba2006 in #657.
- [+] Add 'Polar' mode to Speed.
- [+] Add 'Except ground' to Phase.
- [+] Add 'SyuuDefault' mode to StaffDetector.
- [+] Add 'Not Moving' in ChestStealer by @TejasLamba2006 in #648.
- [+] Add 'None' mode to Timer.
- only timer speed visual.
- [※] Improve 'Extra' mode of NoFall.
- [※] Improve 'Matrix' mode of Fly.
- [※] Improve SlotHandler silent visual.
- [※] Fix 'Hypixel B' mode of Speed will result in a ban.
- [-] Remove useless modes from NoSlow.
- removed 'HypixelTest A', ’HypixelTest B‘ modes.
Full Changelog: v1.16.0...v1.17.0
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