parent
3f3db839d0
commit
f8fecdf11a
|
@ -1,4 +1,9 @@
|
|||
REM Rick Roll Updater
|
||||
REM Title: Rick Roll Updater
|
||||
REM Author: MocconaCoffee
|
||||
REM Description: Load a fake Windows 10 update screen and creates two Visual Basic Scripts *rickyou.vbs* and *volup.vbs* in the **%tmp%** directory.
|
||||
REM Description: *rickyou.vbs* is responsible for playing the rick roll audio, while *volup.vbs* is responsible for maintaining the volume.
|
||||
REM Notes: *The only way to cancel the rick roll is to manually end the VBS tasks via task manager or to sign out via CTRL ALT DELETE.
|
||||
REM Tested OS: Windows 10 (other distributions of Windows haven't been tested, they may or may not work.
|
||||
DELAY 3000
|
||||
GUI r
|
||||
DELAY 100
|
||||
|
|
Loading…
Reference in New Issue