While 1
/
/
/
A whole bunch of codes found in help and here: https://www.autoitscript.com/autoit3/docs/
/
/
/
WEnd
OR:
HotKeySet("{ESC}", "Terminate")
While 1
MouseClick("Right",674,422)
MouseClick("Left",673,447)
Sleep(2000)
/
/
/
A whole bunch of codes found in help and here: https://www.autoitscript.com/autoit3/docs/
/
/
/
MouseClick("Left",675,339)
SLeep(3000)
WEnd
Func Terminate()
Exit 0
EndFunc
Sorry if i should't let this here to be found by newbies like me -.-'