Answer the question
In order to leave comments, you need to log in
How to write a simple script in AutoIT?
You need to press Enter in one game (Kozaki), then enter money and Enter again and do this 5 times. I am not familiar with this program, maybe someone will write a script if this is possible. Thank you.
Answer the question
In order to leave comments, you need to log in
Wrote a script. Launched by CNTR+F10.
HotKeySet('^{F10}', '_hk1')
While 1
Sleep(100)
WEnd
Func _hk1()
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question