Add files via upload

This commit is contained in:
amd64fox
2021-08-11 21:06:48 +03:00
committed by GitHub
parent 51f6b7a620
commit 6af6bea830
3 changed files with 410 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
@echo off
powershell -Command "& {[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}"; "& {Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/amd64fox/SpotX/main/install.ps1' | Invoke-Expression}"
pause
exit