So, It will be something like this?
CODEWhile 1
Send("{ALT}")
Sleep(5000)
WEnd
; Loop start
; Sends text
; Wait for 5 seconds
; Loop end (and go to start again)
Can anyone tell me how to make a script that presses any button forever?
like... a code that makes my computer press Enter forever or something like this...
I just started and i would like to learn how to use AutoIt..
Thank you