![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #2 (permalink) |
| Member Join Date: Dec 2007
Posts: 47
Reputation: 0 ![]() | Didnt read it but does this help. http://www.autohotkey.com/forum/topic23763.html
__________________ <div align="center">If you don\'t want to earn cash PER search with NO LIMIT don\'t click here.</div> |
| | |
| | #3 (permalink) |
| Senior Member | ImageSearch,OutPutX, OutPutY,6, 113, 985, 780, image.bmp Output x and y are the variables of where the image was found. The 6, 113 is the top left coordinate of where you want the search to start the 985, 780 is the bottom right coordinate of where you want the search to end.
__________________ |
| | |
| | #4 (permalink) |
| Senior Member | This should be in the "Questions in general" sub-forum.
__________________ <div align="CENTER">Chickbot ![]() haha hobdiddy</div> <div align="CENTER"><a href="http://anonym.to/?http://cnetelite.977mb.com" target="_blank">CNET ELITE Website (better looking now...) </a></div> |
| | |
| | #6 (permalink) | |
| Senior Member | <div class='quotetop'>QUOTE (kad77 @ Dec 10 2007, 09:40 PM) <{POST_SNAPBACK}></div><div class='quotetop'>QUOTE </div> Quote:
{ ImageSearch,OutPutX, OutPutY,6, 113, 985, 780, image.bmp If errorlevel = 0 Click, %OutputX%, %OutputY% } This will check for the image 50 times, if it finds it it will click on the top left pixel of it. I have had issues with the top left pixel actually not being clickable, so I personally do this (depending on the size of the image) loop, 50 { ImageSearch,OutPutX, OutPutY,6, 113, 985, 780, image.bmp If errorlevel = 0 OutputX += 5 OutputY += 5 Click, %OutputX%, %OutputY% } This will make it click on a pixel five down and five to the right of the top left...If you get what I am saying!
__________________ | |
| | |
| | #7 (permalink) | |
| Über Moderator Join Date: Dec 2007
Posts: 264
Reputation: 2 ![]() | <div class='quotetop'>QUOTE (Seatbelt99 @ Dec 10 2007, 09:48 PM) <{POST_SNAPBACK}></div><div class='quotetop'>QUOTE </div> Quote:
| |
| | |
![]() |
| Tags |
| ahk, image, search |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Image Search (AHK) Basic Question | sapphirenightz | Programming | 9 | 09-30-2008 02:35 PM |
| Image Mender | m7iders | Software Discussion | 3 | 05-17-2008 03:50 PM |
| Image scanning question | assault14 | Chit Chat | 1 | 05-09-2008 06:11 PM |
| Attach Files To An Image | ahage16 | Software Discussion | 5 | 02-03-2008 02:43 PM |
| Image verify | casper89 | Programming | 15 | 01-13-2008 05:15 PM |