Jump to content

Help Using ImageSearch


DotLoose
 Share

Recommended Posts

I was using the library ImageSearch.au3 from '?do=embed' frameborder='0' data-embedContent>>, everything was amazin but them and I got a little trouble when  I tried to use my script in a different PC.  
The images aren't recognized, I tried to change the resolution to 1280*720 but the images are still different.
I tried to save the same image in my desktop and notebook with 'print screen', both computers with the same resolution, why the images are still different from each other?

Link to comment
Share on other sites

If (_ImageSearch('next.bmp', 1, $x, $y, 0)) Then
 MouseMove($x, $y, 10)
 MouseClick("left",$x,$y,1,3)
   EndIf

As you see the code is corrent, is its working wonderful on my desktop. I have one BMP image called next.bmp in the directory and when this image appear in somewhere in the screen, the script move to the coordinates and do a click. 

The problem is when I try to execute the script in my notebook or in my work PC, the image next.bmp is not recognized in other pc.

Link to comment
Share on other sites

The next button: 

KQER7AE.png

I was really trying to do a anti captcha for my downloads, but I found other solutions "JDdownloader", its a little annoying that I have to get some credits to use the captcha system, but its better then try to do filters to resolve captchas.

Link to comment
Share on other sites

Sorry, but you are violating forum rules here.

1. Do not ask for help with AutoIt scripts, post links to, or start discussion topics on the following subjects:

  • Malware of any form - trojan, virus, keylogger, spam tool, "joke/spoof" script, etc.
  • Bypassing of security measures - log-in and security dialogs, CAPTCHAs, anti-bot agents, software activation, etc.
  • Automation of software/sites contrary to their EULA (see Reporting bullet below).
  • Launching, automation or script interaction with games or game servers, regardless of the game.
  • Running or injecting any code (in any form) intended to alter the original functionality of another process.
  • Decompilation of AutoIt scripts or details of decompiler software.

And

7. Do not repost the same question if the previous thread has been locked - particularly if you merely reword the question to get around one of the prohibitions listed above.

 

Not cool.

Not to mention you want to use it on multiple PCs.

Edited by MBALZESHARI
Link to comment
Share on other sites

  • Moderators

DotLoose,

It does look very much as if you are still trying to avoid CAPTCHAs. Please do not start a third thread on this - our (or to be more specific, my) patience has limits. :naughty:

M23

Edit: After an exchange of PMs, I am convinced that this second thread is NOT CAPTCHA-related, so I am reopening it. However, the above warning still stands - you are now firmly on my radar, which is not where you want stay for long. ;)

Edited by Melba23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

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...