Skip to content

MeoMunDep/Cell-Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

📞 Contact

If you encounter any issues or have questions, feel free to reach out:

  • Contact: t.me/MeoMunDep
  • Group: t.me/KeoAirDropFreeNe
  • Channel: t.me/KeoAirDropFreeNee

Help me with your referral Link

📱 For Mobile Users (Termux): View the guide here

🚀 Getting Started

To get started with the bot, follow these steps:

  1. Dowload NodeJS to run the bot
  • Node.js (Version: 22.11.0)
  • npm (Version: 10.9.0)

-> Link

  1. Install Dependencies and Modules:

    npm i user-agents cloudscraper axios colors https-proxy-agent
    
  2. Prepare Configuration Files:

    You'll need to set up a few configuration files for the bot to work properly.

📁 Configuration Files

1. configs.json 📜

   This is all combo from games:

   [
      'carbon',
      'cell',
      'hydrogen',
      'light',
      'nitrogen',
      'oxygen',
      'phosphorus',
      'sulfur',
   ];

{
  "combo": ["nitrogen", "oxygen", "phosphorus", "sulfur"] ,
  "upgradeClick": 1,
  "upgradeBonus": 1,
  "upgradeEnergy": 1,
  "upgradeMiningSpeed": 1,
  "upgradeStorages": 1, // how many upgrades you want to
  "isDoTasks": true,
  "dailyCombo": true, // do you want to do daily combo
  "autoSolvingCombo": false, //do you want to automatically solve the combo
  "limit": 5, //number of accounts run 1 a row
  "countdown": 300, //time to restarts all the accounts - count by seconds
  "country_time": "vi-VN", //timestamp base on the country
  "upgrades": true
}

2. datas.txt 🗂️ - Get it from here

query_id.../user...
query_id.../user...
query_id.../user...

3. wallets.txt 💼

  • Wallets generator: Link
abc...xyz
abc...xyz
abc...xyz

4. proxies.txt 🌐

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:port

💡 Usage:

  1. Navigate to the folder containing the bot files:

    cd /path/to/bot-folder
  2. Run the bot using the following command:

    node meomundep

🎇Enjoy!