HotKeySet('^{F10}', '_hk1')
While 1
Sleep(100)
WEnd
_hk1 Func()
For $i = 1 to 5 Step 1
Send("{ENTER}")
Send("{m}")
Sleep(100)
Send("{o}")
Sleep(100)
Send("{n}")
Sleep(100)
Send("{e}")
Sleep(100)
Send("{y}")
Sleep(100)
Send("{ENTER}")
Next
EndFunc
Find more questions by tags ProgrammingKeyboardAutoItSoftware
In clickermann there is a record of action, once will do what is necessary and put on the play. - christiana_Casper commented on September 18th 19 at 23:53