TwitchTermina / YANG

The most efficient open-source discord nitro checker and generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YANG: Yet Another Nitro Generator


The most efficient nitro generator and checker you'll ever find.
Made with ❤ by Tenclea
If you liked this project, please consider starring it <3

Previews

• Proxy Scrapper & Checker :


• Main Nitro Codes Generator :

Main features

  • Very fast code generator and checker (2000 attempts/minute)
  • Proxy scrapper and checker
  • Auto nitro-redeem
  • Download fresh proxies while checking codes
  • Full webhook support
  • Real-time stats

Requirements

Setup

  • Clone or download this repository to your computer.
  • Copy your token in the redeemToken field in the config.json file (use notepad to open it), and edit the other config variables as you like.
  • Paste fresh http(s)/socks proxies into required/http-proxies.txt/required/socks-proxies.txt.
  • Open up a command prompt in the downloaded folder and type npm install to install the requirements.
  • Start the generator by typing node app.js.
  • If any error pops out, make sure to fix it before using the generator.

Config file

These are the "global/config variables" :

  • debugMode > Prints additional information to the console, like proxies connection errors. (true/false)
  • redeemToken > The token the nitro codes will be applied to. (String)
  • saveWorkingProxies > Whether to write or not the working proxies to working_proxies.txt (recommended). (true/false)
  • scrapeProxies > Whether to automatically or not download fresh proxies from online sources. (true/false)
  • threads > The number of attempts to run at the same time. (Number)
  • webhookUrl > A webhook url to be notified when a code was found. (String)

Disclaimer

Everything you can see here has been made for educational purposes and as a proof of concept.
I do not promote the usage of my tools, and do not take responsibility for any bad usage of this tool.
Stealing codes means stealing money from people and is against Discord's TOS. Don't.

About

The most efficient open-source discord nitro checker and generator.


Languages

Language:JavaScript 100.0%