Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/mobile/iOS/RickRoll_Apple/payload.txt
2971 views
1
REM Title: RickRoll Apple
2
REM Author: Kalani (minor mod by UberGuidoZ)
3
REM Kalani wrote the original code, just modded to a Rick Roll!
4
REM
5
REM Description: Opens Safari, enters YouTube link, goes full screen.
6
REM Target: Apple iOS (iPhone, iPad)
7
REM Version: 1.0
8
REM Category: Prank
9
REM Source: https://github.com/UberGuidoZ/OMG-Payloads
10
GUI SPACE
11
DELAY 300
12
STRING Safari
13
ENTER
14
DELAY 500
15
GUI t
16
STRINGLN https://www.youtube.com/watch?v=xm3YgoEiEDc
17
DELAY 500
18
STRING f
19
20