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.
- 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
| 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 |
- 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
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๐ฆ 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- ๐ Get Token Guide - How to extract your Discord user token
- ๐ฑ Android Setup - Run Vantrix on Android (Termux)
- โ๏ธ Config Guide - Complete configuration reference
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
We welcome contributions! Please:
- Fork the repository
- Create a feature branch
- Submit a pull request
- Follow our coding standards
- faiz4sure - Lead Developer & Project Creator
- Team Zyrus - Development & Testing
- SS Bhai - Critical contribution to vanity URL reversion system testing and optimization
- Discord.js-selfbot-v13 - Underlying framework
- Open source community - Inspiration and tools
This project is licensed under the GNU GPL v3.0 License - see the LICENSE file for details.
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.
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.


