This comprehensive guide will help you set up and run the MeoMunDep Bot on Windows, macOS, or Linux. The bot automates certain game tasks efficiently and securely.
- Prerequisites
- Installation Methods
- Configuration
- Running the Bot
- Using Proxies
- Troubleshooting
- Security Recommendations
- Contact and Support
Before setting up the bot, ensure you have the following installed:
- Python 3.11.9 - Required to run the script
- Git (optional) - For cloning the repository
- Docker (optional) - For containerized deployment
You can choose between standard installation or Docker-based deployment.
Windows
- Download Python from python.org
- During installation, check "Add Python to PATH"
- Verify installation by opening Command Prompt and typing:
python --version
macOS
- Install Homebrew first:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - Install Python using Homebrew:
brew install python
- Verify installation:
python3 --version
Linux
- For Ubuntu/Debian:
sudo apt update sudo apt install python3 python3-pip -y
- For CentOS/RHEL:
sudo yum install python3 python3-pip -y
- Verify installation:
python3 --version
Windows
- Download from git-scm.com
- Use default settings during installation
macOS
brew install gitLinux (Debian/Ubuntu)
sudo apt install git -ygit clone https://github.com/MeoMunDep/Bless.git
cd bless/Bless/distNavigate to the bot folder and run:
Windows
pip install -r requirements.txt
macOS/Linux
pip3 install -r requirements.txtWindows/macOS
- Download and install Docker Desktop
Linux
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER
newgrp dockerEnsure you have the following files in your folder:
meomundep.py- Main bot scriptconfigs.json- Configuration filedatas.txt- Bot dataproxies.txt- List of proxies (optional)requirements.txt- List of required pacBlesses
aiohttp
aiohttp_proxy
cloudscraper
colorama
Cryptodome
Edit the configs.json file to customize the bot's behavior:
{
"timeZone": "en-US",
"timeToRestartAllAccounts": 300,
"howManyAccountsRunInOneTime": 1000,
"delayEachAccount": [1, 1],
"skipInvalidProxy": false,
"referralCodes": ["BE3JR9"]
}Configuration Parameters:
timeZone: Time zone setting (e.g., "en-US")howManyAccountsRunInOneTime: Number of accounts to run simultaneouslydelayEachAccount: Random delay range between processing accounts [min, max] in secondstimeToRestartAllAccounts: Time to wait before restarting all accounts (in seconds)skipInvalidProxy: Whether to skip accounts with invalid proxiesreferralCodes: Add your referral code (optional)
Windows
python meomundep.py
Or double-click the provided run.bat file.
macOS/Linux
python3 meomundep.pyOr make the script executable and run:
chmod +x run.sh && ./run.shif you want to update the bot:
git pullBuild and Run with Docker
# Build image
docker build -t meomundep-bot .
# Run container
docker run -it --rm \
-v $(pwd)/data:/app/data \
--name meomundep-container \
meomundep-botUsing Docker Compose
docker-compose up --buildSet-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
chmod 600 configs.json datas.txt proxies.txt meomundep.pyey...
ey...
ey...- pubKeys.txt
12...
12...
12...The bot supports various proxy formats:
- HTTP/HTTPS:
http://username:password@host:portorhttp://host:port - SOCKS4/SOCKS5:
socks4://username:password@host:portorsocks5://host:port
Add proxies to proxies.txt, one proxy per line. Example formats:
http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:pass@host:port
https://user:pass@host:port
socks4://user:pass@host:port
socks5://user:pass@host:portLeave the file empty if you don't want to use proxies.
Bot crashes on startup
- Ensure all required pacBlesses are installed
- Check your Python version (Python 3.11.9 required)
- Verify configuration file format
Connection errors
- Check your internet connection
- Verify proxy settings if using proxies
- Check if the required endpoints are accessible
Authentication failures
- Ensure your bot data in
datas.txtandpubKeysis correct - Check if your IP or proxy is blocked
-
Data Protection:
- Keep your
datas.txtand configuration files secure - Use file permissions to restrict access
- Keep your
-
Docker Security:
- Run Docker containers as non-root user:
docker run -u 1000:1000 meomundep-bot
- Keep your Docker installation up-to-date
- Run Docker containers as non-root user:
-
Proxy Usage:
- Use secure proxies from trusted providers
- Rotate proxies periodically to avoid IP bans
The executable file is obfuscated to protect the source code. This is normal and doesn't indicate malicious behavior.
- Help me with your referral Referral Link
- Buy me a proxie account Here or Here
If you encounter any issues or have questions, feel free to reach out:
- Contact: Contact Me
- Group: Join the Group
- Channel: Visit the Channel
Your support is greatly appreciated! π±
Note: This bot is for educational purposes only. So do not sell or steal it.