Skip to content

Eimaen/N2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N2 (Nitrogen)

The proper Discord Nitro code generator and checker.

not FAQ

Why?

All the generators that I saw on github contained a bunch of errors in their code. I took everything into account and wrote my own. Because why not?

How to use?

From built source

  1. Download an archive from the releases page.
  2. Unzip and edit configuration in Nitrogen.dll.config.
  3. Fill the file proxies.txt with proxies. Example:
socks4://192.168.13.37:4153
socks4://79.137.22.8:4153
http://1.1.1.1:1111
socks5://13.37.13.37:1337
  1. Start the program, glhf.

Build your own

  1. Build sources (restore NuGet packages).
  2. Change config stored in the output folder (Nitrogen.dll.config).
  3. Create a proxies.txt file in the output folder.
  4. Fill the file proxies.txt with proxies. Example:
socks4://192.168.13.37:4153
socks4://79.137.22.8:4153
http://1.1.1.1:1111
socks5://13.37.13.37:1337
  1. Start the program, glhf.