From d5f54bba5494c858a857c68731ef4e0b16ee6376 Mon Sep 17 00:00:00 2001 From: Yuri <32714790+Eimaen@users.noreply.github.com> Date: Mon, 15 Nov 2021 02:01:17 +0300 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f57064 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# N2 (Nitrogen) +The proper Discord Nitro code generator and checker. + +## not FAQ +*"not" just because c'mon why don't you pay for fxxing nitro?)* +### 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? +1. Change webhook URL in `Program.cs` file (bottom). You can also change thread count and file names. +2. Build sources (restore NuGet packages). +3. Go to the output folder and create a `proxies.txt` file. +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 +``` +5. Start the program and wait.