Nothing amazing to be honest...
Here's a quick look at it, as I'm writing this up as I am posting.
Opt("MouseCoordMode",2)
HotKeySet ("{F1}","_Move")
HotKeySet ("{F2}","_End")
While 1
Sleep (1)
WEnd
Func _Move()
MouseMove (200,200,0)
EndFunc
Func _End()
Exit
EndFunc
Still trying to understand AutoIt.
I've also tried various mouse speeds, none of them work.