so i am making a spam script wich basically keeps sending the text you tell it to,
this is my script:
while 1=1
hotkeyset ("a","spam")
hotkeyset("s","stop")
wend
func spam ()
while 1=1
send ("hoi :)")
send ("{enter}")
WEnd
EndFunc
func stop ()
msgbox(1,"stop","hij is gestopt")
EndFunc
as you may...