https://github.com/meomundep/cell-wallet
Auto do tasks, farm, upgrade boost, solve combo, checkin, tap.
https://github.com/meomundep/cell-wallet
airdrop airdrop-claim-bot airdrop-farm airdrop-free airdrops-bot airdrops-tools humanity meomundep real rwa telegram
Last synced: 5 months ago
JSON representation
Auto do tasks, farm, upgrade boost, solve combo, checkin, tap.
- Host: GitHub
- URL: https://github.com/meomundep/cell-wallet
- Owner: MeoMunDep
- Created: 2024-10-17T07:56:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-27T20:03:55.000Z (6 months ago)
- Last Synced: 2025-12-29T20:10:41.254Z (6 months ago)
- Topics: airdrop, airdrop-claim-bot, airdrop-farm, airdrop-free, airdrops-bot, airdrops-tools, humanity, meomundep, real, rwa, telegram
- Language: Shell
- Homepage: https://t.me/keoairdropfreene
- Size: 1.04 MB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DISCLAIMER: THIS PAGE WAS MADE AS A PERSONAL EDUCATIONAL PROJECT. This is NOT the official site of the company or brand identified on the page. The creator of this page is NOT affiliated with the company or brand in any way. This page is a personal project made in connection with an educational exercise.
---
๐ Contact
If you encounter any issues or have questions, feel free to reach out:
- Contact: https://t.me/MeoMunDep
- Group: https://t.me/KeoAirDropFreeNe
- Channel: https://t.me/KeoAirDropFreeNee
Help me with your referral [Link](https://t.me/celLcoin_bot/app?startapp=6713068747)
๐ฑ **For Mobile Users (Termux):** [View the guide here](https://github.com/MeoMunDep/Guides-for-using-my-script-on-termux)
## ๐ Getting Started
To get started with the bot, follow these steps:
0. **Dowload NodeJS to run the bot**
- **Node.js** (Version: `22.11.0`)
- **npm** (Version: `10.9.0`)
-> [Link](https://t.me/KeoAirDropFreeNe/257/1462)
1. **Install Dependencies and Modules:**
```
npm i user-agents cloudscraper axios cmeo-forkcy-colors meo-forkcy-proxy meo-forkcy-logger meo-forkcy-utils
```
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` ๐
```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
"upgrades": true
}
```
### 2. `datas.txt` ๐๏ธ - [Get it from here](https://t.me/KeoAirDropFreeNee/1586)
```txt
query_id.../user...
query_id.../user...
query_id.../user...
```
### 3. `wallets.txt` ๐ผ
- Wallets generator: [Link](https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop)
```txt - wallet address
abc...xyz
abc...xyz
abc...xyz
```
### 4. `proxies.txt` ๐
- [Get it from here](https://www.webshare.io/?referral_code=4l5kb3glsce7)
```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:
```bash
cd /path/to/cell-wallet
```
2. Run the bot using the following command:
```bash
node meomundep
```
โ ๏ธ **Disclaimer**
This project was created solely as a **personal educational exercise**.
It is **not an official product**, website, or service of any company or brand referenced in this repository.
The creator is **not affiliated, associated, endorsed by, or connected** with any such company or brand in any way.
The code is provided **"as is"** without any warranties or guarantees.
Certain parts of the source are intentionally **obfuscated** to protect personal research, custom logic, and implementation techniques developed during learning and experimentation.
Use this project responsibly and at your own risk.
**Redistribution, resale, or commercial use** of any part of this codeโwhether original or modifiedโis **not permitted**.