This script is a simple Discord token generator that utilizes the Discord Direct Fulfillment API. It periodically sends a request to the API, retrieves the generated token, and appends it to a file (tokens.txt
).
Before running the script, make sure you have the following installed:
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/w0ahL/OPX-Nitro-Generator.git
Modify the config.json
file to customize the script behavior if you need:
cooldown
: The interval between token generation requests (in milliseconds).
Run the script using the following command:
node index.js
The generated tokens will be appended to the tokens.txt
file in the project root.
This script is for educational purposes only. Use it responsibly and in compliance with Discord's Terms of Service.
This project is licensed under the Mozilla Public Version 2.0 License - see the LICENSE file for details.