Token Checker is a Python script for validating Discord tokens and saving valid and invalid tokens to separate files.
- Clone the repository:
git clone https://github.com/R0L3xxx/token-checker.git
2 . Install the required dependencies:
pip install -r requirements.txt
Place The Discord tokens in a file named 'tokens.txt', with each token on a new line. Run the script:
python main.py
The script will validate each token and output the results. Valid tokens will be saved to 'valid_tokens.txt', and invalid tokens will be saved to 'invalid_tokens.txt'.
You can customize the script behavior by modifying the following:
tokens.txt: File containing Discord tokens to be checked. valid_tokens.txt: File to save valid tokens. invalid_tokens.txt: File to save invalid tokens.
Discord - bypass101
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or create a pull request.