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.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
Release b1.8.0
Changelog
- [+] Add Step.
- Made for Hypixel.
- [+] Add 'LowHopTest', 'Strafe B' mode to Speed.
- Thanks to @dragon.
- [+] Add 'Hypixel' mode to Timer.
- Thanks to @dragon.
- [+] Add 'LegitInv' mode to InvMove.
- [+] Add Animations.
- Allow you change swing/block animation and speed.
- Override LabyMod 'block/swing' option.
- [+] Add FreeLook.
- [+] Add 'Hypixel' mode to Sprint.
- Old Sprint now is called 'Legit' mode.
- [+] Add 'Cancel air' option to Velocity. #18
- [+] Add 'WaitBreakBlock' to Phase.
- [※] Improve Backtrack.
- [※] Improve JumpReset.
- [※] Fix 'Sort mode' of KillAura doesn't work.
- [※] Fix AntiVoid sometimes do useless blink.
- [※] Fix 'Hit through block' of Reach sometimes crash with FastMine. #17
- [※] Fix sometimes crash on starting client.
- [※] Fix Slider sometimes draws wrong. #16
Known issues
- BedNuker didn't break anything if your bounding box interact with the block above the bed.
Full Changelog: b1.7.0...b1.8.0
1000 downloads!
Thanks for the support!
If you're not comfortable submitting bugs/suggestions via Github, you can now do so via the Discord channel:
Release b1.7.0
Changelog
- [+] Add LegitScaffold.
- works like SafeWalk with shift option, but more legit.
- [+] Add InfiniteAura.
- Under developing, now it doesn't bypass anti-cheat.
- [+] Improve Phase, VClip.
- add 'Cancel S06' option.
- add 'Blink' option to Phase.
- [+] Add 'Standard' & 'Intave' mode to Velocity.
- [+] Add 'Balance' mode to Timer.
- [※] Fix Velocity lobby check crash.
- [※] Improve GUI System.
- add 'Mode Setting'. click to switch to next mode, and sneak+click to switch to prev mode.
- add 'Hover color' for settings. now it will draw hover color if mouse hover on it.
- add 'visible check' for settings. now Some child settings are now only displayed when the parent setting is enabled.
- [※] Change Script System.
- now you can use 'ModeSetting' object instanced of the option 'SliderSetting'.
Like this:
now you can use 'ModeSetting':modules.registerSlider(String name, int defaultValue, String[] stringArray);
the 'ModeSetting' API is similar to the SliderSetting option mode. Meanwhile, the old SliderSetting option mode remains.modules.registerMode(String name, int defaultValue, String[] stringArray);
- now you can use 'visibleCheck' feature in script.
you just need to add aSupplier<Boolean>
parameter to the end of the original setting registration.
e.g.
it means "only visible this button if 1+1=2".modules.registerButton("aSetting", true, () -> 1 + 1 == 2);
- now you can use 'ModeSetting' object instanced of the option 'SliderSetting'.
Known issues
- BedNuker didn't break anything if your bounding box interact with the block above the bed.
- KillAura target sorts won't work.
Full Changelog: b1.6.2...b1.6.3
Release b1.6.3
Changelog
- [+] Add 'Delay self hurt anime' to Backtrack.
- [※] Fix 'Fast' option of Scaffold.
Known issues
- BedNuker didn't break anything if your bounding box interact with the block above the bed.
- KillAura target sorts won't work.
Note: If you want get 0% 0% velocity, don't use the StrafeTest Speed.
Full Changelog: b1.6.2...b1.6.3
Release b1.6.2
Changelog
- [※] Fix AutoClicker flags posts.
- [※] Fix Blink flags BadPacket.
- [※] Fix FakeLag do wrong packets order.
- [+] Add 'Overlay' option to Blink.
- render a blinking count like Myau Client.
Known issues
- BedNuker didn't break anything if your bounding box interact with the block above the bed.
- KillAura target sorts won't work.
Full Changelog: b1.6.1...b1.6.2
Release b1.6.1
Changelog
- [※] Fix Reach, HitBox won't work with AutoClicker. #9
- [※] Fix Backtrack won't work as default.
- [※] Fix InvManager crash. #12
Known issues
- BedNuker didn't break anything if your bounding box interact with the block above the bed.
- KillAura target sorts won't work.
Full Changelog: b1.6.0...b1.6.1
Note: DON'T use this version, AutoClicker may cause you BANNED! (Fixed in
Release 1.6.2
)
Release b1.6.0
Changelog
- [+] Add Particles.
- modify the particles on attack.
- [+] Add RecordClick.
- a click pattern system, allow you record your clicks and re-play them in some module like AutoClicker.
- pattern files will be saved in keystrokes/clickPatterns/ .
- [+] Add ClickRecorder.
- record your clicks as a pattern.
- pattern files will be saved in keystrokes/clickPatterns/ .
- [+] Add 'Record' mode to AutoClicker.
- old AutoClicker now called 'CPS' mode and still as default.
- in record mode, minCPS and maxCPS option won't work.
- [+] Add 'AirStuck' mode to AntiVoid.
- [+] Add 'Remiaft' mode to AntiVoid.
- works on Remiaft server.
- credit: @codecatXZ.
- [+] Add 'AutoSwitch' option to Block-In.
- auto switch to block item.
- [+] Add 'Only onGround' option to TimerRange.
- only TimerRange if onGround. maybe helpful for some anti-cheats like GrimAC.
- [+] Add 'Only offGround' option to Scaffold.
- someone tells me I should add it xd.
- [+] Add 'Constant' rotation target mode to KillAura.
- only rotation if you didn't reach the target.
- [※] Recode Backtrack. #4
- works like reach, but more legit.
- thanks to @Cvrwed
- [※] Fix a crash issue.
Known issues
- BedNuker didn't break anything if your bounding box interact with the block above the bed.
- HitBox and Reach won't work with AutoClicker. #9