Does a script like this exist???

Ask gaming related questions (AHK v1.1 and older)
ElClicador
Posts: 9
Joined: 05 Apr 2016, 21:23

Does a script like this exist???

23 Apr 2018, 09:23

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.
neverlevel
Posts: 60
Joined: 13 Apr 2016, 22:02

Re: Does a script like this exist???

24 Apr 2018, 16:28

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
}
}



Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 81 guests