Jump to content

swatsapkraz

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

swatsapkraz's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Very nice. Thank you, I did try it and it works flawlessly.
  2. When I have this part of the code: local $search = _ImageSearchArea('check5.bmp', 1, 800, 40, 900, 80, $x, $y, 0) Does the first parameter dictate the tolerance? In the code above that would be "1" or how do I dictate the tolerance as I have an image which is semi transparent which I would like to find no matter what screen is in the background.
  3. First script here. Thanks for taking the time. I want to download a file from my dropbox or other cloud file host and I want autoit to read the file and proceed. Here are the references I've gone through, it's just I'm not familiar yet with autoit so I'm looking for advice: https://www.autoitscript.com/autoit3/docs/functions/InetGet.htm https://www.autoitscript.com/autoit3/docs/functions/FileRead.htm How would I start out downloading a text file from dropbox and if in the file there is a 1 then it will proceed with the rest of the script if there is a 0 or if the file cannot be downloaded I want it to just end. Thank you for taking the time to read this and I apologize in advance if this seems very trivial for some but this is my first script and I'm hoping this is the correct place to ask this question.
×
×
  • Create New...