├── Seed ├── datas.txt ├── proxies.txt ├── meomundep.js ├── configs.json ├── answers.txt ├── setup.bat └── setup.sh └── README.md /Seed/datas.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Seed/proxies.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Seed/meomundep.js: -------------------------------------------------------------------------------- 1 | console.log(`THIS GAME IS ENDED, PLEASE CHOOSE ANOTHER SCRIPTS!`) 2 | -------------------------------------------------------------------------------- /Seed/configs.json: -------------------------------------------------------------------------------- 1 | { 2 | "spin": false, 3 | "countdown": 300, 4 | "country_time": "en-US", 5 | "limit": 100, 6 | "delayEachAccount": [5, 8], 7 | "doTasks": true 8 | } 9 | -------------------------------------------------------------------------------- /Seed/answers.txt: -------------------------------------------------------------------------------- 1 | POSINEGATIVE 2 | WAVEMAKER 3 | Seedtoken 4 | 200KBTC 5 | SEEDNOMICS 6 | MARKETMAKER 7 | Blockchain 8 | Birdie 9 | GETGEMS 10 | Breseed 11 | Bullrun 12 | OKXEED 13 | TRANSACTION 14 | BTCTOTHEMOON 15 | ton 16 | Airdrop 17 | tokens 18 | wallet 19 | Cryptocurrency 20 | blockchain 21 | -------------------------------------------------------------------------------- /Seed/setup.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | title Seed 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 Seed 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 colors p-limit https-proxy-agent socks-proxy-agent crypto-js ws uuid xlsx readline-sync 42 | cd %~dp0 43 | ) else ( 44 | echo Installing dependencies in current directory... 45 | npm install user-agents axios colors p-limit https-proxy-agent socks-proxy-agent crypto-js ws uuid xlsx readline-sync 46 | ) 47 | echo. 48 | echo Dependencies installation completed! 49 | pause 50 | goto MENU 51 | 52 | :CONFIG 53 | cls 54 | echo Creating configuration files... 55 | 56 | if not exist datas.txt ( 57 | type nul > datas.txt 58 | echo Created datas.txt 59 | ) 60 | if not exist wallets.txt ( 61 | type nul > wallets.txt 62 | echo Created wallets.txt 63 | ) 64 | if not exist proxies.txt ( 65 | type nul > proxies.txt 66 | echo Created proxies.txt 67 | ) 68 | 69 | echo. 70 | echo Configuration files have been created/checked. 71 | echo Please edit the files with your data before running the bot. 72 | echo. 73 | pause 74 | goto MENU 75 | 76 | :RUN 77 | cls 78 | echo Starting the bot... 79 | if exist "..\node_modules" ( 80 | echo Using node_modules from parent directory 81 | ) else ( 82 | echo Using node_modules from current directory 83 | ) 84 | node MeoMunDep 85 | pause 86 | goto MENU 87 | 88 | :EXIT 89 | exit -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 📞 Contact 2 | 3 | > [Termux guides if you run on mobile](https://github.com/MeoMunDep/Guides-for-using-my-script-on-termux) 4 | 5 | 6 | > If you encounter any issues or have questions, feel free to reach out: 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/seed_coin_bot?startapp=6713068747) 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 | > Remember to download Nodejs version: **22.11.0** and NPM version: **10.9.0** 30 | 31 | 1. **Install Dependencies and Modules:** 32 | 33 | ``` 34 | npm i user-agents axios colors p-limit https-proxy-agent socks-proxy-agent crypto-js ws uuid xlsx 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 | "spin": false, 48 | "countdown": 300, 49 | "country_time": "en-US", 50 | "limit": 100, 51 | "delayEachAccount": [5, 8], 52 | "doTasks": true 53 | } 54 | ``` 55 | 56 | ### 2. `datas.txt` 🗂️ - Get it from here >>> [Link](https://t.me/KeoAirDropFreeNe/257/6879) 57 | 58 | ```txt 59 | query_id.../user... 60 | query_id.../user... 61 | query_id.../user... 62 | ``` 63 | 64 | ### 3. `wallets.txt` 💼 - Cannot update yet. 65 | 66 | - Wallets generator: [Link](https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop) 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 | ### 5. `anwsers.txt` 🌐 - Fill with all answers for Youtube tasks. 84 | 85 | ```txt 86 | abc...xyz 87 | abc...xyz 88 | abc...xyz 89 | ``` 90 | 91 | 💡 Usage: 92 | 93 | > You need to `cd` to the file after extract it. 94 | > To run the bot, use the following command: `node bot` 95 | 96 | 🎇Enjoy! 97 | -------------------------------------------------------------------------------- /Seed/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 | "spin": false, 34 | "countdown": 300, 35 | "country_time": "en-US", 36 | "limit": 100, 37 | "delayEachAccount": [5, 8], 38 | "doTasks": true 39 | } 40 | EOL 41 | } 42 | 43 | check_configs() { 44 | if ! node -e "const cfg=require('./configs.json');if(typeof cfg.howManyAccountsRunInOneTime !== 'number' || cfg.howManyAccountsRunInOneTime < 1) throw new Error('Invalid config');" 2>/dev/null; then 45 | print_red "Invalid configuration detected. Resetting to default values..." 46 | create_default_configs 47 | print_green "Configuration reset completed." 48 | fi 49 | } 50 | 51 | while true; do 52 | clear 53 | echo "============================================================================" 54 | echo " Seed BOT SETUP AND RUN SCRIPT by @MeoMunDep" 55 | echo "============================================================================" 56 | echo 57 | echo "Current directory: $(pwd)" 58 | echo "Node modules directory: $MODULES_DIR/node_modules" 59 | echo 60 | echo "1. Install/Update Node.js Dependencies" 61 | echo "2. Create/Edit Configuration Files" 62 | echo "3. Run the Bot" 63 | echo "4. Exit" 64 | echo 65 | read -p "Enter your choice (1-4): " choice 66 | 67 | case $choice in 68 | 1) 69 | clear 70 | print_yellow "Installing/Updating Node.js dependencies..." 71 | cd "$MODULES_DIR" 72 | npm install user-agents axios colors p-limit https-proxy-agent socks-proxy-agent crypto-js ws uuid xlsx readline-sync 73 | cd - > /dev/null 74 | print_green "Dependencies installation completed!" 75 | read -p "Press Enter to continue..." 76 | ;; 77 | 2) 78 | clear 79 | print_yellow "Setting up configuration files..." 80 | 81 | if [ ! -f configs.json ]; then 82 | create_default_configs 83 | print_green "Created configs.json with default values" 84 | fi 85 | 86 | check_configs 87 | 88 | for file in datas.txt wallets.txt proxies.txt; do 89 | if [ ! -f "$file" ]; then 90 | touch "$file" 91 | print_green "Created $file" 92 | fi 93 | done 94 | 95 | print_green "\nConfiguration files have been created/checked." 96 | print_yellow "Please edit the files with your data before running the bot." 97 | read -p "Press Enter to continue..." 98 | ;; 99 | 3) 100 | clear 101 | print_yellow "Checking configuration before starting..." 102 | if ! check_configs; then 103 | print_red "Error: Invalid configuration detected. Please run option 2 to fix configuration." 104 | read -p "Press Enter to continue..." 105 | continue 106 | fi 107 | 108 | print_green "Starting the bot..." 109 | if [ -d "../node_modules" ]; then 110 | print_green "Using node_modules from parent directory" 111 | else 112 | print_green "Using node_modules from current directory" 113 | fi 114 | node meomundep 115 | read -p "Press Enter to continue..." 116 | ;; 117 | 4) 118 | print_green "Exiting..." 119 | exit 0 120 | ;; 121 | *) 122 | print_red "Invalid option. Please try again." 123 | read -p "Press Enter to continue..." 124 | ;; 125 | esac 126 | done --------------------------------------------------------------------------------