I already did something like this in AutoIt.
Quote:
// This line is necessary to select the proper window
SetActiveWindow [replace with your processid]
While 1=1
MousePos 901, 625
LeftClick
Delay 10000
end
|
Run it, go ingame and move the 'Enter Mission' button to the location where it always clicks. (on a 1024 *768 Resolution)