19 lines
315 B
Plaintext
19 lines
315 B
Plaintext
|
REM Author: UNC0V3R3D
|
||
|
REM Description: Mutes windows audio...
|
||
|
REM Version: 1.0
|
||
|
REM Category: FUN
|
||
|
DELAY 500
|
||
|
GUI r
|
||
|
DELAY 300
|
||
|
STRING powershell Start-Process powershell -Verb runAs
|
||
|
DELAY 200
|
||
|
ENTER
|
||
|
DELAY 600
|
||
|
LEFTARROW
|
||
|
DELAY 300
|
||
|
ENTER
|
||
|
DELAY 450
|
||
|
STRING (new-object -com wscript.shell).SendKeys([char]173)
|
||
|
DELAY 200
|
||
|
ENTER
|