mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-29 03:56:08 -04:00
9 lines
118 B
Plaintext
9 lines
118 B
Plaintext
REM open notepad and type a text
|
|
DELAY 3000
|
|
GUI R
|
|
DELAY 200
|
|
STRING notepad
|
|
ENTER
|
|
DELAY 200
|
|
STRING Hello World!!!
|
|
ENTER |