diff --git a/README.md b/README.md index b5b73cf..843160a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,68 @@ -# GLOBALECHO -Send a message to hundreds of Minecraft servers +![Header](/media/logo.png) +GitHub stars +GitHub forks +GitHub download + +# GLOBALECHO + +`GLOBALECHO - This is a small program that allows you to send a message to a huge number of minecraft servers by launching special bots on them, which in turn send a message to the server.` + +## Creator's Contacts + +- [Discord](https://discord.gg/bjgpVAxgyE) +- [Youtube](https://youtube.com/c/fortcote) +- [Telegram](https://t.me/FortcoteTG) + +## Translation + + +| EN [English](README.md) | RU [Русский](README_RU.md) | +| ---------------------------------- | -------------------------------------------- | + +## Disclaimer + +> This program is made for educational purposes only! + +## OS support + +* Windows ✅ +* Linux ✅ +* Mac ✅ + +## Functions + +* Support for minecraft servers 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19 and 1.20 +* Config with settings + +# Installation + +* Install [Node.js](https://nodejs.dev) and [Python](https://www.python.org/) +* Download the program from [Release](https://github.com/YTFort/MIOXY-BOOSTED/releases) or `git clone https://github.com/YTFort/MIOXY-BOOSTED.git` +* `cd GLOBALECHO` +* `pip install -r requirements.txt` +* `npm install` +* Edit config.ini +* Start `main.py` + +# Using + +* What to do in config.ini + +```ini +[server] +serverlist = list.txt # - The path to the file from the ip servers +maxtheards = 20 # - The maximum number of threads (preferably 20 - 40) +[text] +message = Hello World! # - Your message is here +``` + +* Add the ip of the servers to `list.txt ` (Example: localhost:25565, 127.0.0.1) (Bots will not log into a bot-protected server) +* Start `main.py` and wait until the window closes itself + +# Screenshots + +![Main](/media/main.png) + +# Support me + +### Like ⭐ if you liked the project :) diff --git a/README_RU.md b/README_RU.md new file mode 100644 index 0000000..8a9b207 --- /dev/null +++ b/README_RU.md @@ -0,0 +1,69 @@ +![Header](/media/logo.png) +GitHub stars +GitHub forks +GitHub download + +# GLOBALECHO + +`GLOBALECHO - Это небольшая программа позволяющая отправлять сообщение на огромное количество серверов майнкрафт путём запуска на них специальных ботов, которые уже в свою очередь отправляют сообщение на сервер.` + +## Контакты создателя + +- [Discord](https://discord.gg/bjgpVAxgyE) +- [Youtube](https://youtube.com/c/fortcote) +- [Telegram](https://t.me/FortcoteTG) + +## Перевод + + +| EN [English](README.md) | RU [Русский](README_RU.md) | +| ---------------------------------- | -------------------------------------------- | + +## Дисклеймер + +> Данная программа сделана только в образовательных целях! + +## Поддержка ОС + +* Windows ✅ +* Linux ✅ +* Mac ✅ + +## Функции + +* Поддержка майнкрафт серверов 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19 и 1.20 +* Конфиг с настройками + +# Установка + +* Установите [Node.js](https://nodejs.dev) и [Python](https://www.python.org/) +* Скачайте программу из [Release](https://github.com/YTFort/MIOXY-BOOSTED/releases) или `git clone https://github.com/YTFort/MIOXY-BOOSTED.git` +* `cd GLOBALECHO` +* `pip install -r requirements.txt` +* `npm install` +* Отредактируйте config.ini +* Запустите `main.py` + +# Использование + +* Что делать в config.ini + +```ini +[server] +serverlist = list.txt # - Путь к файлу с ip серверов +maxtheards = 20 # - Максимальное количество потоков (желательно 20 - 40) +[text] +message = Привет мир! # - Ваше сообщение здесь +``` + +* Добавьте ip серверов в `list.txt` (Пример: localhostL25565, 127.0.0.1) (Боты не будут заходить на сервер с защитой от ботов) + +* Запускаем `main.py` и ждём пока окно само не закроется + +# Скриншоты + +![Main](/media/main.png) + +# Поддержите меня + +### Поставьте ⭐ если вам понравился проект :) diff --git a/media/logo.png b/media/logo.png new file mode 100644 index 0000000..2c92dad Binary files /dev/null and b/media/logo.png differ diff --git a/media/main.png b/media/main.png new file mode 100644 index 0000000..3d68a61 Binary files /dev/null and b/media/main.png differ