I hate this T_T
I ended up with this code to learn to use PixelSearch(Move to Red)
While True
If Not $stop then
$Get = PixelSearch(left, top, right, bottom, 0xFF0000)
If not @error Then
Mousemove($Get[0], $Get[1])
EndIf
EndIf
WEnd
HALP PLEASE! T_T