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.
βοΈ Standard Installation
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/stobix.git
cd stobixNavigate to the bot folder and run:
Windows
pip install -r requirements.txtmacOS/Linux
pip3 install -r requirements.txtπ³ Docker Installation
Windows/macOS
- Download and install Docker Desktop
Linux
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER
newgrp dockerCreate a file named Dockerfile with the following content:
FROM python:3.10.11-alpine3.18
RUN apk add --no-cache build-base libffi-dev openssl-dev
WORKDIR /app
COPY requirements.txt .
RUN pip3 install --upgrade pip setuptools wheel
RUN pip3 install --no-warn-script-location --no-cache-dir -r requirements.txt
COPY . .
CMD ["python", "meomundep.py"]Create a file named docker-compose.yml with the following content:
version: '3.8'
services:
stobix:
container_name: 'stobix'
build:
context: .
stop_signal: SIGINT
restart: unless-stopped
command: 'python meomundep.py -a 1 -m y'
volumes:
- .:/app
working_dir: /app
tty: trueπ Required Files
Ensure you have the following files in your folder:
meomundep.py- Main bot scriptconfigs.json- Configuration fileprivateKeys.txt- Bot dataproxies.txt- List of proxies (optional)requirements.txt- List of required packages
π¦ requirements.txt Content
aiohttp
aiohttp_proxy
beautifulsoup4
base58
cloudscraper
colorama
Cryptodome
nacl
solana
web3βοΈ Configurations (configs.json)
Edit the configs.json file to customize the bot's behavior:
{
"delayEachAccount": [5, 8],
"timeToRestartAllAccounts": 300,
"howManyAccountsRunInOneTime": 10,
"doTasks": true,
}π Configuration Parameters Table
| Field | Type | Description | Example Value |
|---|---|---|---|
delayEachAccount |
Array [min, max] | Random delay range (in seconds) between processing accounts | [5, 8] |
timeToRestartAllAccounts |
Integer | Time (in seconds) to wait before restarting all accounts | 300 |
howManyAccountsRunInOneTime |
Integer | Number of accounts to run simultaneously | 10 |
doTasks |
Boolean | Enable automatic task execution | true |
Standard Method
python meomundep.pyOr double-click the provided run.bat file.
python3 meomundep.pyOr make the script executable and run:
chmod +x run.sh && ./run.shFor obfuscated versions:
chmod +x meomundep
./meomundepDocker Method
docker build -t meomundep .
docker run -it --rm -v ${PWD}/data:/app/data --name stobix-container stobix-imagedocker-compose up --buildWindows
Set-ExecutionPolicy -Scope Process -ExecutionPolicy BypassLinux/macOS
chmod 600 configs.json privateKeys.txt proxies.txt meomundep.pyπ Private Keys and Proxies
- Generate wallets here
- This file contains user data in the following format:
0x...
0x...
0x...- If you are using proxies, add them to
proxies.txt. Leave the file blank if not using proxies. Supported formats: π₯ Free proxy from Webshare
http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:password@host:port
https://user:password@host:port
socks4://user:password@host:port
socks5://user:password@host:portNote: each row for each account
Bot crashes on startup
- Ensure all required packages 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 is correct
- Check if your IP or proxy is blocked
Recommendations
-
Data Protection:
- Keep your
privateKeys.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 stobix
- 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.
- Support me via Referral Link
- Support me via Donate Here
- Contact for work: Telegram
- Join the support group: Join here
- Updates Channel: View channel
- YouTube Channel: Watch here
- Instagram: Follow me
- Tiktok: Follow me
β¨ Thank you for using the bot, hope you earn from my scripts! Good luck! π