An automated tool for updating Discord tokens using passwordless remote authentication, with proxy support, multi-threading, and real-time progress tracking.
💬 Discord
·
📜 ChangeLog
·
- Requires:
Python 3.7+ - Create a python virtual environment:
python3 -m venv venv - Activate the environment:
venv\Scripts\activate(Windows) /source venv/bin/activate(macOS, Linux) - Install dependencies:
pip install -r requirements.txt
- Automated Discord token updating via passwordless remote authentication
- Proxy support for avoiding rate limits
- Multi-threaded token processing
- Real-time progress tracking in the console title
- Configurable thread count
- Debug mode for troubleshooting
- Proxy/Proxyless mode support
- Automatic removal of processed tokens from input
- Output folder opens automatically after processing
-
Configuration: Edit
input/config.toml:[dev] Debug = false Proxyless = false Threads = 1
-
Proxy Setup (Optional):
- Add proxies to
input/proxies.txt(one per line) - Format:
ip:portoruser:pass@ip:port
- Add proxies to
-
Token Input:
- Add tokens to
input/tokens.txt(one per line) - Format:
tokenoremail:pass:token
- Add tokens to
-
Running the script:
python main.py
-
Output:
- Updated tokens are saved to
output/<timestamp>/tokens.txt - Invalid tokens to
output/<timestamp>/invalid.txt - Failed attempts to
output/<timestamp>/failed.txt - The output folder will open automatically after processing
- Updated tokens are saved to
- This project is for educational purposes only
- The author is not responsible for any misuse of this tool
- Use responsibly and in accordance with Discord's terms of service
v0.0.1 ⋮ 09/14/2025
! Initial release.