๐ Token Security
Your Discord token is the most important piece of data. Here's how we protect it:
- SHA-256 Hashing: Tokens are hashed using SHA-256 before storage
- Never Logged: Your raw token is never written to logs or console
- Encrypted Sessions: Session data is encrypted server-side
- No Third Parties: We never share or send your token anywhere
How It Works
This platform operates on a client-side execution model:
- Browse Selfbots: View curated Discord selfbots
- Flex on ur friends lol
- Run on our servers : Execute the selfbot on YOUR SERVER
Why This Model?
- Your Control: You have full control over what runs
- Privacy: Your activity stays on your machine
- Transparency: You can inspect the code before running
Auto-Login
When you log in, your token hash is saved to enable auto-login:
- Token is hashed (one-way encryption)
- Hash is stored in SQLite database
- Session persists using secure cookies
- You stay logged in until you manually logout
Important Reminders
- Never share your Discord token with anyone
- Using selfbots violates Discord ToS - use at your own risk
- Always review code before executing it
- Keep your token secure and private