Jump to content

Recommended Posts

Posted (edited)

Hi i have downloaded the every available imagesearch.au3 and the dll file but it does not seem to work.

I have tried both bmp format image and png format image.

I use windows 7 home premium. 64 bit.

Been trying it from yesterday...Kept thinking what is wrong lolz.

Please help! :

Thanks in Advance.

Edited by Amiekbir
Posted

Something like this

#include <ImageSearch.au3>

HotKeySet("S","Start")

$X=0

$Y=0

Func Start()

$Search=_ImageSearch('5212883.bmp', 0, $X, $Y, 0)

If $Search=1 Then

MouseMove($X, $Y, 10)

EndIf

EndFunc

while 1

Sleep (100)

WEnd

trying to move the mouse to any particular bmp or png.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...