Jump to content

Will this script work?


miketh2005
 Share

Recommended Posts

Will this script work? Please help, thanks.

Func Bot()
    $coord = PixelSearch(0, 0, 4, 187, 0xB20000)
    If Not @error Then
        MouseClick("primary", $coord[0], $coord[1], 2)
        Sleep(5000) ;five seconds
        MouseClick("primary", 1230, 167)
        Bot()
    EndIf

    If @error Then
        Bot()
    EndIf
EndFunc   ;==>Bot
Link to comment
Share on other sites

  • Developers

Looks to me you are opening up a second thread on the same subject to see if you get response this time.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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