jaweb 0 Posted August 12, 2010 I've manage to write an entire script simply by searching but I now need specific answers. I have MouseClick("left",Random(0,@DesktopWidth,1),Random(0,@DesktopHeight,1)) but I want it to randomly click within a certain area of the screen (an inch within the screen borders), or preferably, only within a application. Thanx Share this post Link to post Share on other sites
StandardUser 2 Posted August 12, 2010 You can get the aplications window position with WinGetPos() and set Random() min max values within that interval. Share this post Link to post Share on other sites