Discord Nitro Generator Save

discord bot that tries discord nitro gift codes if exists.

Project README

Discord Nitro Generator

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.

    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;
    }

Website

Requirements

  • Node.js
  • Node Package Manager (npm)

Dependencies

  • fs
  • line-reader
  • request

How to install & run

  • Firstly clone repo with command line.
$ git clone https://github.com/xnti/discord-nitro-generator
  • Switch directory to repo.
$ cd discord-nitro-generator
  • Install dependencies.
$ npm install
  • Run application.
$ node app.js
Open Source Agenda is not affiliated with "Discord Nitro Generator" Project. README Source: xnti/discord-nitro-generator
Stars
78
Open Issues
2
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating