- Joined
- 25 Mar 2026
- Messages
- 76
- Reaction score
- 1,467
- Points
- 83
Link:
Discord: mr.mythic_killer
Features:
Discord: mr.mythic_killer
Features:
- Dual Token Support
- Automatically detects and validates both user tokens (JWT format with 3 parts) and bot tokens (with or without Bot prefix).
- No need to manually specify the token type.
- Comprehensive Validation
- Uses Discord API endpoint /api/v9/users/@me for real‑time verification.
- Returns one of three statuses: VALID, LOCKED (disabled/revoked), or INVALID.
- Detailed User Information (on valid user tokens)
- Username & global name
- User ID
- Email address and verification status
- Phone number (if set)
- Two‑Factor Authentication (2FA) status
- Nitro subscription tier (None, Classic, Nitro, Basic)
- Bot‑Specific Details
- Shows total number of guilds (servers) the bot is in.
- Lists the names of the first few guilds (up to 5).
- Two Input Modes
- Single token – paste one token directly.
- File‑based bulk check – load multiple tokens from a text file.
- Graphical File Picker (tkinter)
- When selecting a file, a native file‑selection dialog appears (if tkinter is installed).
- Falls back to manual filename entry if the dialog fails or tkinter is unavailable.
- Smart Token Extraction from Files
- Supports lines containing email:pass:token – automatically extracts the last part as the token.
- Skips empty lines and lines starting with # (comments).
- Colour‑Coded Output
- Uses colorama to highlight statuses:
- Green for VALID
- Yellow for LOCKED / ERROR
- Red for INVALID
- Easy to spot results at a glance.
- Uses colorama to highlight statuses:
- Built‑in Rate Limiting
- Adds a small delay (0.3 seconds) between requests to avoid hitting Discord’s rate limits.
- Error Handling & Timeouts
- Network timeouts (10 seconds) prevent hanging.
- Graceful handling of connection errors, invalid responses, and unexpected exceptions.
- Displays meaningful error messages.
- Session Summary
- After checking all tokens, shows total time taken and a count of valid, locked, and invalid tokens.
- Helpful Tips
- When invalid tokens are found, displays common reasons (e.g., expired token, missing Bot prefix) and format reminders.
- Lightweight & Portable
- Requires only standard libraries: requests, json, re, time, colorama (optional), tkinter (optional for file picker).
- Works on Windows, Linux, and macOS.
