https://github.com/meomundep/monad-score
Auto referrals, connect wallet, run node, do tasks, checkin.
https://github.com/meomundep/monad-score
airdrop airdrop-application airdrop-claim-bot airdrop-farm airdrop-free airdrop-huner-download blackcaysyndicate freeairdropne meomundep monad monad-score monads node score validator web3
Last synced: 3 months ago
JSON representation
Auto referrals, connect wallet, run node, do tasks, checkin.
- Host: GitHub
- URL: https://github.com/meomundep/monad-score
- Owner: MeoMunDep
- Created: 2025-04-01T05:07:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-06-17T10:45:45.000Z (4 months ago)
- Last Synced: 2025-06-17T11:44:32.247Z (4 months ago)
- Topics: airdrop, airdrop-application, airdrop-claim-bot, airdrop-farm, airdrop-free, airdrop-huner-download, blackcaysyndicate, freeairdropne, meomundep, monad, monad-score, monads, node, score, validator, web3
- Language: Shell
- Homepage: https://t.me/keoairdropfreene
- Size: 442 KB
- Stars: 57
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Bot Setup Instructions
Welcome to the bot setup guide! Follow the steps below to install and configure the bot correctly. This guide is designed to be beginner-friendly, with clear explanations for each step.
> [Termux guides if you run on mobile](https://github.com/MeoMunDep/Guides-for-using-my-script-on-termux)
---
## Table of Contents
1. [Prerequisites](#prerequisites)
2. [Installation Steps](#installation-steps)
3. [Configuration Files](#configuration-files)
- [`configs.json`](#1-configsjson)
- [`privateKeys.txt`](#2-privateKeystxt)
- [`proxies.txt`](#4-proxiestxt)
4. [Running the Bot](#running-the-bot)
5. [Contact and Support](#contact-and-support)---
## Prerequisites
Before running the bot, make sure you have the following installed:
- **Node.js** (Version: `22.11.0`)
- **npm** (Version: `10.9.0`)Download Node.js and npm here: [Download Link](https://t.me/KeoAirDropFreeNe/257/1462).
-> On Windows, double click on `run.bat`. For Linux/macOS, use `run.sh` to automatically run the bot. Remember to fill in all the necessary details before running.
---
## Installation Steps
### 1. **Clone the Bot Repository (GitHub)**
You can clone the bot repository using Git. If you don't have Git installed, [install Git here](https://git-scm.com/).
- Open your terminal (Command Prompt on Windows, Terminal on Linux/macOS) and navigate to the folder where you want to store the bot files.
- Run the following command to clone the repository:
```bash
git clone https://github.com/MeoMunDep/monad-score.git
```- After cloning, navigate into the bot's directory:
```bash
cd monad-score
```### 2. **Install Dependencies:**
- Once inside the bot directory, install the necessary dependencies by running the following command:
```bash
npm install --force user-agents axios meo-forkcy-colors https-proxy-agent socks-proxy-agent ethers
```- If you're on **Windows** and encounter an Execution Policy error, run:
```bash
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
```Then, run the npm install command again.
- For **Linux/macOS**, if you face permission issues with the install command, prepend `sudo` to the command:
```bash
sudo npm install --force user-agents axios meo-forkcy-colors https-proxy-agent socks-proxy-agent ethers
```### 3. **Prepare Configuration Files:**
- Ensure all configuration files are set up correctly before running the bot (see [Configuration Files](#configuration-files) section).
---
## Configuration Files
### 1. `configs.json` - 📜 Adjust Bot Settings
This file controls the bot’s behavior. Below is an example configuration:
```json
{
"skipInvalidProxy": true,
"delayEachAccount": [5, 8],
"timeToRestartAllAccounts": 300,
"howManyAccountsRunInOneTime": 100,
"doTasks": true,
"referralCodes": ["DAuzQaAF", "lZWOT50M", "xvtQz8EA", "b3xk8tci"]
}
```- **Fields Explained:**
- `skipInvalidProxy`: Skip invalid proxies if `true`.
- `delayEachAccount`: Random delay range (in seconds) between accounts.
- `timeToRestartAllAccounts`: Time (in seconds) to restart all accounts.
- `howManyAccountsRunInOneTime`: Number of accounts to run simultaneously.
- `doTasks`: Enable task completion.
- `doReferrals`: Enable referrals feature.
- `referralCodes`: Add your referral code (optional). Do not change it if you want to support me ^^.### 2. `privateKeys.txt` - 🗂️ User's Wallet Data
- Wallets generator: [Link](https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop)
- EVM privatekey.```txt
privatekey
privatekey
privatekey
```_Note: Each row for each account._
### 3. `proxies.txt` - 🌐 Proxy List (Optional)
If you are using proxies, add them here. Leave the file blank if you are not using proxies. Supported formats:
- [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:password@host:port
https://user:password@host:port
socks4://user:password@host:port
socks5://user:password@host:port
```_Note: each row for each account._
---
## Running the Bot
1. Navigate to the folder containing the bot files:
```bash
cd /path/to/monad-score
```2. Run the bot using the following command:
```bash
node meomundep.js
```---
## Contact and Support
- **Help me with your referral** [Referral Link](https://monadscore.xyz/signup/r/DAuzQaAF)
- **Support me via Donate** [Here](https://t.me/KeoAirDropFreeNe/312/27801)
- **Contact for work:** [Telegram](https://t.me/MeoMunDep)
- **Join the support group:** [Join here](https://t.me/KeoAirDropFreeNe)
- **Updates Channel:** [View channel](https://t.me/KeoAirDropFreeNee)
- **YouTube Channel:** [Watch here](https://www.youtube.com/@keoairdropfreene)
- **Instagram:** [Follow me](https://www.instagram.com/meomundep)
- **Tiktok:** [Follow me](https://www.tiktok.com/@meomundep)Your support is greatly appreciated! 🐱
---
Enjoy using the bot! 🚀