Skip to content

Dark-Xploit/CypherX-Ultra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ UltraX Bot

Lightweight • Multi-Session • WhatsApp Bot


📺 Panel(Katabump) Deployment Tutorial

Watch this before asking questions, everything is covered step by step.

UltraX Deployment Tutorial

▶️ Click to watch on YouTube


Deploy to Heroku

Step 1: Fork the Repository

⚠️ You must fork this repository. The bot verifies your GitHub username against the fork on startup.


Step 2: Get a Session ID


Step 3: Deploy

Click the button below and fill in the config vars when prompted, make sure you have a functional heroku account:

Deploy to Heroku


Configuration (Environment Variables)

Variable Description Required
MASTER_PASSWORD Web dashboard password, needed to pair sessions and access settings ✅ Yes
GITHUB_USERNAME Your GitHub username (must have forked this repo) ✅ Yes
DATABASE_URL PostgreSQL connection string, auto-set by Heroku Postgres add-on ✅ Yes
PORT Web server port, auto-set by Heroku, don't change unless running on panel ❌ No

💡 On Heroku, set these under Settings → Config Vars.
For local development, edit .env or use settings.js and fill in the values.


Local Setup

# 1. Clone your fork
git clone https://github.com/<YOUR_USERNAME>/CypherX-Ultra
cd CypherX-Ultra

# 2. Install dependencies
npm install

# 3. Configure environment
nano settings.js
# Edit settings.js with your values

# 4. Start the bot
npm start

Then open http://localhost:3000 in your browser to access the web dashboard.


✨ Features

  • 🔁 Multi-session: run multiple WhatsApp accounts simultaneously
  • 🔄 Auto-update: pulls latest changes from GitHub automatically
  • 🌐 Web dashboard: pair sessions, manage settings and play games via browser
  • 🧩 Plugin system: easily extend with custom commands
  • 🛡️ Anti-delete / Anti-edit: catch deleted and edited messages
  • 📊 Lightweight: optimised for low-memory environments

License

This project is licensed for personal use. You may not redistribute or sell modified versions.
© Dark-Xploit - All rights reserved.

About

Mini Version of CypherX which is very lightweight and has multi-session support

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors