Skip to content

Latest commit

 

History

87 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crash Utils Addon

A meteor client addon

Java Fabric Minecraft

Maintainability Codacy Badge

Requirements

  • Java 25
  • Minecraft 26.1.2
  • Fabric API
  • Meteor Client

Features

Exploits from other projects

  • Brigadier exploit
  • Bundle exploit
  • Invalid Position && Negative Infinity position
  • Paper Window exploit

Plugins bugs

  • Chat hacks (log4shell, from hacked plugins)
  • Plugins exploits (trade system, lpx, wFurnace, WGCalc, Multiverse, fawe, cmi)

Commands

  • channels - get all active channels
  • pluginlookup - get plugins from tab completer

Other utils

  • PasswordBruteforce
  • PlaceholdersSpam

How to build?

git clone https://github.com/Kredwi/CrashUtilsAddon 
cd ./CrashUtils
./gradlew build 

Find the finally mod file in ./build/libs/crash-utils-version.jar

F.A.Q

  • How to find registered modules?
    • here ru.kredwi.crashutils.CrashUtils#registerModules()
  • How to find registered commands?
    • here ru.kredwi.crashutils.CrashUtils#registerCommands()
  • How to create custom module?
  • create class and extends meteordevelopment.meteorclient.systems.modules.Module (and register)
  • Why channels red and green?
    • The status of "The channel is sendable?" true is green false red

Thanks

  • CCBlueX/LiquidBounce
  • ZynoxTheGmr/XynisClient-99 && ZynoxTheGmr/XynisClient
  • ParadiseDevelopments/ParadiseClient-X
  • wrrulosdev/mcpclient
  • MeteorDevelopment/meteor-addon-template

(the mod has more bugs)

License

Apache 2.0