Page 1 of 1

Does a script like this exist???

Posted: 23 Apr 2018, 09:23
by ElClicador
Is there a script out there where I can select an image on screen and my mouse follows the image??

If not, is it possible to make such a script. Where I can select ANY image and my mouse will follow it?


Please help.

Re: Does a script like this exist???

Posted: 24 Apr 2018, 16:28
by neverlevel
this highly depends on the image. . if the image is solid and you can cut out the center of it<so as not to get any background> loop imagesearch and mousemove could be an easy solution.. screenshot your image and cut out a piece that only shows up in it.. then you can look up those commands in the help file and put somthing to "paper" and give it a try it should look like

Code: Select all

loop
{
imagesearch, Your paramaters for variables to store the location in,screensize, and image name andlocation
if statement for if found
{
mousemove, your variables for found location
}
}