mirror of
https://github.com/dbisu/pico-ducky.git
synced 2025-12-06 02:41:45 +00:00
add badges and useful resources to README change payload to open notepad and type "Hello World!" in Windows fix comments in duckyinpython.py rename "pics" folder to "images" update setup mode image to a clearer one
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
REM The next four lines open Notepad in Windows and type "Hello World!"
|
|
GUI r
|
|
STRING notepad
|
|
ENTER
|
|
DELAY 250
|
|
STRING Hello World! |