Skip to content

A Discord selfbot that provides comprehensive anti-nuke protection for Discord servers. Features vanity URL protection that can revert unauthorized vanity changes and bring the old vanity back, mass action detection, and automatic recovery from malicious activities.

License

Notifications You must be signed in to change notification settings

faiz4sure/vantrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Discord GitHub Stars License Node.js Made in India


๐ŸŽฏ Revolutionary Vanity URL Protection

Vantrix is the first open source working selfbot that can actually revert unauthorized vanity URL changes in real-time. This breakthrough feature sets it apart from all other selfbots.

โšก Key Capabilities

  • Instant Reversion: Changes reverted within seconds using automated MFA authentication
  • Smart Detection: Distinguishes legitimate admin changes from malicious attempts
  • Multi-Server Support: Protect vanity URLs across multiple Discord servers simultaneously

๐Ÿ›ก๏ธ Complete Anti-Nuke Protection Suite

๐Ÿ“Š Protection Matrix

Threat Type Detection Response Recovery
Mass Bans โœ… Real-time Punishment Auto-unban victims
Mass Kicks โœ… Real-time Punishment DM invites sent
Channel Deletion โœ… Instant Punishment Auto-restore channels
Role Deletion โœ… Instant Punishment Auto-restore roles
Vanity Changes โœ… Instant Punishment Auto revert
Member Updates โœ… Smart Context-aware Selective recovery

๐ŸŽฏ Advanced Features

  • Smart Role Filtering: Ignores onboarding/autorole actions
  • Rate Limiting: Prevents API abuse and detection
  • Multi-Server Support: Protect multiple servers simultaneously
  • Owner Whitelisting: Trusted users bypass all protections
  • Configurable Thresholds: Adjustable sensitivity levels

๐Ÿ“ฆ Installation

Requirements: Node.js 18+ and a Discord user token

# Clone the repository
git clone https://github.com/faiz4sure/vantrix.git
cd vantrix

# Install dependencies
npm install

# Configure your settings
nano config.yml  # Edit with your token, server IDs, etc.

# Start the bot
node index.js

๐Ÿš€ Startup Preview

Vantrix Startup

Beautiful startup banner with protection status

โš™๏ธ Configuration

๐Ÿ“ฆ Quick Configuration
selfbot:
  token: "YOUR_DISCORD_TOKEN"  # โš ๏ธ  NEVER SHARE THIS
  server1_id: "1234567890123456789"  # Your server ID
  owner1_id: "9876543210987654321"   # Your user ID

antinuke_settings:
  punishment: "ban"  # ban, kick, or none
  auto_recovery: true
  ignored_role_ids: ["1111111111111111111"]  # Onboarding/autorole IDs

vanity_reversion:
  password: "YOUR_DISCORD_PASSWORD"  # For vanity protection
  fallback_vanity: "myserver"  # Backup vanity code
๐Ÿ”ง Advanced Configuration
# Protection thresholds
ban_limit: 5        # Max bans per time window
kick_limit: 5       # Max kicks per time window
time_window: 36000000  # 10 hours in milliseconds

# Recovery settings
recover_channels: true
recover_roles: true
recovery_delay: 1500  # ms between recoveries

# Logging
log_webhook: "https://discord.com/api/webhooks/..."
log_owner_dm: true

๐Ÿ” Vanity Protection in Action

Vanity Protection Console Logs

Real-time console logs showing vanity URL attack detection and reversion

Vanity Protection Audit Logs

Discord audit logs proving the vanity URL was successfully reverted

๐Ÿ“š Documentation

๐Ÿ—๏ธ Architecture

Vantrix/
โ”œโ”€โ”€ index.js              # Main entry point
โ”œโ”€โ”€ config.yml            # Configuration file
โ”œโ”€โ”€ docs/                 # Documentation
โ”œโ”€โ”€ handlers/
โ”‚   โ”œโ”€โ”€ EventsHandler.js  # Event management
โ”‚   โ””โ”€โ”€ Anticrash.js      # Crash protection
โ””โ”€โ”€ utils/
    โ”œโ”€โ”€ AntiNukeManager.js # Core protection logic
    โ”œโ”€โ”€ Logger.js          # Logging system
    โ”œโ”€โ”€ WhitelistManager.js # User management
    โ””โ”€โ”€ RateLimitManager.js # API rate limiting

๐Ÿค Contributing

We welcome contributions! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Submit a pull request
  4. Follow our coding standards

๐Ÿ“ž Support & Community

Discord Server GitHub Issues

๐Ÿ™ Credits & Acknowledgments

Core Development Team

  • faiz4sure - Lead Developer & Project Creator
  • Team Zyrus - Development & Testing

Special Thanks

  • SS Bhai - Critical contribution to vanity URL reversion system testing and optimization
  • Discord.js-selfbot-v13 - Underlying framework
  • Open source community - Inspiration and tools

๐Ÿ“„ License

This project is licensed under the GNU GPL v3.0 License - see the LICENSE file for details.

โš ๏ธ Disclaimer

This tool is for educational and legitimate server protection purposes only. Users are responsible for complying with Discord's Terms of Service. The developers are not responsible for any misuse or violations.


๐Ÿ›ก๏ธ SECURITY & INTEGRITY NOTICE ๐Ÿ›ก๏ธ

This codebase is completely secure from the developer's side - no token grabbers, no information logging, no malicious code. This is a legitimate protection tool, not a harmful selfbot. If you have any concerns or questions about security, join our Discord support server for transparent discussion.

The first ever open source working vanity URL reversion system. Don't waste time trying to copy or skid this - focus on creating something original instead.


Built with โค๏ธ in India by Team Zyrus ๐Ÿ‡ฎ๐Ÿ‡ณ

About

A Discord selfbot that provides comprehensive anti-nuke protection for Discord servers. Features vanity URL protection that can revert unauthorized vanity changes and bring the old vanity back, mass action detection, and automatic recovery from malicious activities.

Topics

Resources

License

Stars

Watchers

Forks