mirror of
https://github.com/Clortox/MalduinoScripts.git
synced 2025-02-22 16:57:59 +00:00
Create Rickroller(0000.txt)
This commit is contained in:
parent
058e54525f
commit
31a37629f8
24
Rickroller(0000.txt)
Normal file
24
Rickroller(0000.txt)
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
REM Rick Roller
|
||||||
|
REM This will turn their volume all the way up, then play whatever youtube video
|
||||||
|
REM you want in IE. The example uses of course the classic Rick Roll
|
||||||
|
DELAY 1000
|
||||||
|
GUI r
|
||||||
|
DELAY 200
|
||||||
|
STRING cmd
|
||||||
|
ENTER
|
||||||
|
DELAY 500
|
||||||
|
STRING sndvol.exe -f
|
||||||
|
ENTER
|
||||||
|
DELAY 1000
|
||||||
|
UP
|
||||||
|
REPEAT 100
|
||||||
|
ALT F4
|
||||||
|
DELAY 50
|
||||||
|
ALT F4
|
||||||
|
DELAY 200
|
||||||
|
GUI r
|
||||||
|
DELAY 200
|
||||||
|
STRING https://youtu.be/dQw4w9WgXcQ?t=18
|
||||||
|
ENTER
|
||||||
|
DEALY 500
|
||||||
|
GUI d
|
Loading…
Reference in New Issue
Block a user