Skip to content

Instantly share code, notes, and snippets.

var ChatUtility = Java.type("ru.nedan.neverapi.etc.ChatUtility");
// Радужный текст
var rainbowText = "§cЗ§6а§eг§aр§9у§5ж§dа§cе§6м §eс§aк§9р§5и§dп§cт";
try {
// Простая анимация загрузки
ChatUtility.sendMessage(rainbowText + " §7[▯▯▯▯▯] §f0%");
java.lang.Thread.sleep(300);