- 🔐 Account Management - Login, logout, device auths, and session management
- 🛒 Item Shop - View current shop, set reminders for items
- 📊 Stats & Info - Check stats, V-Bucks, playtime, ranked info
- 🎮 Game Utilities - Launch game, matchmaking, cloud storage
- 👻 Cosmetic Tools - Ghost equip, fake presets, locker export
- 🏆 Flex Features - Fake crowns, fake level, fake rank
- 👥 Friends Management - Full friends dashboard with XMPP
- 🔧 MeshPro Tools - Assets, cosmetics, playlists, weapons data
- ⚡ Premium System - Premium features with MongoDB integration
# Clone the repository
git clone https://github.com/AjaxFNC-YT/Nex.git
cd Nex
# Install dependencies
npm install
# Configure the bot
# Edit config.js with your credentials
# Start the bot
node index.js
Edit config.js with your settings:
export const config = {
DISCORD_TOKEN: 'your_bot_token',
CLIENT_ID: 'your_client_id',
GUILD_ID: 'your_guild_id',
REG_TO_GUILD: false,
MONGODB_URI: 'your_mongodb_uri',
PREMIUM_IS_FREE: false,
OWNER_IDS: ['your_discord_id']
};
| Command |
Description |
/bot-info |
View bot system status and statistics |
/premium-info |
See premium system info and your status |
| Command |
Description |
/login |
Login to your Epic Games account |
/login-device |
Login using device auth |
/login-x |
Login via exchange code |
/auth-login |
Login using authorization code |
/logout |
Logout from your account |
/deviceauths |
Manage your device authorizations |
| Command |
Description |
/account-info |
View detailed account information |
/vbucks |
Check V-Bucks balance and set platform |
/stats |
View your Fortnite statistics |
/playtime |
Check your total playtime |
/ranked-info |
View ranked mode information |
/check-ban |
Check if an account is banned |
/lookup |
Lookup a player by username |
/who |
Get info about a player |
/profile |
View your profile summary |
/past-seasons |
View past season stats |
| Command |
Description |
/shop |
View current Fortnite item shop |
/shop-reminder |
Set reminders for shop items |
/notify-me |
Get notified when items return |
| Command |
Description |
/launch |
Launch Fortnite |
/launch-island |
Launch into a creative island |
/spam-launch |
Spam launch requests |
/init-mm |
Initialize matchmaking |
/try-to-mms |
Attempt matchmaking |
/session-data |
View current session data |
/cloudstorage |
Manage cloud storage |
/epic-status |
Check Epic Games server status |
| Command |
Description |
/accesstoken |
Get your access token |
/exchange |
Get exchange code |
/eos-token |
Get EOS token |
/code |
Generate authorization code |
/friendcodes |
Manage friend codes |
| Command |
Description |
/ghostequip |
Ghost equip cosmetics |
/locker-fngg |
Export locker to fortnite.gg |
/brella |
Brella umbrella customization |
/dupe |
Duplicate cosmetics |
/dupefle |
Duplicate FLE items |
| Command |
Description |
/fake-crowns |
Set fake crown wins |
/fake-level |
Set fake account level |
/fake-rank |
Set fake ranked tier |
| Command |
Description |
/friends |
Full friends management dashboard |
/custom-status |
Set custom online status |
/fake-preset |
Create fake locker presets |
/auto-supercharge |
Auto supercharge XP management |
| Command |
Description |
/connections |
View linked platform connections |
/crew |
Check Fortnite Crew status |
/sac |
Support-A-Creator code info |
/claim-2fa |
Claim 2FA rewards |
/xp |
View XP information |
/skip-tutorial |
Skip the tutorial |
/weblogin |
Get web login URL |
| Command |
Description |
/assets |
Browse game assets |
/cosmetic |
Search cosmetics database |
/playlists |
View available playlists |
/weapons |
Browse weapons data |
/convert |
Convert asset formats |
/misc |
Miscellaneous mesh tools |
| Command |
Description |
/eval |
Evaluate JavaScript code |
/exec-cmd |
Execute console commands |
/premium |
Manage user premium status |
/reload |
Reload bot commands |
/routine |
Manage bot routines |
/epic-request |
Make raw Epic API requests |
- Runtime: Node.js 18+
- Framework: Discord.js v14
- Database: MongoDB
- Real-time: XMPP for presence/friends
Created by AjaxFNC
⚠️ Note: A significant portion of this codebase was generated with AI assistance.
This project is open source and available for personal use.
⭐ Star this repo if you found it useful!