Исходник Client loader

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
24 Май 2024
Сообщения
177
Реакции
0
Выберите загрузчик игры
  1. Vanilla
  2. Forge
  3. Fabric
  4. NeoForge
  5. OptiFine
  6. ForgeOptiFine

Перед прочтением основного контента ниже, пожалуйста, обратите внимание на обновление внутри секции Майна на нашем форуме. У нас появились:

  • бесплатные читы для Майнкрафт — любое использование на свой страх и риск;
  • маркетплейс Майнкрафт — абсолютно любая коммерция, связанная с игрой, за исключением продажи читов (аккаунты, предоставления услуг, поиск кодеров читов и так далее);
  • приватные читы для Minecraft — в этом разделе только платные хаки для игры, покупайте группу "Продавец" и выставляйте на продажу свой софт;
  • обсуждения и гайды — всё тот же раздел с вопросами, но теперь модернизированный: поиск нужных хаков, пати с игроками-читерами и другая полезная информация.

Спасибо!

Full ss -
Пожалуйста, авторизуйтесь для просмотра ссылки.

p.s: На ss'ах показаны не все уведомления которые есть в лоадере.

Пожалуйста, авторизуйтесь для просмотра ссылки.


Важная инфа - лоадер писался 3 с половиной часа с поддержкой грока. Особо над ним я не старался.
 
Что я сейчас увидел
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Full ss -
Пожалуйста, авторизуйтесь для просмотра ссылки.

p.s: На ss'ах показаны не все уведомления которые есть в лоадере.

Пожалуйста, авторизуйтесь для просмотра ссылки.


Важная инфа - лоадер писался 3 с половиной часа с поддержкой грока. Особо над ним я не старался.
имба брух
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
кай
Full ss -
Пожалуйста, авторизуйтесь для просмотра ссылки.

p.s: На ss'ах показаны не все уведомления которые есть в лоадере.

Пожалуйста, авторизуйтесь для просмотра ссылки.


Важная инфа - лоадер писался 3 с половиной часа с поддержкой грока. Особо над ним я не старался.
кайф, но слишком минималистично, я бы чтоль профиль добавил, аватарку кастом
 
объясните, нахуя нужен лоадер на жаве? защиты 0, смысла тоже 0.
проще тогда уж через лаунчер запускать
 
Дерьмо на жабе
 
Full ss -
Пожалуйста, авторизуйтесь для просмотра ссылки.

p.s: На ss'ах показаны не все уведомления которые есть в лоадере.

Пожалуйста, авторизуйтесь для просмотра ссылки.


Важная инфа - лоадер писался 3 с половиной часа с поддержкой грока. Особо над ним я не старался.
фу блять. мое в разы лучше будет по визуальной части.
 
3 часа на java лоадер? вы там курите? тебе бе бы за час грок научил на плюмах делать, на java нет никого протекта как вы понять не можете
Java:
Expand Collapse Copy
package javaoop.loader.protect;

import javaoop.loader.utils.ProcessChecker;

import javax.swing.*;

public class AntiDebugger {
    public static void debug() {
        String debug1 = "x64dbg.exe";
        String debug2 = "x32dbg.exe";
        String debug3 = "HTTPDebuggerUI.exe";
        String debug4 = "idea.exe";
        String debug5 = "idaq.exe";
        String debug6 = "windbg.exe";
        String debug7 = "ollydbg.exe";
        String debug8 = "drinject.exe";
        String debug9 = "drinject32.exe";
        String debug10 = "drinject64.exe";
        String debug11 = "ghidra.exe";
        String debug12 = "rr.exe";
        String debug13 = "jdb.exe";
        String debug14 = "dnspy.exe";
        String debug15 = "hxd.exe";
        String debug16 = "x96dbg.exe";
        String debug17 = "procexp.exe";
        String debug18 = "procexp64.exe";
        String debug19 = "procexp64a.exe";
        String debug20 = "Wireshark.exe";
        String debug21 = "dumpcap.exe";
        String debug22 = "NLClientApp.exe";
        String debug23 = "fiddler.exe";
        String debug24 = "charles.exe";
        String debug25 = "vboxservice.exe";
        String debug26 = "df5serv.exe";
        String debug27 = "vboxtray.exe";
        String debug28 = "vmtoolsd.exe";
        String debug29 = "vmwaretray.exe";
        String debug30 = "idea64.exe";
        String debug31 = "pestudio.exe";
        String debug32 = "vmwareuser";
        String debug33 = "vgauthservice.exe";
        String debug34 = "vmacthlp.exe";
        String debug35 = "vmsrvc.exe";
        String debug36 = "vmusrvc.exe";
        String debug37 = "prl_cc.exe";
        String debug38 = "prl_tools.exe";
        String debug39 = "qemu-ga.exe";
        String debug40 = "joeboxcontrol.exe";
        String debug41 = "ksdumperclient.exe";
        String debug42 = "ksdumper.exe";
        String debug43 = "joeboxserver.exe";
        String debug44 = "xenservice.exe";
        String debug45 = "VMwareService.exe";
        String debug46 = "VMwareTray.exe";
        String debug47 = "processhacker.exe";


        if (ProcessChecker.isProcessRunning(debug1)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 1");
        }


        if (ProcessChecker.isProcessRunning(debug2)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 2");
        }

        if (ProcessChecker.isProcessRunning(debug3)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 3");
        }

        if (ProcessChecker.isProcessRunning(debug4)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 4");
        }

        if (ProcessChecker.isProcessRunning(debug5)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 5");
        }

        if (ProcessChecker.isProcessRunning(debug6)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 6");
        }

        if (ProcessChecker.isProcessRunning(debug7)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 7");
        }

        if (ProcessChecker.isProcessRunning(debug8)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 8");
        }

        if (ProcessChecker.isProcessRunning(debug9)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 9");
        }

        if (ProcessChecker.isProcessRunning(debug10)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 10");
        }

        if (ProcessChecker.isProcessRunning(debug11)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 11");
        }

        if (ProcessChecker.isProcessRunning(debug12)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 12");
        }

        if (ProcessChecker.isProcessRunning(debug13)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 13");
        }

        if (ProcessChecker.isProcessRunning(debug14)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 14");
        }

        if (ProcessChecker.isProcessRunning(debug15)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 15");
        }

        if (ProcessChecker.isProcessRunning(debug16)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 16");
        }

        if (ProcessChecker.isProcessRunning(debug17)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 17");
        }

        if (ProcessChecker.isProcessRunning(debug18)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 18");
        }

        if (ProcessChecker.isProcessRunning(debug19)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 19");
        }

        if (ProcessChecker.isProcessRunning(debug20)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 20");
        }

        if (ProcessChecker.isProcessRunning(debug21)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 21");
        }

        if (ProcessChecker.isProcessRunning(debug22)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 22");
        }

        if (ProcessChecker.isProcessRunning(debug23)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 23");
        }

        if (ProcessChecker.isProcessRunning(debug24)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 24");
        }

        if (ProcessChecker.isProcessRunning(debug25)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 25");
        }

        if (ProcessChecker.isProcessRunning(debug26)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 26");
        }

        if (ProcessChecker.isProcessRunning(debug27)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 27");
        }

        if (ProcessChecker.isProcessRunning(debug28)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 28");
        }

        if (ProcessChecker.isProcessRunning(debug29)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 29");
        }

        if (ProcessChecker.isProcessRunning(debug30)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 30");
        }

        if (ProcessChecker.isProcessRunning(debug31)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 31");
        }

        if (ProcessChecker.isProcessRunning(debug32)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 32");
        }

        if (ProcessChecker.isProcessRunning(debug33)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 33");
        }

        if (ProcessChecker.isProcessRunning(debug34)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 34");
        }

        if (ProcessChecker.isProcessRunning(debug35)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 35");
        }

        if (ProcessChecker.isProcessRunning(debug36)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 36");
        }

        if (ProcessChecker.isProcessRunning(debug37)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 37");
        }

        if (ProcessChecker.isProcessRunning(debug38)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 38");
        }

        if (ProcessChecker.isProcessRunning(debug39)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 39");
        }

        if (ProcessChecker.isProcessRunning(debug40)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 40");
        }

        if (ProcessChecker.isProcessRunning(debug41)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 41");
        }

        if (ProcessChecker.isProcessRunning(debug42)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 42");
        }

        if (ProcessChecker.isProcessRunning(debug43)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 43");
        }

        if (ProcessChecker.isProcessRunning(debug44)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 44");
        }

        if (ProcessChecker.isProcessRunning(debug45)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 45");
        }

        if (ProcessChecker.isProcessRunning(debug46)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 46");
        }

        if (ProcessChecker.isProcessRunning(debug47)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 47");
        }
    }
}
что это за ебейший протект ебать говно код
 
3 часа на java лоадер? вы там курите? тебе бе бы за час грок научил на плюмах делать, на java нет никого протекта как вы понять не можете
Java:
Expand Collapse Copy
package javaoop.loader.protect;

import javaoop.loader.utils.ProcessChecker;

import javax.swing.*;

public class AntiDebugger {
    public static void debug() {
        String debug1 = "x64dbg.exe";
        String debug2 = "x32dbg.exe";
        String debug3 = "HTTPDebuggerUI.exe";
        String debug4 = "idea.exe";
        String debug5 = "idaq.exe";
        String debug6 = "windbg.exe";
        String debug7 = "ollydbg.exe";
        String debug8 = "drinject.exe";
        String debug9 = "drinject32.exe";
        String debug10 = "drinject64.exe";
        String debug11 = "ghidra.exe";
        String debug12 = "rr.exe";
        String debug13 = "jdb.exe";
        String debug14 = "dnspy.exe";
        String debug15 = "hxd.exe";
        String debug16 = "x96dbg.exe";
        String debug17 = "procexp.exe";
        String debug18 = "procexp64.exe";
        String debug19 = "procexp64a.exe";
        String debug20 = "Wireshark.exe";
        String debug21 = "dumpcap.exe";
        String debug22 = "NLClientApp.exe";
        String debug23 = "fiddler.exe";
        String debug24 = "charles.exe";
        String debug25 = "vboxservice.exe";
        String debug26 = "df5serv.exe";
        String debug27 = "vboxtray.exe";
        String debug28 = "vmtoolsd.exe";
        String debug29 = "vmwaretray.exe";
        String debug30 = "idea64.exe";
        String debug31 = "pestudio.exe";
        String debug32 = "vmwareuser";
        String debug33 = "vgauthservice.exe";
        String debug34 = "vmacthlp.exe";
        String debug35 = "vmsrvc.exe";
        String debug36 = "vmusrvc.exe";
        String debug37 = "prl_cc.exe";
        String debug38 = "prl_tools.exe";
        String debug39 = "qemu-ga.exe";
        String debug40 = "joeboxcontrol.exe";
        String debug41 = "ksdumperclient.exe";
        String debug42 = "ksdumper.exe";
        String debug43 = "joeboxserver.exe";
        String debug44 = "xenservice.exe";
        String debug45 = "VMwareService.exe";
        String debug46 = "VMwareTray.exe";
        String debug47 = "processhacker.exe";


        if (ProcessChecker.isProcessRunning(debug1)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 1");
        }


        if (ProcessChecker.isProcessRunning(debug2)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 2");
        }

        if (ProcessChecker.isProcessRunning(debug3)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 3");
        }

        if (ProcessChecker.isProcessRunning(debug4)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 4");
        }

        if (ProcessChecker.isProcessRunning(debug5)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 5");
        }

        if (ProcessChecker.isProcessRunning(debug6)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 6");
        }

        if (ProcessChecker.isProcessRunning(debug7)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 7");
        }

        if (ProcessChecker.isProcessRunning(debug8)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 8");
        }

        if (ProcessChecker.isProcessRunning(debug9)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 9");
        }

        if (ProcessChecker.isProcessRunning(debug10)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 10");
        }

        if (ProcessChecker.isProcessRunning(debug11)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 11");
        }

        if (ProcessChecker.isProcessRunning(debug12)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 12");
        }

        if (ProcessChecker.isProcessRunning(debug13)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 13");
        }

        if (ProcessChecker.isProcessRunning(debug14)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 14");
        }

        if (ProcessChecker.isProcessRunning(debug15)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 15");
        }

        if (ProcessChecker.isProcessRunning(debug16)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 16");
        }

        if (ProcessChecker.isProcessRunning(debug17)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 17");
        }

        if (ProcessChecker.isProcessRunning(debug18)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 18");
        }

        if (ProcessChecker.isProcessRunning(debug19)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 19");
        }

        if (ProcessChecker.isProcessRunning(debug20)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 20");
        }

        if (ProcessChecker.isProcessRunning(debug21)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 21");
        }

        if (ProcessChecker.isProcessRunning(debug22)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 22");
        }

        if (ProcessChecker.isProcessRunning(debug23)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 23");
        }

        if (ProcessChecker.isProcessRunning(debug24)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 24");
        }

        if (ProcessChecker.isProcessRunning(debug25)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 25");
        }

        if (ProcessChecker.isProcessRunning(debug26)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 26");
        }

        if (ProcessChecker.isProcessRunning(debug27)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 27");
        }

        if (ProcessChecker.isProcessRunning(debug28)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 28");
        }

        if (ProcessChecker.isProcessRunning(debug29)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 29");
        }

        if (ProcessChecker.isProcessRunning(debug30)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 30");
        }

        if (ProcessChecker.isProcessRunning(debug31)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 31");
        }

        if (ProcessChecker.isProcessRunning(debug32)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 32");
        }

        if (ProcessChecker.isProcessRunning(debug33)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 33");
        }

        if (ProcessChecker.isProcessRunning(debug34)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 34");
        }

        if (ProcessChecker.isProcessRunning(debug35)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 35");
        }

        if (ProcessChecker.isProcessRunning(debug36)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 36");
        }

        if (ProcessChecker.isProcessRunning(debug37)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 37");
        }

        if (ProcessChecker.isProcessRunning(debug38)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 38");
        }

        if (ProcessChecker.isProcessRunning(debug39)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 39");
        }

        if (ProcessChecker.isProcessRunning(debug40)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 40");
        }

        if (ProcessChecker.isProcessRunning(debug41)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 41");
        }

        if (ProcessChecker.isProcessRunning(debug42)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 42");
        }

        if (ProcessChecker.isProcessRunning(debug43)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 43");
        }

        if (ProcessChecker.isProcessRunning(debug44)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 44");
        }

        if (ProcessChecker.isProcessRunning(debug45)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 45");
        }

        if (ProcessChecker.isProcessRunning(debug46)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 46");
        }

        if (ProcessChecker.isProcessRunning(debug47)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 47");
        }
    }
}
что это за ебейший протект ебать говно код
фанату флюгера виднее
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Что я сейчас увидел
плиз кинь скрин прост не грузит имгур
3 часа на java лоадер? вы там курите? тебе бе бы за час грок научил на плюмах делать, на java нет никого протекта как вы понять не можете
Java:
Expand Collapse Copy
package javaoop.loader.protect;

import javaoop.loader.utils.ProcessChecker;

import javax.swing.*;

public class AntiDebugger {
    public static void debug() {
        String debug1 = "x64dbg.exe";
        String debug2 = "x32dbg.exe";
        String debug3 = "HTTPDebuggerUI.exe";
        String debug4 = "idea.exe";
        String debug5 = "idaq.exe";
        String debug6 = "windbg.exe";
        String debug7 = "ollydbg.exe";
        String debug8 = "drinject.exe";
        String debug9 = "drinject32.exe";
        String debug10 = "drinject64.exe";
        String debug11 = "ghidra.exe";
        String debug12 = "rr.exe";
        String debug13 = "jdb.exe";
        String debug14 = "dnspy.exe";
        String debug15 = "hxd.exe";
        String debug16 = "x96dbg.exe";
        String debug17 = "procexp.exe";
        String debug18 = "procexp64.exe";
        String debug19 = "procexp64a.exe";
        String debug20 = "Wireshark.exe";
        String debug21 = "dumpcap.exe";
        String debug22 = "NLClientApp.exe";
        String debug23 = "fiddler.exe";
        String debug24 = "charles.exe";
        String debug25 = "vboxservice.exe";
        String debug26 = "df5serv.exe";
        String debug27 = "vboxtray.exe";
        String debug28 = "vmtoolsd.exe";
        String debug29 = "vmwaretray.exe";
        String debug30 = "idea64.exe";
        String debug31 = "pestudio.exe";
        String debug32 = "vmwareuser";
        String debug33 = "vgauthservice.exe";
        String debug34 = "vmacthlp.exe";
        String debug35 = "vmsrvc.exe";
        String debug36 = "vmusrvc.exe";
        String debug37 = "prl_cc.exe";
        String debug38 = "prl_tools.exe";
        String debug39 = "qemu-ga.exe";
        String debug40 = "joeboxcontrol.exe";
        String debug41 = "ksdumperclient.exe";
        String debug42 = "ksdumper.exe";
        String debug43 = "joeboxserver.exe";
        String debug44 = "xenservice.exe";
        String debug45 = "VMwareService.exe";
        String debug46 = "VMwareTray.exe";
        String debug47 = "processhacker.exe";


        if (ProcessChecker.isProcessRunning(debug1)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 1");
        }


        if (ProcessChecker.isProcessRunning(debug2)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 2");
        }

        if (ProcessChecker.isProcessRunning(debug3)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 3");
        }

        if (ProcessChecker.isProcessRunning(debug4)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 4");
        }

        if (ProcessChecker.isProcessRunning(debug5)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 5");
        }

        if (ProcessChecker.isProcessRunning(debug6)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 6");
        }

        if (ProcessChecker.isProcessRunning(debug7)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 7");
        }

        if (ProcessChecker.isProcessRunning(debug8)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 8");
        }

        if (ProcessChecker.isProcessRunning(debug9)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 9");
        }

        if (ProcessChecker.isProcessRunning(debug10)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 10");
        }

        if (ProcessChecker.isProcessRunning(debug11)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 11");
        }

        if (ProcessChecker.isProcessRunning(debug12)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 12");
        }

        if (ProcessChecker.isProcessRunning(debug13)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 13");
        }

        if (ProcessChecker.isProcessRunning(debug14)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 14");
        }

        if (ProcessChecker.isProcessRunning(debug15)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 15");
        }

        if (ProcessChecker.isProcessRunning(debug16)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 16");
        }

        if (ProcessChecker.isProcessRunning(debug17)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 17");
        }

        if (ProcessChecker.isProcessRunning(debug18)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 18");
        }

        if (ProcessChecker.isProcessRunning(debug19)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 19");
        }

        if (ProcessChecker.isProcessRunning(debug20)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 20");
        }

        if (ProcessChecker.isProcessRunning(debug21)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 21");
        }

        if (ProcessChecker.isProcessRunning(debug22)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 22");
        }

        if (ProcessChecker.isProcessRunning(debug23)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 23");
        }

        if (ProcessChecker.isProcessRunning(debug24)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 24");
        }

        if (ProcessChecker.isProcessRunning(debug25)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 25");
        }

        if (ProcessChecker.isProcessRunning(debug26)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 26");
        }

        if (ProcessChecker.isProcessRunning(debug27)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 27");
        }

        if (ProcessChecker.isProcessRunning(debug28)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 28");
        }

        if (ProcessChecker.isProcessRunning(debug29)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 29");
        }

        if (ProcessChecker.isProcessRunning(debug30)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 30");
        }

        if (ProcessChecker.isProcessRunning(debug31)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 31");
        }

        if (ProcessChecker.isProcessRunning(debug32)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 32");
        }

        if (ProcessChecker.isProcessRunning(debug33)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 33");
        }

        if (ProcessChecker.isProcessRunning(debug34)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 34");
        }

        if (ProcessChecker.isProcessRunning(debug35)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 35");
        }

        if (ProcessChecker.isProcessRunning(debug36)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 36");
        }

        if (ProcessChecker.isProcessRunning(debug37)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 37");
        }

        if (ProcessChecker.isProcessRunning(debug38)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 38");
        }

        if (ProcessChecker.isProcessRunning(debug39)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 39");
        }

        if (ProcessChecker.isProcessRunning(debug40)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 40");
        }

        if (ProcessChecker.isProcessRunning(debug41)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 41");
        }

        if (ProcessChecker.isProcessRunning(debug42)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 42");
        }

        if (ProcessChecker.isProcessRunning(debug43)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 43");
        }

        if (ProcessChecker.isProcessRunning(debug44)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 44");
        }

        if (ProcessChecker.isProcessRunning(debug45)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 45");
        }

        if (ProcessChecker.isProcessRunning(debug46)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 46");
        }

        if (ProcessChecker.isProcessRunning(debug47)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 47");
        }
    }
}
что это за ебейший протект ебать говно код
скинь фоточку из имгура я хачу чекнуть
 
плиз кинь скрин прост не грузит имгур

скинь фоточку из имгура я хачу чекнуть
1751562572310.png
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
выглядит прикольно но по коду не много кажется как будто бы чат лгбт ну прям чут чут

да и плюс как тут вообще может быть 600 строк кода...
с поддержкой грока.
Хочу добавить, лоадер не преподносится как нормальный. Это лоадер для пастеров у которых нету нормальных решений.
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
3 часа на java лоадер? вы там курите? тебе бе бы за час грок научил на плюмах делать, на java нет никого протекта как вы понять не можете
Java:
Expand Collapse Copy
package javaoop.loader.protect;

import javaoop.loader.utils.ProcessChecker;

import javax.swing.*;

public class AntiDebugger {
    public static void debug() {
        String debug1 = "x64dbg.exe";
        String debug2 = "x32dbg.exe";
        String debug3 = "HTTPDebuggerUI.exe";
        String debug4 = "idea.exe";
        String debug5 = "idaq.exe";
        String debug6 = "windbg.exe";
        String debug7 = "ollydbg.exe";
        String debug8 = "drinject.exe";
        String debug9 = "drinject32.exe";
        String debug10 = "drinject64.exe";
        String debug11 = "ghidra.exe";
        String debug12 = "rr.exe";
        String debug13 = "jdb.exe";
        String debug14 = "dnspy.exe";
        String debug15 = "hxd.exe";
        String debug16 = "x96dbg.exe";
        String debug17 = "procexp.exe";
        String debug18 = "procexp64.exe";
        String debug19 = "procexp64a.exe";
        String debug20 = "Wireshark.exe";
        String debug21 = "dumpcap.exe";
        String debug22 = "NLClientApp.exe";
        String debug23 = "fiddler.exe";
        String debug24 = "charles.exe";
        String debug25 = "vboxservice.exe";
        String debug26 = "df5serv.exe";
        String debug27 = "vboxtray.exe";
        String debug28 = "vmtoolsd.exe";
        String debug29 = "vmwaretray.exe";
        String debug30 = "idea64.exe";
        String debug31 = "pestudio.exe";
        String debug32 = "vmwareuser";
        String debug33 = "vgauthservice.exe";
        String debug34 = "vmacthlp.exe";
        String debug35 = "vmsrvc.exe";
        String debug36 = "vmusrvc.exe";
        String debug37 = "prl_cc.exe";
        String debug38 = "prl_tools.exe";
        String debug39 = "qemu-ga.exe";
        String debug40 = "joeboxcontrol.exe";
        String debug41 = "ksdumperclient.exe";
        String debug42 = "ksdumper.exe";
        String debug43 = "joeboxserver.exe";
        String debug44 = "xenservice.exe";
        String debug45 = "VMwareService.exe";
        String debug46 = "VMwareTray.exe";
        String debug47 = "processhacker.exe";


        if (ProcessChecker.isProcessRunning(debug1)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 1");
        }


        if (ProcessChecker.isProcessRunning(debug2)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 2");
        }

        if (ProcessChecker.isProcessRunning(debug3)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 3");
        }

        if (ProcessChecker.isProcessRunning(debug4)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 4");
        }

        if (ProcessChecker.isProcessRunning(debug5)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 5");
        }

        if (ProcessChecker.isProcessRunning(debug6)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 6");
        }

        if (ProcessChecker.isProcessRunning(debug7)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 7");
        }

        if (ProcessChecker.isProcessRunning(debug8)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 8");
        }

        if (ProcessChecker.isProcessRunning(debug9)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 9");
        }

        if (ProcessChecker.isProcessRunning(debug10)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 10");
        }

        if (ProcessChecker.isProcessRunning(debug11)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 11");
        }

        if (ProcessChecker.isProcessRunning(debug12)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 12");
        }

        if (ProcessChecker.isProcessRunning(debug13)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 13");
        }

        if (ProcessChecker.isProcessRunning(debug14)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 14");
        }

        if (ProcessChecker.isProcessRunning(debug15)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 15");
        }

        if (ProcessChecker.isProcessRunning(debug16)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 16");
        }

        if (ProcessChecker.isProcessRunning(debug17)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 17");
        }

        if (ProcessChecker.isProcessRunning(debug18)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 18");
        }

        if (ProcessChecker.isProcessRunning(debug19)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 19");
        }

        if (ProcessChecker.isProcessRunning(debug20)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 20");
        }

        if (ProcessChecker.isProcessRunning(debug21)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 21");
        }

        if (ProcessChecker.isProcessRunning(debug22)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 22");
        }

        if (ProcessChecker.isProcessRunning(debug23)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 23");
        }

        if (ProcessChecker.isProcessRunning(debug24)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 24");
        }

        if (ProcessChecker.isProcessRunning(debug25)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 25");
        }

        if (ProcessChecker.isProcessRunning(debug26)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 26");
        }

        if (ProcessChecker.isProcessRunning(debug27)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 27");
        }

        if (ProcessChecker.isProcessRunning(debug28)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 28");
        }

        if (ProcessChecker.isProcessRunning(debug29)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 29");
        }

        if (ProcessChecker.isProcessRunning(debug30)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 30");
        }

        if (ProcessChecker.isProcessRunning(debug31)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 31");
        }

        if (ProcessChecker.isProcessRunning(debug32)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 32");
        }

        if (ProcessChecker.isProcessRunning(debug33)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 33");
        }

        if (ProcessChecker.isProcessRunning(debug34)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 34");
        }

        if (ProcessChecker.isProcessRunning(debug35)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 35");
        }

        if (ProcessChecker.isProcessRunning(debug36)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 36");
        }

        if (ProcessChecker.isProcessRunning(debug37)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 37");
        }

        if (ProcessChecker.isProcessRunning(debug38)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 38");
        }

        if (ProcessChecker.isProcessRunning(debug39)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 39");
        }

        if (ProcessChecker.isProcessRunning(debug40)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 40");
        }

        if (ProcessChecker.isProcessRunning(debug41)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 41");
        }

        if (ProcessChecker.isProcessRunning(debug42)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 42");
        }

        if (ProcessChecker.isProcessRunning(debug43)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 43");
        }

        if (ProcessChecker.isProcessRunning(debug44)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 44");
        }

        if (ProcessChecker.isProcessRunning(debug45)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 45");
        }

        if (ProcessChecker.isProcessRunning(debug46)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 46");
        }

        if (ProcessChecker.isProcessRunning(debug47)) {
            JOptionPane.showMessageDialog(
                    null,
                    "You have an detected program on your computer. Restart computer.",
                    "Fatal error",
                    JOptionPane.ERROR_MESSAGE
            );
            System.exit(0);
        } else {
            System.out.println("[ * ] passed 47");
        }
    }
}
что это за ебейший протект ебать говно код
630 строк такое даже аргентоз позволить не может
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
объясните, нахуя нужен лоадер на жаве? защиты 0, смысла тоже 0.
проще тогда уж через лаунчер запускать
защиты 0? может ты ее просто не умеешь делать? крипту делаешь , кастом джаву в лоадер хуяришь и все
 
бля хуета полнейшая я с claude и то за 20 минут лучше написал на плюсах
+ авторизация через сайт
дизайн хуйня но всё же
у меня blackbox с claude opus 4 в визуал коде это просто имба ебейшая
 
защиты 0? может ты ее просто не умеешь делать? крипту делаешь , кастом джаву в лоадер хуяришь и все
А теперь разберем для чего нам собсна лоадер нужен в деф понимании, скачать файлы чита, выполнить авторизацию, и выполнить пиздец хитровыебанный запуск вм-ки. Лоадер на джаве с уже криптой - это мало того что не эффективно (ибо у тебя один хуй для запуска лоадера блять откуда то должна папка вм-ки высраться), так еще и очень весомый кусок защиты считай что отваливается) ибо если ты можешь запустить вмку с криптой сам - ничего тебе не мешает вручную задефайнить классы в обход твоего обоссаного лоадера)
 
А теперь разберем для чего нам собсна лоадер нужен в деф понимании, скачать файлы чита, выполнить авторизацию, и выполнить пиздец хитровыебанный запуск вм-ки. Лоадер на джаве с уже криптой - это мало того что не эффективно (ибо у тебя один хуй для запуска лоадера блять откуда то должна папка вм-ки высраться), так еще и очень весомый кусок защиты считай что отваливается) ибо если ты можешь запустить вмку с криптой сам - ничего тебе не мешает вручную задефайнить классы в обход твоего обоссаного лоадера)
только не джава делать лоадер
 
Назад
Сверху Снизу