├── datas.txt ├── proxies.txt ├── tx_meomundep.js ├── faucet_meomundep.js ├── meomundep.js ├── configs.json ├── setup.bat ├── README.md └── setup.sh /datas.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /proxies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tx_meomundep.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /faucet_meomundep.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /meomundep.js: -------------------------------------------------------------------------------- 1 | console.log(`Stop updating this game, please choose another scripts!`) 2 | -------------------------------------------------------------------------------- /configs.json: -------------------------------------------------------------------------------- 1 | { 2 | "limit": 100, 3 | "countdown": 300, 4 | "delayEachAccount": [5, 8], 5 | "referralCode": "", 6 | "doTasks": true 7 | } 8 | -------------------------------------------------------------------------------- /setup.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | title Tabizoo Bot by @MeoMunDep 3 | color 0A 4 | 5 | cd .. 6 | if exist node_modules ( 7 | echo Found node_modules in parent directory 8 | cd %~dp0 9 | ) else ( 10 | cd %~dp0 11 | echo node_modules not found in parent directory 12 | ) 13 | 14 | :MENU 15 | cls 16 | echo ================================================================== 17 | echo Tabizoo BOT SETUP AND RUN SCRIPT by @MeoMunDep 18 | echo ================================================================== 19 | echo. 20 | echo Current directory: %CD% 21 | echo Parent node_modules: %~dp0..\node_modules 22 | echo. 23 | echo 1. Install/Update Node.js Dependencies 24 | echo 2. Create/Edit Configuration Files 25 | echo 3. Run the Bot 26 | echo 4. Exit 27 | echo. 28 | set /p choice="Enter your choice (1-4): " 29 | 30 | if "%choice%"=="1" goto INSTALL 31 | if "%choice%"=="2" goto CONFIG 32 | if "%choice%"=="3" goto RUN 33 | if "%choice%"=="4" goto EXIT 34 | 35 | :INSTALL 36 | cls 37 | echo Checking node_modules location... 38 | if exist "..\node_modules" ( 39 | cd .. 40 | echo Installing/Updating dependencies in parent directory... 41 | npm install user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-logger meo-forkcy-proxy 42 | cd %~dp0 43 | ) else ( 44 | echo Installing dependencies in current directory... 45 | npm install user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-logger meo-forkcy-proxy 46 | ) 47 | echo. 48 | echo Dependencies installation completed! 49 | pause 50 | goto MENU 51 | 52 | :CONFIG 53 | cls 54 | echo Creating configuration files... 55 | if not exist datas.txt ( 56 | type nul > datas.txt 57 | echo Created datas.txt 58 | ) 59 | if not exist proxies.txt ( 60 | type nul > proxies.txt 61 | echo Created proxies.txt 62 | ) 63 | 64 | echo. 65 | echo Configuration files have been created/checked. 66 | echo Please edit the files with your data before running the bot. 67 | echo. 68 | pause 69 | goto MENU 70 | 71 | :RUN 72 | cls 73 | echo Starting the bot... 74 | if exist "..\node_modules" ( 75 | echo Using node_modules from parent directory 76 | ) else ( 77 | echo Using node_modules from current directory 78 | ) 79 | node MeoMunDep 80 | pause 81 | goto MENU 82 | 83 | :EXIT 84 | exit 85 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 📞 Contact 2 | 3 | > If you encounter any issues or have questions, feel free to reach out: 4 | 5 | > [Termux guides if you run on mobile](https://github.com/MeoMunDep/Guides-for-using-my-script-on-termux) 6 | 7 | 8 | - Contact: [Link](t.me/MeoMunDep) 9 | - Group: [Link](t.me/KeoAirDropFreeNe) 10 | - Channel: [Link](t.me/KeoAirDropFreeNee) 11 | 12 | Help me with your referral [Link](https://t.me/tabizoobot/tabizoo?startapp=BEDETc) 13 | 14 | ## 🚀 Getting Started 15 | 16 | To get started with the bot, follow these steps: 17 | 18 | 0. **Dowload NodeJS to run the bot** 19 | 20 | Before running the bot, make sure you have the following installed: 21 | 22 | - **Node.js** (Version: `22.11.0`) 23 | - **npm** (Version: `10.9.0`) 24 | 25 | Download Node.js and npm here: [Download Link](https://t.me/KeoAirDropFreeNe/257/1462). 26 | 27 | -> Double click on `setup.bat` for windows or `setup.sh` for linux/mac if you want to run automatically, remember to fill all the necessary data. 28 | 29 | 30 | 31 | 1. **Install Dependencies and Modules:** 32 | 33 | ``` 34 | npm i user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-logger meo-forkcy-proxy 35 | ``` 36 | 37 | 2. **Prepare Configuration Files:** 38 | 39 | > You'll need to set up a few configuration files for the bot to work properly. 40 | 41 | ## 📁 Configuration Files 42 | 43 | ### 1. `configs.json` 📜 - Adjust configuration 44 | 45 | ```json 46 | { 47 | "limit": 100, 48 | "countdown": 300, 49 | "delayEachAccount": [5, 8], 50 | "referralCode": "", 51 | "doTasks": true 52 | } 53 | ``` 54 | 55 | ### 2. `datas.txt` 🗂️ - Get it from [here](https://t.me/KeoAirDropFreeNe/257/6879). 56 | 57 | ```txt 58 | query_id.../user... 59 | query_id.../user... 60 | query_id.../user... 61 | ``` 62 | 63 | ### 3. `wallets.txt` 💼 - Cannot update yet. 64 | 65 | - Wallets generator: [Link](https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop) 66 | 67 | 68 | ```txt - wallet address 69 | abc...xyz 70 | abc...xyz 71 | abc...xyz 72 | ``` 73 | 74 | ### 4. `proxies.txt` 🌐 - Proxy is an option. If you have one, fill it in; otherwise, leave it blank. 75 | 76 | ```txt 77 | http://user:password@host:port 78 | https://user:password@host:port 79 | socks4://user:password@host:port 80 | socks5://user:password@host:port 81 | ``` 82 | 83 | 💡 Usage: 84 | 85 | > You need to `cd` to the file after extract it 86 | > To run the bot, use the following command: `cd tabizoo; node meomundep` 87 | 88 | 🎇Enjoy! 89 | -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | RED='\033[0;31m' 4 | GREEN='\033[0;32m' 5 | YELLOW='\033[1;33m' 6 | NC='\033[0m' 7 | 8 | print_green() { 9 | echo -e "${GREEN}$1${NC}" 10 | } 11 | 12 | print_yellow() { 13 | echo -e "${YELLOW}$1${NC}" 14 | } 15 | 16 | print_red() { 17 | echo -e "${RED}$1${NC}" 18 | } 19 | 20 | chmod +x "$0" 21 | 22 | if [ -d "../node_modules" ]; then 23 | print_green "Found node_modules in parent directory" 24 | MODULES_DIR=".." 25 | else 26 | print_green "Using current directory for node_modules" 27 | MODULES_DIR="." 28 | fi 29 | 30 | create_default_configs() { 31 | cat > configs.json << EOL 32 | { 33 | "limit": 100, 34 | "countdown": 300, 35 | "delayEachAccount": [5, 8], 36 | "referralCode": "", 37 | "doTasks": true 38 | } 39 | EOL 40 | } 41 | 42 | check_configs() { 43 | if ! node -e "const cfg=require('./configs.json');if(typeof cfg.limit !== 'number' || cfg.limit < 1) throw new Error('Invalid config');" 2>/dev/null; then 44 | print_red "Invalid configuration detected. Resetting to default values..." 45 | create_default_configs 46 | print_green "Configuration reset completed." 47 | fi 48 | } 49 | 50 | while true; do 51 | clear 52 | echo "=================================================================="" 53 | echo " Tabizoo BOT SETUP AND RUN SCRIPT by @MeoMunDep" 54 | echo "=================================================================="" 55 | echo 56 | echo "Current directory: $(pwd)" 57 | echo "Node modules directory: $MODULES_DIR/node_modules" 58 | echo 59 | echo "1. Install/Update Node.js Dependencies" 60 | echo "2. Create/Edit Configuration Files" 61 | echo "3. Run the Bot" 62 | echo "4. Exit" 63 | echo 64 | read -p "Enter your choice (1-4): " choice 65 | 66 | case $choice in 67 | 1) 68 | clear 69 | print_yellow "Installing/Updating Node.js dependencies..." 70 | cd "$MODULES_DIR" 71 | npm install user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-logger meo-forkcy-proxy 72 | cd - > /dev/null 73 | print_green "Dependencies installation completed!" 74 | read -p "Press Enter to continue..." 75 | ;; 76 | 2) 77 | clear 78 | print_yellow "Setting up configuration files..." 79 | 80 | if [ ! -f configs.json ]; then 81 | create_default_configs 82 | print_green "Created configs.json with default values" 83 | fi 84 | 85 | check_configs 86 | 87 | for file in datas.txt proxies.txt; do 88 | if [ ! -f "$file" ]; then 89 | touch "$file" 90 | print_green "Created $file" 91 | fi 92 | done 93 | 94 | print_green "\nConfiguration files have been created/checked." 95 | print_yellow "Please edit the files with your data before running the bot." 96 | read -p "Press Enter to continue..." 97 | ;; 98 | 3) 99 | clear 100 | print_yellow "Checking configuration before starting..." 101 | if ! check_configs; then 102 | print_red "Error: Invalid configuration detected. Please run option 2 to fix configuration." 103 | read -p "Press Enter to continue..." 104 | continue 105 | fi 106 | 107 | print_green "Starting the bot..." 108 | if [ -d "../node_modules" ]; then 109 | print_green "Using node_modules from parent directory" 110 | else 111 | print_green "Using node_modules from current directory" 112 | fi 113 | node bot 114 | read -p "Press Enter to continue..." 115 | ;; 116 | 4) 117 | print_green "Exiting..." 118 | exit 0 119 | ;; 120 | *) 121 | print_red "Invalid option. Please try again." 122 | read -p "Press Enter to continue..." 123 | ;; 124 | esac 125 | done 126 | --------------------------------------------------------------------------------