Add files via upload

This commit is contained in:
amd64fox 2022-04-11 18:34:31 +03:00 committed by GitHub
parent 74858bdc7d
commit 55fa746179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
GUI/LoaderSpot_Gui.bat Normal file
View file

@ -0,0 +1,4 @@
@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