Mythic Discord Token Premium Checker

mythic_killer

Member
Joined
25 Mar 2026
Messages
76
Reaction score
1,467
Points
83
Link:

Discord: mr.mythic_killer
Features:
  1. 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.
  2. 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.
  3. 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)
  4. Bot‑Specific Details
    • Shows total number of guilds (servers) the bot is in.
    • Lists the names of the first few guilds (up to 5).
  5. Two Input Modes
    • Single token – paste one token directly.
    • File‑based bulk check – load multiple tokens from a text file.
  6. 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.
  7. 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).
  8. 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.
  9. Built‑in Rate Limiting
    • Adds a small delay (0.3 seconds) between requests to avoid hitting Discord’s rate limits.
  10. Error Handling & Timeouts
    • Network timeouts (10 seconds) prevent hanging.
    • Graceful handling of connection errors, invalid responses, and unexpected exceptions.
    • Displays meaningful error messages.
  11. Session Summary
    • After checking all tokens, shows total time taken and a count of valid, locked, and invalid tokens.
  12. Helpful Tips
    • When invalid tokens are found, displays common reasons (e.g., expired token, missing Bot prefix) and format reminders.
  13. Lightweight & Portable
    • Requires only standard libraries: requests, json, re, time, colorama (optional), tkinter (optional for file picker).
    • Works on Windows, Linux, and macOS.