4 lines
No EOL
275 B
Batchfile
4 lines
No EOL
275 B
Batchfile
@echo off
|
|
powershell -Command "& {[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}"; "& {Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/amd64fox/LoaderSpot/main/GUI/LoaderSpot_Gui.ps1' | Invoke-Expression}"
|
|
pause
|
|
exit |