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.
EN English | RU Русский |
---|
This program is made for educational purposes only!
- Windows ✅
- Linux ✅
- Mac ✅
- 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
- Install Node.js and Python
- Download the program from Release or
git clone https://github.com/YTFort/GLOBALECHO.git
cd GLOBALECHO
pip install -r requirements.txt
npm install
- Edit config.ini
- Start
main.py
- What to do in config.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