Created
May 22, 2023 15:17
-
-
Save gmelodie/afec81f6e3a1c90f1e01463e4c002cd0 to your computer and use it in GitHub Desktop.
Badusb scripts for linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ID 1234:abcd Flipper Devices:Flipper Zero | |
REM run echo command | |
REM ---- open terminal (assuming shortcut is ctrl+alt+t) | |
DELAY 1000 | |
HOLD CTRL | |
HOLD ALT | |
STRING t | |
RELEASE CTRL | |
RELEASE ALT | |
DELAY 1000 | |
REM --- send echo command | |
STRING echo "hello world" | |
ENTER | |
DELAY 750 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment