add chorus exploit

This commit is contained in:
C10udburst
2022-03-17 17:33:37 +01:00
parent b174cb4949
commit b75cd8a2e2
5 changed files with 289 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import meteordevelopment.meteorclient.systems.commands.Commands;
import meteordevelopment.meteorclient.systems.hud.HUD;
import meteordevelopment.meteorclient.systems.modules.Category;
import meteordevelopment.meteorclient.systems.modules.Modules;
import net.minecraft.item.Items;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -51,6 +52,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
modules.add(new BoatPhase());
modules.add(new Boost());
modules.add(new ChatBot());
modules.add(new ChorusExploit());
modules.add(new ColorSigns());
modules.add(new Confuse());
modules.add(new CoordLogger());