Welcome to the premium scripts channel Guide! This guide will help you set up your environment and get started with airdrop farming across different platforms.
Before running any scripts, ensure you have:
- A stable internet connection
- Access to terminal/command prompt
- Basic understanding of command line operations
- Sufficient storage space (minimum 5GB recommended)
- A Telegram account to access script updates
-
Install Required Software
# Install Python - Visit python.org/downloads - Download latest Python version - Run installer (IMPORTANT: Check "Add Python to PATH") - Verify installation: open cmd and type "python --version" # Install Node.js - Visit nodejs.org - Download LTS version - Run installer - Verify: "node --version" # Install Git - Visit git-scm.com - Download and install Git - Verify: "git --version"
-
Setup Development Environment
# Open Command Prompt as Administrator # Install Python packages pip install web3 python-dotenv requests # Install Node packages npm install -g yarn ethers hardhat
-
Install Homebrew First
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -
Install Required Software
# Install Python brew install python # Install Node.js brew install node # Install Git brew install git
-
Setup Development Environment
# Install Python packages pip3 install web3 python-dotenv requests # Install Node packages npm install -g yarn ethers hardhat
-
Update System First
sudo apt-get update && sudo apt-get upgrade -y -
Install Required Software
# Install Python sudo apt-get install python3 python3-pip -y # Install Node.js curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install nodejs -y # Install Git sudo apt-get install git -y
-
Setup Development Environment
# Install Python packages pip3 install web3 python-dotenv requests # Install Node packages sudo npm install -g yarn ethers hardhat
-
Initial Setup
# Update package list pkg update && pkg upgrade -y # Install required packages pkg install python nodejs git openssh -y
-
Setup Development Environment
# Install Python packages pip install web3 python-dotenv requests # Install Node packages npm install -g yarn ethers hardhat
-
Python "command not found"
- Windows: Reinstall Python and ensure "Add to PATH" is checked
- Mac/Linux: Use
python3instead ofpython
-
Permission Errors
- Windows: Run as Administrator
- Mac/Linux: Use
sudobefore commands - Termux: No sudo needed, but ensure storage permission is granted
-
Package Installation Fails
- Check internet connection
- Try updating pip:
python -m pip install --upgrade pip - For Node: Clear npm cache:
npm cache clean --force
-
Clone the repository:
git clone https://github.com/Fl3xxRichie/[repository-name]
-
Install project dependencies:
cd [repository-name] npm install # For Node.js scripts # OR pip install -r requirements.txt # For Python scripts
-
Follow script-specific instructions in the respective script folders
- Private Channel: Premium Script
- Public Channel: Airdrop3arn
- Direct Contact: FlexxRichie
- Twitter: @FlexxRichie
- GitHub: @Fl3xxRichie
- Never share your private keys or seed phrases
- Always review scripts before running them
- Use a separate wallet for farming
- Keep your system and scripts updated
- Join the Telegram Public channel for latest updates and support