0% found this document useful (0 votes)
65 views1 page

FD5UEF7I7MYBAL7

This document uses WScript to open Notepad and slowly type out the message "THIS IS AUTOTYPING!" by sending individual keystrokes with delays between each keypress to simulate someone typing. It creates a WScript shell object, runs Notepad, then uses sendkeys to input each character in the message with a 100 millisecond delay between keys.

Uploaded by

ITzGours
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views1 page

FD5UEF7I7MYBAL7

This document uses WScript to open Notepad and slowly type out the message "THIS IS AUTOTYPING!" by sending individual keystrokes with delays between each keypress to simulate someone typing. It creates a WScript shell object, runs Notepad, then uses sendkeys to input each character in the message with a 100 millisecond delay between keys.

Uploaded by

ITzGours
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Set wshshell = [Link]("WScript.

Shell")
[Link] "Notepad"
[Link] 100
[Link] "H"
[Link] 100
[Link] "I"
[Link] 100
[Link] " "
[Link] 100
[Link] "T"
[Link] 100
[Link] "H"
[Link] 100
[Link] "I"
[Link] 100
[Link] "S"
[Link] 100
[Link] " "
[Link] 100
[Link] "I"
[Link] 100
[Link] "S"
[Link] 100
[Link] " "
[Link] 100
[Link] "A"
[Link] 100
[Link] "U"
[Link] 100
[Link] "T"
[Link] 100
[Link] "O"
[Link] 100
[Link] "T"
[Link] 100
[Link] "Y"
[Link] 100
[Link] "P"
[Link] 100
[Link] "I"
[Link] 100
[Link] "N"
[Link] 100
[Link] "G"
[Link] 100
[Link] "!"
[Link] 100
[Link] "!"

You might also like