Path: blob/master/payloads/library/prank/Quack_Rolled/payload.txt
2968 views
REM Title: Quack_Rolled1REM Author: LulzAnarchyAnon2REM Description: The first thing is volume is increased to 100%3REM Afterwards Afterwards you get Rick Rolled Ducky Style.4REM Target: Windows 10 PowerShell5REM Props: Darren Kitchen and I am Jakoby6REM Version: 1.07REM Category: Prank89DELAY 50010GUI r11DELAY 50012STRING powershell -windowstyle hidden13DELAY 50014ENTER15DELAY 50016STRING Function Set-SoundVolume17DELAY 50018ENTER19STRING {20DELAY 50021ENTER22STRING Param(23DELAY 50024ENTER25STRING [Parameter(Mandatory=$true)]26DELAY 50027ENTER28STRING [ValidateRange(0,100)]29DELAY 50030ENTER31STRING [Int]32DELAY 50033ENTER34STRING $volume35DELAY 50036ENTER37STRING )38DELAY 50039ENTER40DELAY 50041STRING $keyPresses = [Math]::Ceiling( $volume / 2 )42DELAY 50043ENTER44DELAY 50045STRING $obj = New-Object -ComObject WScript.Shell46DELAY 50047ENTER48DELAY 50049STRING 1..50 | ForEach-Object { $obj.SendKeys( [char] 174 ) }50DELAY 50051ENTER52STRING for( $i = 0; $i -lt $keyPresses; $i++ )53DELAY 50054ENTER55STRING {56DELAY 50057ENTER58STRING $obj.SendKeys( [char] 175 )59DELAY 50060ENTER61STRING }62DELAY 50063ENTER64STRING }65DELAY 50066ENTER67STRING New-Alias -Name "ssv" Set-SoundVolume68DELAY 50069ENTER70STRING Set-SoundVolume 10071DELAY 50072ENTER73DELAY 100074STRING exit75DELAY 50076ENTER77DELAY 200078GUI r79DELAY 50080STRING cmd /c start https://www.youtube.com/watch?v=L_B5kYSTK_Y81DELAY 50082ENTER83DELAY 50084TAB85DELAY 50086ENTER87DELAY 50088TAB89DELAY 50090f919293