NeoBook Tutorial English: SendKeys

preview_player
Показать описание
.NeoBook Function Library
.Action Command: SendKeys
.by Gordon Anderson

:thank you please subscribe
.settings
SetVar "[speed]" "200"

.hello
SendKeys "[exefile]" "H"
GoSub "speed"
SendKeys "[exefile]" "e"
GoSub "speed"
SendKeys "[exefile]" "l"
GoSub "speed"
SendKeys "[exefile]" "l"
GoSub "speed"
SendKeys "[exefile]" "o{Enter}"

.thank
SendKeys "[exefile]" "T"
GoSub "speed"
SendKeys "[exefile]" "h"
GoSub "speed"
SendKeys "[exefile]" "a"
GoSub "speed"
SendKeys "[exefile]" "n"
GoSub "speed"
SendKeys "[exefile]" "k "
GoSub "speed"

.you
SendKeys "[exefile]" "y"
GoSub "speed"
SendKeys "[exefile]" "o"
GoSub "speed"
SendKeys "[exefile]" "u "
GoSub "speed"

.for
SendKeys "[exefile]" "f"
GoSub "speed"
SendKeys "[exefile]" "o"
GoSub "speed"
SendKeys "[exefile]" "r "
GoSub "speed"

.watching
SendKeys "[exefile]" "w"
GoSub "speed"
SendKeys "[exefile]" "a"
GoSub "speed"
SendKeys "[exefile]" "t"
GoSub "speed"
SendKeys "[exefile]" "c"
GoSub "speed"
SendKeys "[exefile]" "h"
GoSub "speed"
SendKeys "[exefile]" "i"
GoSub "speed"
SendKeys "[exefile]" "n"
GoSub "speed"
SendKeys "[exefile]" "g{Enter}"
GoSub "speed"

.please
SendKeys "[exefile]" "P"
GoSub "speed"
SendKeys "[exefile]" "l"
GoSub "speed"
SendKeys "[exefile]" "e"
GoSub "speed"
SendKeys "[exefile]" "a"
GoSub "speed"
SendKeys "[exefile]" "s"
GoSub "speed"
SendKeys "[exefile]" "e "
GoSub "speed"

.subscribe
SendKeys "[exefile]" "s"
GoSub "speed"
SendKeys "[exefile]" "u"
GoSub "speed"
SendKeys "[exefile]" "b"
GoSub "speed"
SendKeys "[exefile]" "s"
GoSub "speed"
SendKeys "[exefile]" "c"
GoSub "speed"
SendKeys "[exefile]" "r"
GoSub "speed"
SendKeys "[exefile]" "i"
GoSub "speed"
SendKeys "[exefile]" "b"
GoSub "speed"
SendKeys "[exefile]" "e{Enter}{Enter}"
GoSub "speed"

:speed
Delay "[speed]"
Return

.comments: If you would like to donate YOUR OWN code to the .Function Library please e-mail it to me include your name, email .and website.

.******************************************************
.NEED A EXE FILE FOR YOUR PUB?
.******************************************************
Рекомендации по теме