Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
YTFort authored Oct 2, 2024
1 parent 976e514 commit cc0fcce
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 2 deletions.
70 changes: 68 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,68 @@
# GLOBALECHO
Send a message to hundreds of Minecraft servers
![Header](/media/logo.png)
<a href="https://github.com/YTFort/MIOXY-BOOSTED/stargazers"><img src="https://badgen.net/github/stars/YTFort/MIOXY-BOOSTED" alt="GitHub stars"/></a>
<a href="https://github.com/YTFort/MIOXY-BOOSTED"><img src="https://badgen.net/github/forks/YTFort/MIOXY-BOOSTED" alt="GitHub forks"/></a>
<a href="https://github.com/YTFort/MIOXY-BOOSTED/releases"><img src="https://badgen.net/github/assets-dl/YTFort/MIOXY-BOOSTED" alt="GitHub download"/></a>

# 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


| <sub>EN</sub> [English](README.md) | <sub>RU</sub> [Русский](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 :)
69 changes: 69 additions & 0 deletions README_RU.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
![Header](/media/logo.png)
<a href="https://github.com/YTFort/MIOXY-BOOSTED/stargazers"><img src="https://badgen.net/github/stars/YTFort/MIOXY-BOOSTED" alt="GitHub stars"/></a>
<a href="https://github.com/YTFort/MIOXY-BOOSTED"><img src="https://badgen.net/github/forks/YTFort/MIOXY-BOOSTED" alt="GitHub forks"/></a>
<a href="https://github.com/YTFort/MIOXY-BOOSTED/releases"><img src="https://badgen.net/github/assets-dl/YTFort/MIOXY-BOOSTED" alt="GitHub download"/></a>

# GLOBALECHO

`GLOBALECHO - Это небольшая программа позволяющая отправлять сообщение на огромное количество серверов майнкрафт путём запуска на них специальных ботов, которые уже в свою очередь отправляют сообщение на сервер.`

## Контакты создателя

- [Discord](https://discord.gg/bjgpVAxgyE)
- [Youtube](https://youtube.com/c/fortcote)
- [Telegram](https://t.me/FortcoteTG)

## Перевод


| <sub>EN</sub> [English](README.md) | <sub>RU</sub> [Русский](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)

# Поддержите меня

### Поставьте ⭐ если вам понравился проект :)
Binary file added media/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc0fcce

Please sign in to comment.