Updated Payload osx youtube blaster (markdown)

This commit is contained in:
CodeItNow 2013-09-15 14:10:40 -07:00
parent a0f94f1a14
commit 405ba43cc1
1 changed files with 16 additions and 16 deletions

View File

@ -1,16 +1,16 @@
`REM Author: Cody Theodore
REM Title: OSX Youtube Blast
REM This payload will open terminal, crank up the Macs volume all the way, then open a youtube video of your choice by replacing the link. Remember to include the "watch_popup" part of the URL for full screen.
DELAY 1000
GUI SPACE
STRING terminal
DELAY 500
ENTER
DELAY 4000
STRING osascript -e 'set volume 7'
DELAY 500
ENTER
DELAY 500
STRING open http://www.youtube.com/watch_popup?v=dQw4w9WgXcQ
DELAY 500
ENTER`
`REM Author: Cody Theodore`
`REM Title: OSX Youtube Blast`
`REM This payload will open terminal, crank up the Macs volume all the way, then open a youtube video of your` `choice by replacing the link. Remember to include the "watch_popup" part of the URL for full screen.`
`DELAY 1000`
`GUI SPACE`
`STRING terminal`
`DELAY 500`
`ENTER`
`DELAY 4000`
`STRING osascript -e 'set volume 7'`
`DELAY 500`
`ENTER`
`DELAY 500`
`STRING open http://www.youtube.com/watch_popup?v=dQw4w9WgXcQ`
`DELAY 500`
`ENTER`