LoaderSpot/GUI/LoaderSpot_Gui.bat
2022-04-11 18:34:31 +03:00

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