Raven b+ : Raven b3 but better.

Overview

Raven B+


A minecraft hacked client made by Blowsy, code deobfuscated and partially remapped by JMRaichDev and improved by me.
https://ravenclient.cf/
Raven b+ is built on top of Raven b3, adding quality of life improvements, bug fixes, and more.
Discord:
https://discord.gg/N4zn4FwPcz
(0 stars and forks because I remade repo due to the fact that all the stars and forks of the old one were going to the parent repo, shich I did not like)

Installation

User

  1. Get and install (by running the file you downloaded) forge.
  2. Get the client from the builds folder
  3. Put the file into your minecraft mods folder. If you do not have this folder, just make one in the minecraft directory (or search up how to install forge mods on youtube)
  4. Run minecraft forge.

For NPC's

  1. Click this thing
    bruh why aint it loading for u
  2. Now look for the latest version. Download the one which does not have -sources at the end.
  3. Download by clicking on it (the one in the image below prob has a dif version number below, but that does not matter)
    and this as well?
  4. Now click download
    damnnn ur wifi sucks

Build

  1. Get and install gradle.
  2. Download and clone repo to a new folder
  3. Open terminal/command prompt and type ./gradlew build
  4. Find the build in builds/libs in the direcotry you cloned this to

Client

Known bugs

  • Safewalk does not work without the shift setting turned on
  • None of the "ASM" modules work... and some other stuff...

Improved Module List

  • SafeWalk: Sneak while jump and On hold settings
  • Autoclicker: Seperate Righclick min and max cps sliders, allow eat, allow bow and different click modes (LEGIT and RAVEN) and you can make your cps higher, no sword rightclick (doesn't right click when you are holding a sword), onlyblocks (only rightclicks when you are holding blocks)
  • ChatLogger: I have a chat logger
  • Bridge Assist: helps you aim and click during godbridging, moonwalking, ninja bridging and breezily.
  • CONFIG MANAGER!
  • Much more but I am too lazy to put it here...

Readme last updated on 01/08/2021. Bug and update info and other stuff may be out of date.

Comments
  • Fixed some problems

    Fixed some problems

    1. DelayRemover can't use
    2. Failed to find file 'ConfigManager.java'
    3. Can't open keystrokes gui
    4. EventManager will crash by ConcurrentModificationException
    opened by Eternal-Walnut 10
  • Add Killaura.

    Add Killaura.

    Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Nope, it isn't.

    Describe the solution you'd like A clear and concise description of what you want to happen. I want you guys to add killaura to the client. A recommendation I have to base it on is Vape V4.

    Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. No alternatives I've considered.

    Additional context Add any other context or screenshots about the feature request here.

    opened by AlexBartles 10
  • Ability to set the gui scale

    Ability to set the gui scale

    Is your feature request related to a problem? Please describe. I'm talking about the overall GUI encountered when pressing R-SHIFT. Some menus like the "combat" are too large to fit on the screen on some resolutions of the game.

    Describe the solution you'd like Please add a "scale" slider option in the GUI module in the "client" menu or something.

    Additional context Screenshot attached here raven

    • I cannot configure auto-block in combat
    • I cannot configure player-esp in render
    • These are just a few examples
    opened by apoorvgupt479 8
  • [Forge Error] Mod wont launch with Forge 1.8.9

    [Forge Error] Mod wont launch with Forge 1.8.9

    Error:

    `net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: club/minnced/discord/rpc/DiscordRPC at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329) at net.minecraft.client.main.Main.main(SourceFile:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.NoClassDefFoundError: club/minnced/discord/rpc/DiscordRPC at keystrokesmod.DiscordRPCManager.(DiscordRPCManager.java:13) at keystrokesmod.module.modules.other.DiscordRPCModule.(DiscordRPCModule.java:8) at keystrokesmod.module.ModuleManager.r3g1st3r(ModuleManager.java:129) at keystrokesmod.main.Ravenbplus.init(Ravenbplus.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737) ... 10 more Caused by: java.lang.ClassNotFoundException: club.minnced.discord.rpc.DiscordRPC at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 41 more Caused by: java.lang.NullPointerException at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 43 more

    A detailed walkthrough of the error, its code path and all known details is as follows:

    -- System Details -- Details: Minecraft Version: 1.8.9 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 679770608 bytes (648 MB) / 922746880 bytes (880 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Xmx2048m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.19 Powered by Forge 11.15.1.2318 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHI mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.2318-1.8.9.jar) UCHI Forge{11.15.1.2318} [Minecraft Forge] (forge-1.8.9-11.15.1.2318-1.8.9.jar) UCHE keystrokesmod{KMV5} [KeystrokesMod] ([1.8.9] BetterKeystrokes V-1.1.0.jar) Loaded coremods (and transformers): `

    I have no other mods, The Original Raven B3 just works fine, 
    
    bug 
    opened by Bazuette 5
  • Whenever I go to the toilet it crashes the game

    Whenever I go to the toilet it crashes the game

    Describe the bug When I go to the toilet, the game crashes. When I don't, it doesn't crash.

    To Reproduce Steps to reproduce the behavior:

    1. Go to '...'
    2. Click on '....'
    3. Scroll down to '....'
    4. See error

    Expected behavior Minecraft doesn't crash.

    Screenshots If applicable, add screenshots to help explain your problem.

    Desktop (please complete the following information):

    • OS: [e.g. iOS] Windows XP
    • Browser [e.g. chrome, safari] Opera GX
    • Version of Raven [e.g. 1.0.16 beta 44 main] Experimental

    Additional context Add any other context about the problem here.

    opened by Cweepaw 4
  • Unable to launch the stable B+

    Unable to launch the stable B+

    I somehow, I am unable to launch the game, and it says "keystrokesmod.module.ModuleSettingSlider cannot be cast to keystrokesmod.module.ModuleSettingDoubleSlider Exit Code: -1"

    Don't know how to reproduce

    NOTE: I can launch with the lunar keystrokes but I keep getting the stackoverflow problem.

    opened by SuchSunset 4
  • Issues / suggestion about Raven B+

    Issues / suggestion about Raven B+ "Latest Experimental"

    So I was using Raven B+ "Lastest Stable" and everything's fine until I try out the other version ( experimental ):

    • Autoclick settings got messed from 15-20 to 13-16 ( I wonder this is a bug or feature since it might lose old autoclicker settings and decided to use the default value
    • I always have 3.3-3.9 reach value & when I tested with a villager on local world and even players on multiplayer servers, I ended up reaching 4.89 blocks. Checked again and still the same settings ( 3.9 blocks ).
    • ClientNameSpoofer doesn't change anything, even after a restart / reload config / retype in console. ( NameHider - or whatever I forgot, still works )

    ( everything above might be problems when I change version from Lastest Stable to Experimental, so if you do recognize them, just skip it :D )

    Suggestions: Add ExplicitB9 Nametag to Stable ver. I had a hard time finding players since ESP/Chams/Tracers can't render them and only switched to Experimental for it but turns out there are bugs and even chance of turning on something I don't want ( speed 20CPS+ autoclicker bhop.... )

    opened by manhmct301 4
  • autotool and blockhit failing to work

    autotool and blockhit failing to work

    TLDR: autotool work, cant shear wool and then not work

    So I was just disbanding a party on Hypixel and out of nowhere the client nuked itself. I don't think this is an issue - I'm a dumbass after all. So I reinstalled the client, updating it by the way, and enabled all of my usual modules. I played a test game, autotool works, and then it fails to shear wool and just completely ceases to work. It's probably something i messed up, but I still would like to know what I messed up.

    opened by dezintgarecja 4
  • A module that allows you to change the name of other modules (Suggestion).

    A module that allows you to change the name of other modules (Suggestion).

    Basically this will make it difficult for the SS, because by changing the standard names of the modules, so the person will not find in the hacker process these known names, even if they pass a scanner and find the raven edit for example the most used free (idetect tools), usually the staffs do not ban only with an evidence.

    opened by bolinhosafado 4
  • 100 th ISSUE LETS GOOOO

    100 th ISSUE LETS GOOOO

    Describe the bug A clear and concise description of what the bug is.

    To Reproduce Steps to reproduce the behavior:

    1. Go to '...'
    2. Click on '....'
    3. Scroll down to '....'
    4. See error

    Expected behavior A clear and concise description of what you expected to happen.

    Screenshots If applicable, add screenshots to help explain your problem.

    Desktop (please complete the following information):

    • OS: [e.g. iOS]
    • Browser [e.g. chrome, safari]
    • Version of Raven [e.g. 1.0.16 beta 44 main]

    Additional context Add any other context about the problem here.

    opened by NotDevilhunter 2
  • [SUGGESTION] Make exe installer

    [SUGGESTION] Make exe installer

    Please make exe installer for Raven b+ like this: https://onedrive.live.com/download?cid=8CAE3AB2682F129C&resid=8CAE3AB2682F129C%212045&authkey=ANeWes8hYsQ9mVw

    opened by A216DISCORD 2
  • Build Failed

    Build Failed

    Describe the bug So when i try building the gradle project, it fails

    To Reproduce Steps to reproduce the behavior:

    1. Go to '...'
    2. Click on '....'
    3. Scroll down to '....'
    4. See error

    Expected behavior I hoped the build would go wihout problems

    Screenshots 2022-08-14_20-34

    Desktop (please complete the following information):

    • OS: Base Arch Linux
    • Browser: None
    • Version of Raven: Latest

    Additional context I would really need help, im trying to rework the gui to it being more user friendly

    opened by libramatyas 2
  • hi dsocrd

    hi dsocrd

    Describe the bug A clear and concise description of what the bug is.

    To Reproduce Steps to reproduce the behavior:

    1. Go to '...'
    2. Click on '....'
    3. Scroll down to '....'
    4. See error

    Expected behavior A clear and concise description of what you expected to happen.

    Screenshots If applicable, add screenshots to help explain your problem.

    Desktop (please complete the following information):

    • OS: [e.g. iOS]
    • Browser [e.g. chrome, safari]
    • Version of Raven [e.g. 1.0.16 beta 44 main]

    Additional context Add any other context about the problem here.

    opened by joogoncrack 1
  • Anti Bot can't work in hypixel.net

    Anti Bot can't work in hypixel.net

    Describe the bug The anti bot module can't work in hypxiel.net server.

    To Reproduce

    1. Open the antibot module
    2. Open the ESP module
    3. You can see the bot in ESP

    Expected behavior Anti Bot can run correctly.

    Screenshots If applicable, add screenshots to help explain your problem.

    Desktop (please complete the following information):

    • OS: Windows
    • Browser: Edge
    • Version of Raven:Latest realese version at the time of writing

    Additional context Add any other context about the problem here.

    opened by CCarbon1024 1
  • [BETA] Rapidly blinking whenever opening gui

    [BETA] Rapidly blinking whenever opening gui

    Describe the bug It flashes whenever I open the gui

    To Reproduce Steps to reproduce the behavior:

    1. Download ravenb+ beta from ravenbplus.cf
    2. Install optifine
    3. Launch the game
    4. Click on right shift
    5. Witness the blinking

    Expected behavior Not blinking when I open gui

    Screenshots If applicable, add screenshots to help explain your problem. https://streamable.com/t80mtc

    Desktop (please complete the following information):

    • OS: Linux
    • Browser: Waterfox (fork of firefox removing bloat)
    • Version of Raven: Latest beta from ravenbplus.cf at the time of writing

    Additional context Add any other context about the problem here.

    opened by Garbg 1
  • killaura {Rotation}

    killaura {Rotation}

    hey! ravenb+ is just crazy with all the ghost cheats but can you add a blatent feature aka killaura? (blatent for players not for anticheat) the killaura should have rotation and autoblock option... you can skid i meant borrow the killaura that fdp has just saying

    also im sure kotlin .kt files can be imported over to java or ravenb+

    opened by NerdHaxx 2
Releases(Stable1.0.26)
Owner
Kopamed
I use arch btw, mine monero and code in python.
Kopamed
Atomic 1.18 but it supports meteor

Atomic 1.18 but it supports meteor Downloading You can download this from releases. Download and drag into your 1.18+ mods folder to use. Important Fi

null 6 Feb 19, 2022
Blaze4D - Minecraft but with Vulkan using the Rosella engine.

Information Blaze4D is a Fabric mod that changes Minecraft's rendering engine to use the Vulkan Graphics Library, it is currently in Early Development

Kiln Graphics 257 Dec 30, 2022
Brings back Christmas ender chest textures, but now with a unique texture to avoid confusion.

This mod adds a Christmas texture for the ender chest, correcting a wrongdoing done by Mojang in 22w03a. Should work in any version 1.18.1 or newer.

null 4 Nov 11, 2022
Mindustry 2 - Among Us 2, but it's Mindustry instead of Among Us

Mindustry 2 Among Us 2, but it's Mindustry instead of Among Us. Download a precompiled build here Building for Desktop Testing Install JDK 17 and curl

null 7 Sep 3, 2022
A lightweight but powerful hologram plugin with many features and configuration options.

Decent Holograms A lightweight but powerful hologram plugin with many features and configuration options. Spigot: https://www.spigotmc.org/resources/9

DecentSoftware 112 Dec 29, 2022
Async Await but for Vert.x

hang-around Async Await but for Vert.x One of the main pain points of asynchronous programming is that code flow can be hard to read. With the upcomin

Paulo Lopes 12 Jul 30, 2022
This is a Meme repo for fixed & Cleaned source of 'Better'Bungeecord but its not realy better code is trash!

#Fucking cleaned by CryCodes Disclaimer: Based of MD_5's Bungeecord (Fork of "BetterBungee") | I am not the owner of the code This repo is just for fu

Rooks 3 Jan 2, 2022
A mod based off of Gnembon's AutoCrafting Mod, but better

FabricAutoCrafter A Fabric mod that adds a new Auto Crafter block This mod adds a new block, the Auto Crafter. It allows you to put items in the craft

null 8 Aug 19, 2022
@FengG0d 's Client, but he leave, I am the new owner, but, I don't know how to write Java, I need your help.

IKUN Client Help me I need help! The original Author was leave, but I don't know how to write a good client, I need Your help! to make a good IKun Cli

Chenken520 2 Sep 4, 2022
Simpler, better and faster Java bean mapping framework

Orika ! NEW We are pleased to announce the release of Orika 1.5.4 ! This version is available on Maven central repository What? Orika is a Java Bean m

null 1.2k Jan 6, 2023
A better compressed bitset in Java

RoaringBitmap Bitsets, also called bitmaps, are commonly used as fast data structures. Unfortunately, they can use too much memory. To compensate, we

Roaring bitmaps: A better compressed bitset 2.9k Dec 29, 2022
Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.

EventBus EventBus is a publish/subscribe event bus for Android and Java. EventBus... simplifies the communication between components decouples event s

Markus Junginger 24.2k Jan 3, 2023
A better compressed bitset in Java

RoaringBitmap Bitsets, also called bitmaps, are commonly used as fast data structures. Unfortunately, they can use too much memory. To compensate, we

Roaring bitmaps: A better compressed bitset 2.9k Dec 29, 2022
Simulating shitty network connections so you can build better systems.

Comcast Testing distributed systems under hard failures like network partitions and instance termination is critical, but it's also important we test

Tyler Treat 9.8k Dec 30, 2022
A Java annotation processor used for automatically generating better builder codes.

BetterBuilder BetterBuilder is a Java annotation processor used for automatically generating better builder codes(builder design pattern), which can m

LEO D PEN 9 Apr 6, 2021
BRCC(better remote config center)是一个分布式配置中心,用于统一管理应用服务的配置信息,避免各类资源散落在各个项目中,简化资源配置的维护成本。作为一种轻量级的解决方案,部署简单,同时支持多环境、多版本、多角色的资源管理,可以在不改变应用源码的情况下无缝切换和实时生效配置信息。

BRCC:Better Remote Config Center 简介   BRCC是一个分布式配置中心,用于统一管理应用服务的配置信息,避免各类资源散落在各个项目中,简化资源配置的维护成本。作为一种轻量级的解决方案,部署简单,同时支持多环境、多版本、多角色的资源管理,可以在不改变应用源码的情况下无

Baidu 367 Dec 24, 2022
Better compatibility, compatible with konas, future, pyro and rusher.

Compatible phobos 1.9.0 compatible with pyro, future, konas and rusher. to build it yourself, use: MACOS/LINUX: ./gradlew setupDecompWorkspace ./gradl

Hurb 15 Dec 2, 2022
This mod makes the clouds look much better.

Fabulous Clouds is a 1.17 Fabric mod that makes minecraft's clouds look much better. It isn't going to be ported to Forge or be backported. Fabulous C

Nuclear Chaos 17 Oct 28, 2022
Spring Data Redis extensions for better search, documents models, and more

Object Mapping (and more) for Redis! Redis OM Spring extends Spring Data Redis to take full advantage of the power of Redis. Project Stage Snapshot Is

Redis 303 Dec 29, 2022