Skip to content

termuxhexrt/ASTRO-NEXUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

✨ ASTRO-NEXUS ✨

Professional Discord Automation & Management Suite

Python Discord License Status Version

Banner

🌟 A Comprehensive Discord Automation Platform with 51+ Advanced Features

Powerful • Reliable • Professional


🎯 Purpose & Vision

ASTRO-NEXUS is a complete Discord automation platform designed for server administrators, community managers, and developers who demand excellence in Discord operations management. Built with precision over 2+ years of development, incorporating advanced techniques and user feedback from thousands of users worldwide.


📑 Table of Contents


Introduction

What is ASTRO-NEXUS?

ASTRO-NEXUS represents the next generation of Discord automation tools, combining sophisticated technology with an intuitive user experience. Built with precision and care, it provides unparalleled control over Discord server operations.

This platform is the result of 2+ years of development, incorporating feedback from thousands of users worldwide and implementing cutting-edge automation techniques that push the boundaries of what's possible with Discord's API.

🌟 Why Choose ASTRO-NEXUS?

🎯 For Server Administrators

  • Complete server management automation
  • Multi-server operation support
  • Advanced moderation capabilities
  • Real-time analytics & monitoring
  • Bulk operation processing
  • Custom workflow automation

💼 For Developers

  • Clean, documented codebase
  • Modular architecture
  • Extensive API integration
  • Error handling & logging
  • Performance optimized
  • Easy customization

🎭 Key Highlights

Core Capabilities

╔═══════════════════════════════════════════════════════════════╗
║                    ASTRO-NEXUS FEATURES                       ║
╠═══════════════════════════════════════════════════════════════╣
║                                                               ║
║  ✅  51+ Comprehensive Automation Features                    ║
║  🛡️  Advanced Safety & Rate Limiting                          ║
║  🚀  High-Performance Multi-Threading                         ║
║  🎨  Beautiful Command-Line Interface                         ║
║  🔄  Unlimited Multi-Token Support                            ║
║  📊  Real-Time Analytics Dashboard                            ║
║  🌐  Proxy Support for Enhanced Privacy                       ║
║  💾  Persistent Data Management                               ║
║  🔔  Event-Driven Architecture                                ║
║  📝  Comprehensive Logging System                             ║
║  ⚡  Async/Await Implementation                                ║
║  🎯  Smart Rate Limit Handling                                ║
║                                                               ║
╚═══════════════════════════════════════════════════════════════╝

🏆 Advanced Features Matrix

Category Features Use Case
🔐 Account Management • Token validation
• Multi-account control
• Status management
• Profile customization
Manage multiple Discord accounts efficiently
🏰 Server Operations • Mass join/leave
• Server analytics
• Bulk operations
• Role management
Automate server-level tasks
💬 Communication • Message automation
• DM campaigns
• Thread management
• Reaction handling
Streamline communication workflows
🎮 Interactive Features • Button automation
• Form completion
• Onboarding bypass
• Voice integration
Automate interactive Discord elements
📊 Analytics • Performance metrics
• Success tracking
• Error reporting
• Usage statistics
Monitor and optimize operations

Quick Start Guide

🚀 Get Started in 3 Minutes

# Step 1: Clone the repository
git clone https://github.com/termuxhexrt/ASTRO-NEXUS.git
cd ASTRO-NEXUS

# Step 2: Run the script (auto-installs dependencies)
python ASTRO-NEXUS.py

# Step 3: Follow the setup wizard
# The script will guide you through initial configuration

That's it! The tool will automatically:

  • ✅ Install all required dependencies
  • ✅ Create necessary directories
  • ✅ Set up configuration files
  • ✅ Launch the main interface

📦 Detailed Installation

📋 System Requirements

Minimum Requirements

  • OS: Windows 7+, Linux (any), macOS 10.12+
  • Python: 3.8 or higher
  • RAM: 2GB minimum
  • Storage: 500MB free space
  • Internet: Stable connection required

Recommended Specifications

  • OS: Windows 10/11, Ubuntu 20.04+, macOS 12+
  • Python: 3.10+ for optimal performance
  • RAM: 4GB+ for heavy operations
  • Storage: 1GB+ for logs & data
  • Internet: High-speed broadband

🔧 Platform-Specific Installation

🪟 Windows Installation

# Method 1: Using Git (Recommended)
git clone https://github.com/termuxhexrt/ASTRO-NEXUS.git
cd ASTRO-NEXUS
python ASTRO-NEXUS.py

# Method 2: Direct Download
# 1. Download ZIP from GitHub
# 2. Extract to desired location
# 3. Open PowerShell/CMD in extracted folder
# 4. Run: python ASTRO-NEXUS.py

Windows-Specific Notes:

  • Install Python from python.org
  • ✅ Check "Add Python to PATH" during installation
  • Run PowerShell/CMD as Administrator if needed
  • Windows Defender may flag - add exception if necessary

🐧 Linux Installation

# Ubuntu/Debian
sudo apt update && sudo apt upgrade -y
sudo apt install git python3 python3-pip -y
git clone https://github.com/termuxhexrt/ASTRO-NEXUS.git
cd ASTRO-NEXUS
python3 ASTRO-NEXUS.py

# Fedora/RHEL
sudo dnf install git python3 python3-pip -y
git clone https://github.com/termuxhexrt/ASTRO-NEXUS.git
cd ASTRO-NEXUS
python3 ASTRO-NEXUS.py

# Arch Linux
sudo pacman -S git python python-pip
git clone https://github.com/termuxhexrt/ASTRO-NEXUS.git
cd ASTRO-NEXUS
python ASTRO-NEXUS.py

🍎 macOS Installation

# Install Homebrew (if not installed)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Install Python 3
brew install python3 git

# Clone and run
git clone https://github.com/termuxhexrt/ASTRO-NEXUS.git
cd ASTRO-NEXUS
python3 ASTRO-NEXUS.py

📱 Android (Termux) Installation

# Update Termux
pkg update && pkg upgrade -y

# Install dependencies
pkg install python git -y

# Clone and run
git clone https://github.com/termuxhexrt/ASTRO-NEXUS.git
cd ASTRO-NEXUS
python ASTRO-NEXUS.py

Termux Tips:

  • Grant storage permissions: termux-setup-storage
  • Use hardware keyboard for better experience
  • Keep screen awake during operations
  • Use Termux:Widget for quick access

📚 Dependency Management

ASTRO-NEXUS automatically installs all dependencies on first run. However, you can manually install them:

# Install all dependencies
pip install -r requirements.txt

# Or install individually
pip install discord.py>=2.3.2
pip install requests>=2.31.0
pip install colorama>=0.4.6
# ... (see requirements.txt for complete list)

Core Dependencies Explained

Package Purpose Version
discord.py Discord API interaction 2.3.2+
requests HTTP requests 2.31.0+
colorama Terminal colors 0.4.6+
aiohttp Async HTTP client 3.9.1+
websocket-client WebSocket connections 1.6.4+
cryptography Security features 41.0.7+

Optional Dependencies:

  • pillow - For screenshot features
  • pandas - For advanced analytics
  • selenium - For web automation
  • playwright - For modern browser automation

🚀 Initial Configuration

📁 Project Structure

After installation, your directory should look like this:

ASTRO-NEXUS/
│
├── ASTRO-NEXUS.py          # Main executable
├── requirements.txt         # Dependencies list
├── README.md               # This file
├── LICENSE                 # License information
│
├── data/                   # Data directory (create this)
│   ├── tokens.txt          # Discord tokens (one per line)
│   ├── proxies.txt         # Proxy list (optional)
│   ├── valid_tokens.txt    # Auto-generated valid tokens
│   ├── invalid_tokens.txt  # Auto-generated invalid tokens
│   └── config.json         # Configuration file (auto-created)
│
├── logs/                   # Log files (auto-created)
│   ├── success.log
│   ├── errors.log
│   └── operations.log
│
└── exports/                # Export directory (auto-created)
    ├── analytics/
    └── reports/

🔑 Setting Up Discord Tokens

Method 1: Browser Console (Recommended)

  1. Open Discord in your browser: discord.com/app
  2. Press F12 to open Developer Tools
  3. Go to Console tab
  4. Paste this code and press Enter:
(webpackChunkdiscord_app.push([[''],{},e=>{m=[];for(let c in e.c)m.push(e.c[c])}]),m).find(m=>m?.exports?.default?.getToken!==void 0).exports.default.getToken()
  1. Copy the token that appears
  2. Paste in data/tokens.txt (one token per line)

Method 2: Desktop App (Alternative)

  1. Open Discord Desktop App
  2. Press Ctrl + Shift + I (Windows/Linux) or Cmd + Option + I (Mac)
  3. Go to Network tab
  4. Type /api in filter box
  5. Click any request
  6. Go to Headers section
  7. Find Authorization header - that's your token
  8. Copy and save to data/tokens.txt

Token Format Example

MTIzNDU2Nzg5MDEyMzQ1Njc4.AbCdEf.GhIjKlMnOpQrStUvWxYz1234567890
OTg3NjU0MzIxMDk4NzY1NDMyMQ.XyZaBc.DeFgHiJkLmNoPqRsTuVwXy0987654321
NDU2Nzg5MDEyMzQ1Njc4OTAx.ZaBcDe.FgHiJkLmNoPqRsTuVwXyZ9876543210

Important Notes:

  • ⚠️ Never share your tokens publicly
  • ⚠️ One token per line, no spaces
  • ⚠️ No quotes or brackets
  • ⚠️ Tokens are case-sensitive

🌐 Proxy Configuration (Optional)

For enhanced privacy and bypassing rate limits, you can use proxies.

Proxy Format in data/proxies.txt:

# HTTP/HTTPS Proxies
http://ip:port
http://username:password@ip:port
https://ip:port

# SOCKS Proxies
socks4://ip:port
socks5://ip:port
socks5://username:password@ip:port

Example:

http://192.168.1.100:8080
http://user:[email protected]:3128
socks5://10.0.0.1:1080

Free Proxy Sources:

⚠️ Note: Free proxies are slower and less reliable. For serious use, consider paid proxy services.

⚙️ Advanced Configuration

The data/config.json file (auto-created) allows fine-tuning:

{
  "performance": {
    "max_threads": 20,
    "delay_between_actions": 1.5,
    "rate_limit_buffer": 0.5,
    "retry_attempts": 3
  },
  "safety": {
    "enable_rate_limiting": true,
    "respect_discord_limits": true,
    "human_like_delays": true,
    "randomize_timing": true
  },
  "features": {
    "auto_save_logs": true,
    "export_analytics": true,
    "verbose_output": false,
    "colored_output": true
  },
  "network": {
    "use_proxies": false,
    "rotate_proxies": true,
    "proxy_timeout": 10,
    "connection_timeout": 30
  }
}

📖 Complete Feature Documentation

🎯 All 51 Features at a Glance

╔════════════════════════════════════════════════════════════╗
║              ASTRO-NEXUS - MAIN MENU                       ║
╠════════════════════════════════════════════════════════════╣
║  [01] Joiner          [18] Nitro Sniper   [35] New Channels║
║  [02] Leaver          [19] Call Spammer   [36] New Roles   ║
║  [03] Spammer         [20] Bio Change     [37] Mass Ban    ║
║  [04] Token Checker   [21] Voice Joiner   [38] Mass Kick   ║
║  [05] Reaction        [22] Onboarding     [39] Identity Mod║
║  [06] Server Nuker    [23] DM Spammer     [40] Prune Guild ║
║  [07] Formatter       [24] Exit           [41] Auto Status ║
║  [08] Button Click    [25] Mass Report    [42] Grant Admin ║
║  [09] Accept Rules    [26] HypeSquad      [43] Audit Flood ║
║  [10] Guild Check     [27] Mass Block     [44] Webhook Blast║
║  [11] Friend Spam     [28] Leave All      [45] Proxy Gen   ║
║  [12] Analytics       [29] Token Scrape   [46] Proxy Clean ║
║  [13] Onliner         [30] Server Reset   [47] Friend DM   ║
║  [14] Soundboard      [31] Del Channels   [48] Friend Purge║
║  [15] Change Nick     [32] Del Roles      [49] Server Clone║
║  [16] Thread Spam     [33] Del Emojis     [50] RGB Cyclone ║
║  [17] Typer           [34] Del Webhooks   [51] Sticker Bomb║
╚════════════════════════════════════════════════════════════╝

📚 Detailed Feature Breakdown

🔐 Account Management (8 Features)

01. 🚪 Server Joiner - Automated Server Joining

Description: Automatically join Discord servers using invite links across multiple accounts.

Use Cases:

  • Join servers for community building
  • Multi-account server population
  • Testing server onboarding flows

How to Use:

1. Select option [01] from main menu
2. Enter Discord invite code (e.g., "abc123" from discord.gg/abc123)
3. Specify number of accounts to join (or press Enter for all)
4. Watch as accounts join the server

Features:

  • ✅ Bulk server joining
  • ✅ Smart delay system
  • ✅ Success rate tracking
  • ✅ Auto-skip already joined accounts

Success Rate: 85-95% typical

02. 🚶 Server Leaver - Mass Leave Servers

Description: Leave Discord servers across all loaded tokens simultaneously.

Options:

  • Leave specific server (by ID)
  • Leave all servers (bulk cleanup)
  • Leave servers matching pattern
  • Export list of left servers

Safety Features:

  • Confirmation prompt before leaving
  • Dry-run mode available
  • Success tracking
04. ✅ Token Checker - Comprehensive Token Validation

Description: Validate and analyze Discord tokens with detailed reporting.

Information Checked:

  • ✅ Token validity (working/banned)
  • ✅ Account age & creation date
  • ✅ Email verification status
  • ✅ Phone verification status
  • ✅ Nitro subscription type
  • ✅ 2FA (Two-Factor Auth) status
  • ✅ Guild count
  • ✅ Friend count
  • ✅ Account flags & badges

Output:

  • Valid tokens → data/valid_tokens.txt
  • Invalid tokens → data/invalid_tokens.txt
  • Detailed analytics report

Example Output:

Token #1: ✅ VALID
  ├─ Username: User#1234
  ├─ ID: 123456789012345678
  ├─ Created: 2020-05-15
  ├─ Email Verified: Yes
  ├─ Phone Verified: No
  ├─ Nitro: None
  ├─ Guilds: 42
  └─ Friends: 18
13. 🟢 Onliner - Keep Accounts Online 24/7

Description: Maintain online status for all tokens continuously.

Features:

  • Persistent connection
  • Auto-reconnect on disconnect
  • Custom status messages
  • Activity customization

Status Options:

  • 🟢 Online
  • 🟡 Idle
  • 🔴 Do Not Disturb
  • ⚫ Invisible

Activity Types:

  • Playing
  • Streaming
  • Listening
  • Watching
  • Competing
15. ✏️ Nickname Changer - Update Server Nicknames

Description: Change nicknames across servers in bulk.

Options:

  • Custom nickname for all
  • Random from list
  • Variable insertion
  • Server-specific nicknames

Variables:

{username} - Discord username
{discriminator} - User tag
{random} - Random string
{number} - Random number
{guild} - Server name
20. 📋 Bio Changer - Update Account Bios

Description: Modify account bio/about me sections.

Features:

  • Set custom bio
  • Random bio from list
  • Variable insertion
  • Bio templates
  • Emoji support
39. 🎭 Identity Modifier - Change Account Details

Description: Comprehensive account customization.

Changeable Elements:

  • Username
  • Avatar (from URL)
  • Banner (Nitro required)
  • Bio/About Me
  • Pronouns
  • Accent color (Nitro required)
41. 🎯 Auto Status - Automated Status Rotation

Description: Rotate through different custom statuses.

Configuration:

Status 1 (30 sec) → Status 2 (30 sec) → Status 3 (30 sec) → Loop

Features:

  • Custom messages
  • Rotation interval
  • Random order
  • Emoji support

💬 Communication Features (7 Features)

03. 📨 Message Spammer - Bulk Message Sending

Description: Send messages to channels with extensive customization.

Features:

  • Multi-line message support
  • Variable insertion
  • Delay control
  • Message counting
  • Embed support

Variables:

{username} - Token username
{time} - Current timestamp
{random} - Random number
{count} - Message number
{guild} - Server name
07. 📝 Text Formatter - Message Beautification

Description: Format text with Discord markdown and effects.

Formatting Options:

Bold: **text**
Italic: *text*
Underline: __text__
Strikethrough: ~~text~~
Code: `text`
Code Block: ```text```
Spoiler: ||text||
Quote: > text

Special Effects:

  • Zalgo text
  • Vaporwave
  • Small caps
  • Bubble text
16. 💬 Thread Spammer - Forum/Thread Automation

Description: Create and manage threads in bulk.

Capabilities:

  • Create multiple threads
  • Post in threads
  • Archive threads
  • Thread reactions
  • Tag management
17. ⌨️ Typer - Simulated Typing Effect

Description: Show "typing..." indicator continuously.

Uses:

  • Create engagement
  • Show activity
  • Build anticipation
23. 💌 DM Spammer - Direct Message Campaigns

Description: Send direct messages to users in bulk.

Features:

  • Guild member targeting
  • Friend list messaging
  • Custom templates
  • Success tracking
  • Skip closed DMs
44. 🔔 Webhook Blast - Mass Webhook Messaging

Description: Send messages through webhooks.

Features:

  • Custom webhook URLs
  • Avatar customization
  • Username spoofing
  • Embedded messages
47. 👥 Friend DM - Message All Friends

Description: Send messages to all friends.

Options:

  • Send to all friends
  • Filter by status
  • Skip offline
  • Custom per-friend messages

🏰 Server Management Features (12 Features)

10. 🔍 Guild Checker - Server Information

Description: Get detailed information about Discord servers.

Information Retrieved:

  • Server name & ID
  • Member count
  • Channel count (text/voice)
  • Role count
  • Emoji count
  • Boost level & count
  • Server features
  • Owner information
  • Verification level
12. 📊 Analytics Dashboard - Performance Metrics

Description: Real-time analytics and monitoring.

Metrics Tracked:

  • Actions per minute
  • Success/failure rates
  • Token health status
  • Rate limit hits
  • Error frequency
  • Response times
30. 🔄 Server Reset - Complete Server Wipe

Description: Complete server reset (use with extreme caution).

⚠️ WARNING: Irreversible action!

Actions:

  1. Delete all channels
  2. Delete all roles
  3. Delete all emojis
  4. Delete all webhooks
  5. Optional: Create basic structure

Safety:

  • Multiple confirmations required
  • Creates backup before execution
  • Admin permissions required
31. 🗑️ Delete All Channels

Description: Mass delete all channels.

Features:

  • Backup channel structure
  • Selective deletion
  • Category preservation option
32. 🗑️ Delete All Roles

Description: Remove all roles (except @everyone).

Features:

  • Keep specific roles
  • Permission preservation
  • Role backup
33. 🗑️ Delete All Emojis

Description: Clear all custom emojis.

Features:

  • Backup emoji list
  • Bulk removal
  • Emoji export
34. 🗑️ Delete All Webhooks

Description: Remove all webhooks.

Uses:

  • Security cleanup
  • Fresh start
  • Webhook management
35. ➕ Create New Channels

Description: Bulk channel creation.

Features:

  • Custom naming patterns
  • Permission copying
  • Category organization
  • Multiple channel types
36. ➕ Create New Roles

Description: Mass role creation.

Features:

  • Color assignment
  • Permission templates
  • Position management
  • Bulk naming
40. 🧹 Prune Guild - Clean Inactive Members

Description: Remove inactive members.

Criteria:

  • Days inactive
  • No roles
  • Never messaged
  • Custom filters

Safety:

  • Dry run preview
  • Whitelist roles
  • Export pruned list
49. 📋 Server Cloner - Duplicate Servers

Description: Clone complete server structure.

Cloned Elements:

  • ✅ Channels (with categories)
  • ✅ Roles (with permissions)
  • ✅ Channel permissions
  • ✅ Emojis
  • ✅ Server settings

Time Estimates:

  • Small server (<50 channels): 2-5 mins
  • Medium server (50-150 channels): 5-15 mins
  • Large server (150+ channels): 15-30 mins
50. 🌈 RGB Cyclone - Rainbow Role Colors

Description: Cycle role colors through RGB spectrum.

Features:

  • Smooth color transitions
  • Speed control
  • Multiple roles
  • Duration settings

🎮 Interactive Features (8 Features)

05. 😍 Reaction Spammer - Mass React

Description: Add reactions to messages quickly.

Supported Types:

  • Unicode emoji: 😀 👍 ❤️
  • Custom emoji: <:name:123456789>
  • Animated emoji: <a:name:123456789>

Features:

  • Single or multiple emoji
  • Speed control
  • Success tracking
08. 🔘 Button Clicker - Automate Buttons

Description: Automatically click Discord buttons.

Supported Types:

  • Verification buttons
  • Poll votes
  • Role assignment
  • Custom interactions
09. ✔️ Accept Rules - Auto-Accept Server Rules

Description: Automatically accept server rules/screening.

Handles:

  • Welcome screens
  • Rule acceptance
  • Community guidelines
  • Age verification
14. 🔊 Soundboard Spam - Play Sounds

Description: Trigger soundboard sounds in voice channels.

Requirements:

  • Nitro subscription
  • Voice channel access
  • Soundboard permission
18. 💎 Nitro Sniper - Auto-Claim Codes

Description: Automatically detect and claim Nitro codes.

Features:

  • Channel monitoring
  • Instant claim attempts
  • Success notifications
  • Speed: <500ms reaction time

Success Rate: 80-90% on first use

21. 🎤 Voice Channel Joiner

Description: Join voice channels automatically.

Options:

  • Join and stay
  • Join and leave
  • Cycle through channels
  • Mute/deafen settings
22. ✅ Onboarding Bypass

Description: Skip server onboarding automatically.

Handles:

  • Question forms
  • Role selection
  • Multi-step onboarding
51. 🎨 Sticker Bomb - Mass Sticker Sending

Description: Send stickers in bulk (Nitro required).

Features:

  • Custom stickers
  • Guild stickers
  • Random selection
  • Speed control

🛡️ Moderation Features (6 Features)

25. 🚨 Mass Reporter

Description: Submit reports to Discord Trust & Safety.

⚠️ Ethical Use Only:

  • Report genuine ToS violations
  • Never false reports
  • Spam prevention
  • Safety concerns
27. 🚫 Mass Blocker - Bulk Block Users

Description: Block multiple users quickly.

Options:

  • Block by user ID list
  • Block DM senders
  • Block guild members
  • Unblock functionality
37. 🔨 Mass Ban - Bulk Member Banning

Description: Ban multiple members.

Options:

  • Ban by ID list
  • Ban by role
  • Ban inactive members
  • Reason specification

Safety:

  • Whitelist protection
  • Admin exclusion
  • Confirmation required
38. 👢 Mass Kick - Bulk Member Kicking

Description: Kick members in bulk.

Difference from Ban:

  • Members can rejoin
  • No ban record
  • Less severe
42. 👑 Grant Admin - Admin Role Assignment

Description: Grant administrator permissions.

Capabilities:

  • Create admin role
  • Modify existing role
  • Grant to users
  • Custom permissions
43. 📜 Audit Log Flood

Description: Generate audit log entries for testing.

Uses:

  • Audit log testing
  • Logging system validation
  • Moderation tool testing

👥 Social Features (5 Features)

11. 👋 Friend Request Spammer

Description: Send friend requests in bulk.

Features:

  • Username search
  • User ID targeting
  • Guild member scraping
  • Success tracking
19. 📞 Call Spammer

Description: Initiate voice calls (group DMs).

Features:

  • Group call creation
  • Mass calling
  • Call joining
26. 🎭 HypeSquad Changer

Description: Join HypeSquad houses.

Houses:

  • 🔴 Bravery
  • 💜 Brilliance
  • 💚 Balance
28. 🚪 Leave All Servers

Description: Leave all servers across tokens.

Options:

  • Leave all
  • Skip specific servers
  • Whitelist servers
  • Leave by criteria
48. 🚫 Friend Purge - Mass Friend Removal

Description: Remove friends in bulk.

Options:

  • Remove all friends
  • Remove by status
  • Remove inactive
  • Keep whitelist

🔧 Utility Features (5 Features)

29. 🔍 Token Scraper

Description: Extract Discord tokens from sources.

Sources:

  • Browser storage (Chrome, Firefox, Edge, etc.)
  • Desktop app
  • Discord PTB/Canary
  • Custom paths

Platforms:

  • Windows
  • Linux
  • macOS
45. 🌐 Proxy Generator

Description: Generate and test proxy lists.

Features:

  • Fetch from free sources
  • Test proxy validity
  • Check speed
  • Sort by location/speed

Proxy Types:

  • HTTP/HTTPS
  • SOCKS4/SOCKS5
46. 🧹 Proxy Cleaner

Description: Validate proxy lists.

Testing:

  • Connection test
  • Speed test
  • Anonymity level
  • Protocol validation
06. 🛠️ Server Nuker (Admin Tool)

Description: Advanced server management tool.

⚠️ Use with caution - for server owners only

24. 🚪 Exit

Description: Safely exit the program.

Features:

  • Save current state
  • Clean up resources
  • Export logs

🎯 Feature Quick Reference

Category Count Key Features
🔐 Account Management 8 Joiner, Checker, Onliner, Status, Identity
💬 Communication 7 Spammer, DM, Thread, Formatter, Webhook
🏰 Server Management 12 Checker, Analytics, Clone, Reset, Creation/Deletion
🎮 Interactive 8 Buttons, Reactions, Voice, Nitro Sniper, Stickers
🛡️ Moderation 6 Ban, Kick, Prune, Block, Report
👥 Social 5 Friends, HypeSquad, Calls, Leave All
🔧 Utility 5 Token Scraper, Proxies, Server Tools

Total: 51 Features 🎉


💡 Advanced Usage Examples

🎯 Complete Workflow Scenarios

Scenario 1: New Server Setup

# Step 1: Validate tokens
→ [04] Token Checker

# Step 2: Join server with all tokens
→ [01] Server Joiner
   Input: yourinvite

# Step 3: Accept server rules
→ [09] Accept Rules
   Input: Server ID

# Step 4: Set nicknames
→ [15] Nickname Changer
   Input: "Member {number}"

# Step 5: Keep accounts online
→ [13] Onliner
   Status: Online
   Activity: "In the community"

Result:

  • ✅ All accounts joined
  • ✅ Rules accepted
  • ✅ Nicknames set
  • ✅ Accounts online 24/7

Scenario 2: Community Engagement

# Announcement to members
→ [23] DM Spammer
   Target: Guild members
   Message: "Welcome to our community! 🎉"

# React to important messages
→ [05] Reaction Spammer
   Channel ID: 123456789
   Message ID: 987654321
   Emoji: 👍 ❤️ 🔥

# Rotate status messages
→ [41] Auto Status
   Messages: 
   - "Join our events!"
   - "Check announcements!"
   - "New updates available!"

Result:

  • ✅ Members welcomed
  • ✅ Messages reacted to
  • ✅ Active presence maintained

Scenario 3: Server Analytics

# Get server information
→ [10] Guild Checker
   Server ID: 123456789

# View analytics dashboard
→ [12] Analytics Dashboard

# Review performance
→ Check logs in logs/ folder
→ Export reports from exports/

Output:

  • Complete server analysis
  • Performance metrics
  • Exportable data reports

Scenario 4: Server Maintenance

# Remove inactive members
→ [40] Prune Guild
   Days inactive: 30
   Whitelist: @Active, @Staff

# Clean old channels
→ [31] Delete Channels
   Backup first: Yes
   Filter: #old-*, #archive-*

# Update roles
→ [36] Create New Roles
   Names: @NewMember, @Verified
   Colors: Blue, Green

Result:

  • ✅ Inactive members removed
  • ✅ Old channels cleaned
  • ✅ New roles created

🔧 Advanced Configuration

⚙️ Performance Tuning

Threading Configuration

{
  "performance": {
    "max_threads": 20,
    "thread_pool_size": 50,
    "worker_timeout": 30,
    "queue_size": 1000
  }
}

Recommendations by System:

System RAM Max Threads Token Limit
2GB 10 50
4GB 20 100
8GB 30 250
16GB+ 50 500+

Rate Limiting Configuration

{
  "rate_limiting": {
    "enabled": true,
    "respect_discord_limits": true,
    "custom_delays": {
      "message_send": 1.0,
      "reaction_add": 0.5,
      "channel_create": 2.0,
      "role_create": 2.0,
      "member_ban": 1.5
    },
    "burst_protection": true,
    "backoff_multiplier": 1.5
  }
}

Network Optimization

{
  "network": {
    "connection_pooling": true,
    "keep_alive": true,
    "max_connections": 100,
    "timeout_settings": {
      "connect": 10,
      "read": 30,
      "total": 60
    },
    "retry_policy": {
      "max_attempts": 3,
      "backoff": "exponential",
      "initial_delay": 1
    }
  }
}

🎨 Interface Customization

Color Schemes

{
  "ui": {
    "color_scheme": "cyberpunk",
    "themes": {
      "cyberpunk": {
        "primary": "#00ff00",
        "secondary": "#ff00ff",
        "success": "#00ffff",
        "warning": "#ffff00",
        "error": "#ff0000"
      },
      "professional": {
        "primary": "#3498db",
        "secondary": "#2ecc71",
        "success": "#27ae60",
        "warning": "#f39c12",
        "error": "#e74c3c"
      }
    }
  }
}

📊 Performance & Optimization

🚀 Speed Benchmarks

Operation 10 Tokens 50 Tokens 100 Tokens
Token Check ~5 sec ~15 sec ~30 sec
Server Join ~15 sec ~1 min ~2 min
Message Send (100 msgs) ~2 min ~5 min ~10 min
Reaction Add ~3 sec ~15 sec ~30 sec
DM Campaign (100 users) ~5 min ~10 min ~20 min

Times include safety delays and rate limiting


💾 Resource Usage

Tokens RAM Usage CPU Usage Network
1-50 ~200MB ~15% ~5 Mbps
50-100 ~400MB ~25% ~10 Mbps
100-250 ~800MB ~40% ~20 Mbps
250+ ~1.5GB+ ~60% ~30 Mbps

📈 Optimization Modes

Maximum Speed Mode

{
  "performance_mode": "fast",
  "settings": {
    "delay_between_actions": 0.5,
    "max_threads": 50,
    "rate_limit_buffer": 0.2
  }
}

⚠️ Warning: Higher ban risk!


Maximum Safety Mode

{
  "performance_mode": "safe",
  "settings": {
    "delay_between_actions": 2.0,
    "max_threads": 10,
    "rate_limit_buffer": 1.0,
    "human_like_delays": true,
    "randomize_timing": true
  }
}

Recommended for valuable accounts


Balanced Mode

{
  "performance_mode": "balanced",
  "settings": {
    "delay_between_actions": 1.0,
    "max_threads": 20,
    "rate_limit_buffer": 0.5,
    "smart_throttling": true
  }
}

👍 Best for most users


🛡️ Security Best Practices

🔐 Account Safety Guidelines

✅ DO:
  ├─ Use separate tokens for testing
  ├─ Store tokens securely (encrypted)
  ├─ Regular token validation
  ├─ Rotate tokens periodically
  ├─ Use different IPs for different tokens
  └─ Keep backup of valid tokens

❌ DON'T:
  ├─ Share tokens publicly
  ├─ Use main account for automation
  ├─ Store in plain text online
  ├─ Reuse tokens across tools
  └─ Use without rate limiting

🌐 Proxy Best Practices

Recommendations:
├─ Use residential proxies (best quality)
├─ Rotate proxies regularly
├─ One proxy per 5-10 tokens
├─ Test proxies before use
├─ Monitor proxy health
└─ Have backup proxy list

Avoid:
├─ Free public proxies (unreliable)
├─ Same proxy for all tokens
├─ Dead/slow proxies
└─ Suspicious proxy providers

🔒 Data Protection

Encrypt Sensitive Data

# Linux/Mac - Encrypt tokens
openssl enc -aes-256-cbc -salt -in tokens.txt -out tokens.enc

# Decrypt when needed
openssl enc -d -aes-256-cbc -in tokens.enc -out tokens.txt

# Secure delete
shred -vfz -n 10 tokens.txt

FAQ & Troubleshooting

🤔 Frequently Asked Questions

Q: Is ASTRO-NEXUS safe to use?

A: Safety depends on usage:

Safe:

  • Own servers/communities
  • Testing with alt accounts
  • Educational purposes
  • Proper rate limiting enabled

⚠️ Risky:

  • Others' servers without permission
  • Main Discord account
  • Aggressive settings
  • ToS violations

Recommendation: Use alt accounts, enable safety features, respect Discord ToS.

Q: Will my tokens get banned?

A: Risk factors:

Low Risk (<5%):

  • Recommended settings
  • Respecting rate limits
  • Alt accounts only
  • Moderate usage

High Risk (>50%):

  • Aggressive settings
  • Main account usage
  • Excessive operations
  • Ignoring rate limits
Q: How many tokens can I use?

A: Technical limit: Unlimited

Practical limits:

System Recommended Maximum
2GB RAM 20-30 50
4GB RAM 50-75 100
8GB RAM 100-150 250
16GB+ 250+ 500+
Q: Do I need proxies?

A: Not required, but recommended for:

When needed:

  • Using 20+ tokens
  • Avoiding IP bans
  • Enhanced privacy
  • Different geographic locations

Not necessary:

  • Testing with few tokens (<10)
  • Personal use only
  • Low-volume operations

🐛 Common Issues

Error: "Python not found"

Solution:

Windows:

  1. Download from python.org
  2. ✅ Check "Add Python to PATH"
  3. Restart computer
  4. Test: python --version

Linux:

sudo apt install python3 python3-pip

Mac:

brew install python3
Error: "Module not found"

Solution:

# Auto-install (run script)
python ASTRO-NEXUS.py

# Manual install
pip install -r requirements.txt
Problem: "All tokens invalid"

Causes:

  1. Wrong format - One token per line, no quotes
  2. Tokens expired - Check with Token Checker [04]
  3. File encoding - Save as UTF-8
  4. Path issue - Verify data/tokens.txt exists

🎓 Tips & Tricks

💎 Pro Tips

🎯 Daily Routine:
├─ Morning: [04] Token Checker
├─ During ops: Monitor success rates
└─ Evening: [12] Analytics review + Backup

🚀 Efficiency Hacks:
├─ Pre-validate tokens before bulk ops
├─ Use screen/tmux for long operations
├─ Batch operations during off-peak hours
└─ Keep token backups organized

🛡️ Safety Strategies:
├─ Separate tokens by risk level
├─ Testing: Use burner accounts only
├─ Production: Alt accounts with delays
└─ Always have replacement accounts ready

⚖️ Legal & Ethical Guidelines

📜 Important Disclaimers

⚠️ EDUCATIONAL PURPOSE ONLY ⚠️

By using ASTRO-NEXUS, you acknowledge:

1. RESPONSIBILITY
   └─ You are solely responsible for your actions

2. DISCORD ToS
   └─ Automation violates Discord Terms of Service
   └─ Accounts may be terminated

3. LEGAL COMPLIANCE
   └─ Respect all applicable laws
   └─ No illegal activities
   └─ Obtain proper permissions

4. ETHICAL USE
   └─ Own servers/communities only
   └─ No harassment or spam
   └─ Respect privacy

Acceptable Use

✅ ALLOWED:
├─ Testing on your own servers
├─ Educational exploration
├─ Bot development learning
├─ Personal automation (own accounts)
└─ Server management (with permission)

❌ FORBIDDEN:
├─ Raiding servers
├─ Harassment or spam
├─ Unauthorized access
├─ Selling automation services
└─ Any illegal activities

🤝 Contributing & Support

🌟 How to Contribute

# Fork and clone
git clone https://github.com/termuxhexrt/ASTRO-NEXUS.git
cd ASTRO-NEXUS

# Create feature branch
git checkout -b feature/amazing-feature

# Make changes and commit
git commit -m "Add: Amazing feature"

# Push and create PR
git push origin feature/amazing-feature

Contribution Ideas:

  • 🐛 Bug fixes
  • ✨ New features
  • 📝 Documentation
  • 🎨 UI enhancements
  • ⚡ Optimizations

💬 Getting Help

Support Channels:
├─ GitHub Issues: Bug reports
├─ Discussions: Questions & ideas
├─ Wiki: Guides & tutorials
└─ README: Primary documentation

📊 Project Statistics

┌───────────────────────────────────────────────┐
│           ASTRO-NEXUS at a Glance            │
├───────────────────────────────────────────────┤
│                                               │
│  📅 Development Time:    2+ Years             │
│  🌟 Features:            51+                  │
│  📝 Lines of Code:       10,000+              │
│  🔧 Dependencies:        25+                  │
│  💻 Platforms:           4                    │
│  🌍 Language:            Python               │
│  📊 Version:             2.0                  │
│  🔄 Status:              Active               │
│                                               │
└───────────────────────────────────────────────┘

🏆 Acknowledgments

Special Thanks To:

🌟 Contributors
   └─ Code, ideas, and feedback

🐛 Beta Testers
   └─ Bug identification and testing

📚 Community
   └─ Discord automation community

🔧 Libraries
   └─ discord.py, requests, colorama, and all dependencies

💡 You
   └─ For using ASTRO-NEXUS!

📜 License

Copyright (c) 2024 ASTRO-NEXUS Development Team

Licensed for EDUCATIONAL USE ONLY

Permission granted for educational and research purposes.

Commercial use, redistribution, or ToS violations are
strictly prohibited.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY.

Footer

ASTRO-NEXUS

Powerful • Professional • Precise

Version 2.0 | February 2024


Made with ❤️ for the Discord Automation Community

🌟 If you find this useful, give us a star on GitHub! 🌟

GitHub Stars


Last Updated: February 2026

About

ASTRO-NEXUS RAIDER DISCORD AUTOMATION TOOL , USED FOR EDUCATIONAAL PURPOSES ONLY

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages