Updated Payload DiskTray Prank (markdown)

This commit is contained in:
Windy42 2013-11-16 06:17:40 -08:00
parent 02edaa1845
commit e470867ac9
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,10 @@
Author: Windy42
Description: This will make an .exe that will open the disk tray over and over again.
Note: I do not take all credit for writing this, the prank has been written many times I just converted it into a Payload.
```
GUI d
DELAY 300
GUI r
@ -38,4 +41,5 @@ DELAY 100
GUI d
DELAY 100
STRING Disk Cleanup.vbs
ENTER
ENTER
```