Skip to content

coderxsa/NEBULA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ηєвυℓα

ηєвυℓα | Version 3.0

A Simple Multi-Device WhatsApp Bot

Fork repo


🚀 Installation & Setup

Choose your preferred method to deploy ηєвυℓα.

💻 PC Installation (Recommended)

Local Installation Guide

  1. Prerequisites:

    • Download and install Node.js.
    • Download and install Git.
  2. Download the Source:

    • Download the repository zip file and extract it, OR run:
      git clone https://github.com/coderxsa/nebula.git
  3. Install Dependencies:

    • Open your Command Prompt (cmd) or Terminal.
    • Navigate to the bot folder:
      cd nebula
    • Install the required packages:
      npm install
  4. Configuration:

    • Open bot.js in a text editor (like VS Code or Notepad).
    • Enter your phone number where indicated.
  5. Run the Bot:

    • Start the application:
      node index.js

[!WARNING] Important: To prevent connection errors, always delete the state file and unlink the device from WhatsApp before running the bot again.

☁️ Replit Deployment

Deploy via Replit

Note: Replit is moving to paid plans, but free options may still be available.

  1. Create Account: Sign up for Replit.
  2. Deploy: Click the button below to fork and deploy directly.

🤖 Bot-Hosting.net Guide

Free Hosting via Bot-Hosting.net

  1. Log in to Bot Hosting using Discord.
  2. Navigate to Earn Coins and claim your daily free coins.
  3. Go to Create Server:
    • Enter a name.
    • Select Node.js.
    • Choose the 1 week plan.
  4. Download the bot files from this repo.
  5. Upload the NEBULA folder to the panel and extract it.
  6. Set the "Startup File" or "File Mode" to correct path (usually index.js or bot.js as per panel instructions).
  7. Edit bot.js, input your phone number, and save.
  8. Start the server.

[!TIP] Maintenance: Delete the state file and unlink your device daily to ensure a clean start.

⚡ Optiklink Hosting

Free Hosting via Optiklink

  1. Log in to Optiklink using Discord.
  2. Navigate to Make Panel -> Create Server.
  3. Select Node.js as the platform.
  4. Upload the NEBULA folder and extract the files.
  5. Set file permissions/mode if required.
  6. Edit bot.js with your details.
  7. Start the bot.

[!TIP] Maintenance: Delete the state file and unlink your device daily to ensure a clean start.

🐱 GitHub Codespaces

Run on GitHub Codespaces

  1. Go to the Nebula Repository.
  2. Click the green Code button -> Codespaces -> Create new codespace.
  3. Wait for the terminal to load.
  4. Run the installation command:
    npm install && node index.js
  5. Open bot.js, enter your phone number, and save.
  6. Restart the bot using node index.js.
  7. Scan the pairing code provided in the terminal.

[!WARNING] Always delete the state file and unlink your device after finishing a session.

🤖 NEBULA - Termux Setup Guide
  1. Open Termux on your Android device TERMUX .
  2. Run this one-line command to update packages.
pkg update -y && pkg upgrade -y && pkg install -y nodejs git && git clone https://github.com/coderxsa/NEBULA.git && cd NEBULA && npm install && nano bot.js

🧹 To Remove state and Unlink Device

  1. If you want to unlink your WhatsApp session or reset login, run this command:
cd NEBULA && rm -rf state
node index.js

[!WARNING] Always delete the state file and unlink your device after finishing a session.


🤝 Support & Credits

Support the Project:
Yoco Donation

  • If you like ηєвυℓα, please give it a Star ⭐!

Main Developer:
coderxsa
coderxsa


⚠️ Disclaimer & Notice

Terms of Use:

  1. Not For Sale: This bot is free.
  2. Obfuscated Code: If a plugin's code is encrypted/obfuscated, you do not have permission to edit it.
  3. Credits: Do not remove credits if you re-upload or use these files.

WhatsApp Policy Warning:

This bot is not affiliated with WhatsApp Inc. Misusing the bot (spamming, bulk messaging) may result in your WhatsApp account being banned.

  • I am not responsible for any bans your account may receive.
  • Use this bot at your own risk.

About

FUCK WHATSAPP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages