10 lines
474 B
Plaintext
10 lines
474 B
Plaintext
REM Title: Simple max volume rickroll
|
|
REM Author: P-ict0 (https://github.com/P-ict0)
|
|
REM Description: Turns up the volume to 100% and opens rickroll in default browser, all in one command
|
|
REM https://github.com/P-ict0/duckyINO/tree/main/payloads/funny/rickroller
|
|
|
|
DELAY 3000
|
|
|
|
GUI r
|
|
STRING powershell $obj = New-Object -ComObject WScript.Shell; 1..50 | ForEach-Object { $obj.SendKeys( [char] 175 ) }; Start-Process 'https://www.youtube.com/watch?v=xvFZjo5PgG0&autoplay=1'
|