Giter Club home page Giter Club logo

botnet's Introduction

Ботнет Telegram аккаунтов

Для Windows

Установка

Для установки скачиваем с оффициального сайта Python самой новой версии (текущая 3.9.6)

Теперь запускаем установщик, и обьязательно ставим галочку на пункт

  • ADD PYTHON 3.9 to PATH И ожидаем... Теперь скачиваем ЮзерБота По этой Ссылке Разархивируем файлы, и запускаем файл windows.bat

Запуск

Открываем файл windows.bat


Для Termux (Android)

Установка

apt-get update -y ; apt-get install python -y ; apt-get install git -y ; curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py ; python3 get-pip.py ; rm get-pip.py ; git clone https://github.com/X1111X/bnt ; cd bnt ; termux-wake-lock ; pip3 install -r requirements.txt ; python3 bot.py

При запуске

cd bnt && termux-wake-lock && python bot.py

Для Linux [Debian/Kali]

Установка

Открываем терминал, и устанавливаем Python и также Git

apt install python3 git

Теперь мы клонируем репозиторий коммандой

git clone https://github.com/X1111X/bnt.git

Переходим в директерию с юзерботом

cd bnt

Устанавливаем зависимости

pip3 install -r requirements.txt

И запускаем файл через Python

python3 bot.py

Готово)

Запуск

Запускаем терминал и пишем такие комманды

cd bnt && python3 bot.py

botnet's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.