update README instructions and formatting (#9)

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
This commit is contained in:
Peter Fritz
2021-08-28 18:38:51 -03:00
committed by GitHub
parent 2e676ca902
commit 4ad9a94943
5 changed files with 64 additions and 38 deletions

View File

@@ -1,4 +1,6 @@
REM Testing Script
STRING atom test.txt
DELAY 2000
GUI L
REM The next four lines open Notepad in Windows and type "Hello World!"
GUI r
STRING notepad
ENTER
DELAY 250
STRING Hello World!