A meteor client addon
- Java 25
- Minecraft 26.1.2
- Fabric API
- Meteor Client
- Brigadier exploit
- Bundle exploit
- Invalid Position && Negative Infinity position
- Paper Window exploit
- Chat hacks (log4shell, from hacked plugins)
- Plugins exploits (trade system, lpx, wFurnace, WGCalc, Multiverse, fawe, cmi)
channels- get all active channelspluginlookup- get plugins from tab completer
- PasswordBruteforce
- PlaceholdersSpam
git clone https://github.com/Kredwi/CrashUtilsAddon
cd ./CrashUtils
./gradlew build Find the finally mod file in ./build/libs/crash-utils-version.jar
- How to find registered modules?
-
- here
ru.kredwi.crashutils.CrashUtils#registerModules()
- here
- How to find registered commands?
-
- here
ru.kredwi.crashutils.CrashUtils#registerCommands()
- here
- 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
- CCBlueX/LiquidBounce
- ZynoxTheGmr/XynisClient-99 && ZynoxTheGmr/XynisClient
- ParadiseDevelopments/ParadiseClient-X
- wrrulosdev/mcpclient
- MeteorDevelopment/meteor-addon-template
(the mod has more bugs)
