Compare commits

..

5 Commits

Author SHA1 Message Date
UberGuidoZ
854b3593e8
Added link to SIGUrger 2023-04-03 18:39:14 -07:00
UberGuidoZ
820fe09309
Merge pull request #367 from leedave/feature/leeds_apps
Color Guess and Cross Remote update from leedave
2023-04-03 18:24:32 -07:00
UberGuidoZ
73276e3e37
Merge pull request #369 from ecimin0/main
update COMMAND to GUI
2023-04-03 18:23:35 -07:00
Eric Cimino
7267d10903 update COMMAND to GUI 2023-04-02 11:24:46 -05:00
David Lee
017b43601c Color Guess and Cross Remote update from leedave 2023-04-02 12:39:21 +02:00
4 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -17,7 +17,7 @@ DELAY 1000
STRING open 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'
ENTER
DELAY 1000
COMMAND TAB
GUI TAB
DELAY 100
STRING osascript -e 'set volume 7' && killall Terminal
ENTER

View File

@ -13,6 +13,8 @@ Protip: Change the VID/PID to further trust of your device. [Great searchable li
Don't forget to check out some other friends too! [I-Am-Jakoby](https://github.com/I-Am-Jakoby) | [Øiphori3](https://github.com/0iphor13) | [Hak5](https://hak5.org/blogs/payloads)
Some others I've found but can't vouch for (but worth exploring!) [SIGUrger](https://github.com/SIGUrger/FlipperZeroBadusb)
Thirsty for more? Here's some light reading (lol) about the [USB HID spec](https://usb.org/sites/default/files/hut1_3_0.pdf).
-----