Jump to content

Help With Image Search


Recommended Posts

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
Link to comment
Share on other sites

  • Moderators

You need to post the code you are using, as well as explain in detail what you expect to happen, and what error(s) you're receiving.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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