Welcome to the Termux Bot Setup Guide! This guide will help you install and run the bot on your mobile device using Termux. Please follow each step carefully.
โ ๏ธ Disclaimer:
- This bot is intended for educational and personal use only.
- The developer is not responsible for any misuse or consequences of running this bot.
- Using automation tools may violate the terms of service of some platformsโuse it at your own risk.
- ๐ Prerequisites
- ๐ฅ Installing the Bot
- โ๏ธ Configuring the Bot
โถ๏ธ Running the Bot- ๐ Updating the Bot
- ๐ Contact & Support
Before installing the bot, ensure you have the following installed on Termux:
โ
Termux App: Download Here
โ
Node.js (v22.11.0)
โ
npm (v10.9.0)
Open Termux and run the following commands to update and install dependencies:
pkg update && pkg upgrade -y
termux-setup-storage
pkg install nodejs-lts git -y
Verify installation:
node -v
npm -v
1๏ธโฃ Clone the bot repository:
git clone <repository-url>
cd bot-folder
2๏ธโฃ Install dependencies:
npm install --force -g user-agents axios meo-forkcy-colors https-proxy-agent socks-proxy-agent crypto-js ws web3 ethers
1๏ธโฃ Download the bot files manually and extract them into a folder.
2๏ธโฃ Navigate to the folder and install dependencies:
cd /path/to/bot-folder
npm install --force
Before running the bot, make sure you have the necessary configuration files set up.
Modify this file to adjust bot settings:
{}
abc...xyz
abc...xyz
abc...xyz
0xabc...xyz
0x123...def
0x789...ghi
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:port
node meomundep.js
If you encounter permission issues:
chmod +x meomundep.js
To prevent the bot from stopping when you close Termux:
โ
Using nohup
(Logs saved to output.log
)
nohup node meomundep.js > output.log 2>&1 &
โ
Using tmux
(If installed)
tmux new-session -d -s bot_session 'node meomundep.js'
โ Check running processes:
ps aux | grep node
โ Stop the bot manually:
killall node
cd bot-folder
git pull
npm install
Download the updated version and replace your old files.
๐ Contact for work or order scripts ๐ธ Support me via Donate โก Boost-Channel
๐ Script Group | Chat Group | TikTok | Instagram | YouTube Channel
Use this script at your own risk and do not sell or try to modify it.
๐ Enjoy using the bot on Termux! ๐