Discord Nitro Generator & Checker is a simple, efficace and fully configurable Discord Nitro generator.
It supports advanced generation (like appending prefix or suffix, generating every possible code...) and manual or automatic proxies in order to leverage the checking power.
It will basically generate random codes and test them through Discord's API, and let you know where there's a hit.
Very easy :
- Prepare the environment
- Make sure
node >=14
is installed, or install it. - Create a new folder for this program :
mkdir Dngc
. - Go into it :
cd Dngc/
.
- Make sure
- Run
git clone https://github.com/Catatomik/Discord-Nitro-Gen-Checker.git
to copy the program - Install the program (dependencies) :
npm i
. - Configure before lauching.
- Open the config file :
nano config.json
. - Edit as wanted, properties are explicit, then save and close.
- Open the config file :
- (Optional) Run
node generator.js
to generate codes, or append somes to a file namedcodes/codes.txt
. - Run
node checker.js [number of codes to check]
to start massively checking codes.
In case of bug, just open an issue.