Jump to content

MouseClick background


 Share

Recommended Posts

I'm sorry.because i am posting second same topic twice.

I'ud like to Click a coord at background.I used to _FF.au3 but i can't.It isn't work with my firefox.

#Include <ImageSearch.au3>
#Include <FF.au3>

Local $x1=0
Local $y1=0
Local $sMode=_ImageSearchArea("suclar.bmp",0,0,0,@DesktopWidth,@DesktopHeight,$x1,$y1,0)
Local $vSearch=""


$suclar = _ImageSearchArea("suclar.bmp",0,0,0,@DesktopWidth,@DesktopHeight,$x1,$y1,0)

$Sucuisle = _ImageSearchArea("Sucuisle.bmp",0,0,0,@DesktopWidth,@DesktopHeight,$x1,$y1,0)

$Araba = _ImageSearchArea("Araba.bmp",0,0,0,@DesktopWidth,@DesktopHeight,$x1,$y1,0)

$Arabacal = _ImageSearchArea("Arabacal.bmp",0,0,0,@DesktopWidth,@DesktopHeight,$x1,$y1,0)






;   _FFImageClick($vSearch,$sMode,True)
While 1
_FFImageClick($vSearch,$suclar,True)
Sleep(2000)
_FFImageClick($vSearch,$Sucuisle,True)
Sleep(80000)
WEnd
or can i work this at background?
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...