An open API service indexing awesome lists of open source software.

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.

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**.