Additions from JKCTech

https://github.com/jkctech/Flipper-Zero-Scripts
This commit is contained in:
UberGuidoZ
2022-09-04 00:47:09 -07:00
parent 2706f7c279
commit e211eb1aa9
22 changed files with 184 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
REM Title: RickRoll
REM Author: Jeffrey Koopman | JKCTech
REM Description: Opens default browser and puts up RickRoll without ads
REM Target: macOS 11.0+
REM
GUI SPACE
DELAY 500
STRING terminal
ENTER
DELAY 1000
STRING open 'https://www.youtube.com/watch?v=xvFZjo5PgG0'; exit
ENTER