Discord Bot that tries Discord Nitro gift codes if exists. Feel free to contribute this project.
[!] However it is very very very low (impossible) chance to get a working Nitro gift due to randomized 24 digit code.
-
Discord Nitro = 24 Chars (1.0408797e+43 possibility)
-
Discord Nitro Classic = 16 Chars (4.7672402e+28 possibility)
Mathematically impossible if you consider gifts are claimed by real recipient in hours. :c
People selling Discord Nitro for low price is probably with stolen credit card or stolen Discord Accounts with saved PayPal account. Please do not purchase from them, it is a crime.
🚀 Install --> Releases
giftCode = function () {
let code = "";
let letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
for (var i = 0; i < 24; i++) {
code = code + letters.charAt(Math.floor(Math.random() * letters.length));
}
return code;
}
- fs
- line-reader
- request
> download files
> npm install
> node app.js
> Enjoy!
This project is licensed under the GPL General Public License v3.0 License
・Educational purpose only and all your consequences caused by you actions is your responsibility
・Selling this Free Tool is forbidden
・If you make a copy of this/or fork it, it must be open-source and have credits linking to this repo