commit
a0c41d2882
|
@ -0,0 +1,10 @@
|
|||
Title: RickRoll Apple<br>
|
||||
Author: Kalani / UberGuidoZ<br>
|
||||
Original ASCII found online, cleaned it up and made it dance a bit.<br>
|
||||
|
||||
Description: Opens Safari, enters YouTube link, goes full screen.<br>
|
||||
Notes: Kalani wrote the original code, just modded to a Rick Roll!<br>
|
||||
Target: Apple iOS (iPhone, iPad)<br>
|
||||
Version: 1.0<br>
|
||||
Category: Prank<br>
|
||||
Source: https://github.com/UberGuidoZ/OMG-Payloads
|
|
@ -0,0 +1,19 @@
|
|||
REM Title: RickRoll Apple
|
||||
REM Author: Kalani (minor mod by UberGuidoZ)
|
||||
REM Kalani wrote the original code, just modded to a Rick Roll!
|
||||
REM
|
||||
REM Description: Opens Safari, enters YouTube link, goes full screen.
|
||||
REM Target: Apple iOS (iPhone, iPad)
|
||||
REM Version: 1.0
|
||||
REM Category: Prank
|
||||
REM Source: https://github.com/UberGuidoZ/OMG-Payloads
|
||||
GUI SPACE
|
||||
DELAY 300
|
||||
STRING Safari
|
||||
ENTER
|
||||
DELAY 500
|
||||
GUI t
|
||||
https://www.youtube.com/watch?v=xm3YgoEiEDc
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING f
|
Loading…
Reference in New Issue