Jump to content

Amiekbir

Active Members
  • Posts

    26
  • Joined

  • Last visited

Recent Profile Visitors

135 profile views

Amiekbir's Achievements

Seeker

Seeker (1/7)

2

Reputation

  1. one more question how to return to beginning of a code? use return command?
  2. i used the 32 bit too same result.
  3. anyone can help?please. I just need a valid dll and imagesearch.au3 for win 7 64 bit. thank you
  4. anything to do with 32/64 bit?
  5. 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.
  6. Downloaded from there. Script used is from YouTube
  7. 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.
  8. Thanks. I just hope i make it to work lolz.
  9. Hi i did what u said but i am unable to use the imagesearch function. I used the 64 bit one but now working.
  10. HI i downloaded all the files dll and imagesearch.au3. Seems it is not working. Can anyone tell me which oen is for 64 bit and windows 7? Thanks
  11. To learn the proper use of ImageSearch that is why. I learnt it from youtube imagesearch. But it is not working. I think the problem is the imagedll.dll and imagesearch.au3. Any working imagesearch.au3 for windwows7? Thanks for replying fast though
  12. I was trying to make the mouse move to the location of my iTunes no matter where i move in desktop.
  13. Nope its not a game. I just used windows snipping tool while learning the thing. Snipping tool by default names it capture.png. Its my itunes shortcut icon. lolz thanks.
  14. downloaded the imagesearch thing from this link
×
×
  • Create New...