| Author |
Message |
Forum: Support Topic: imagesearch list help |
| florinn |
|
Posted: November 11th, 2011, 9:59 pm
|
|
Replies: 27 Views: 1217
|
That is correct! Image search is costly and takes too long. PixelGetColor should be the right way to do it.
The links above are awesome Leef_me, lots to learn from there. |
|
 |
Forum: Support Topic: imagesearch list help |
| florinn |
|
Posted: November 11th, 2011, 7:01 am
|
|
Replies: 27 Views: 1217
|
| Hi again Leef_me! thanks for your reply. How have you measured this time? TrayTip,, I am searching`n%CurrentIndex%, 10, 1 ^ which changes the number once at ~2 seconds. Each time it starts with the number 9 for some reason lol, even the images in the folder are 1-->112.png. Does it take the same tim... |
|
 |
Forum: Support Topic: imagesearch list help |
| florinn |
|
Posted: November 11th, 2011, 2:28 am
|
|
Replies: 27 Views: 1217
|
| Bringing a old topic live again guys.. I have 112 images to search, each search is using *Trans and the size is between 120/80 px to 40/160 px. It takes about 2 seconds to perform a search on the screen for EACH image, at a resolution of 1600/900, 32 bits true color. This gives me ~224 seconds (almo... |
|
 |
Forum: Support Topic: A Fishing Bot |
| florinn |
|
Posted: November 10th, 2011, 9:17 am
|
|
Replies: 14 Views: 529
|
| Not tested. In your png image attached, you hopefully have pixels that never change their values, either on the left or on the right side. (notice the darker areas) http://i.imgur.com/4P9LH.png Try to take profit on the pixels from the left side of the scroll bar, and do a image search like below: h... |
|
 |
Forum: Support Topic: help with this scan script plz |
| florinn |
|
Posted: July 8th, 2010, 8:05 am
|
|
Replies: 12 Views: 525
|
| i tried it as Code: pixel_list:= pixel_list . "MouseClickDrag, L, " . xx . "+OutputVarX" ", ". yy . "+OutputVarY" ", " . xx . "+OutputVarX" ", ". yy . "+OutputVarY" " ". ";". color . "`n" b... |
|
 |
Forum: Support Topic: help with this scan script plz |
| florinn |
|
Posted: July 8th, 2010, 7:34 am
|
|
Replies: 12 Views: 525
|
| In your generated code the OutputVar is useless atm. Your program does not know where to move the mouse, excepting MouseClickDrag, L, 174, 231, 174, 232 etc. but still, you need to put your mouse movements exactly on top of the drawing area to be able to make it draw. How can you know that your draw... |
|
 |
Forum: Utilities Topic: Sikuli Screenshot based cross platform automation |
| florinn |
|
Posted: June 10th, 2010, 6:07 am
|
|
Replies: 13 Views: 4084
|
| I love the way you can take small screenshots directly from your screen and the script integrates them from the left menu. If a similar GUI could be done in ahk with some more options in the left panel, AND if it would be able to integrate the .bmp files in your compiled script it would be AWESOME. ... |
|
 |
Forum: Scripts Topic: Accept YoVille gifts automatically on Facebook |
| florinn |
|
Posted: June 10th, 2010, 5:46 am
|
|
Replies: 1 Views: 927
|
| Version 2: some bugs fixed, works bit faster, added a second option (to send back gifts or not) http://www.youshare.com/Guest/4adc74a7b650885e.zip.html It is still ignoring the "Help out" message for widgets since sometimes the only option you will have would be to play the game, not to re... |
|
 |
Forum: Support Topic: Safe unlocker |
| florinn |
|
Posted: June 10th, 2010, 5:12 am
|
|
Replies: 2 Views: 332
|
| I can play it once a day only, on http://www.kingdom-age.com/ (dunno if am allowed to post links or not, sorry bout that) but you need a account and you need to unlock other several games to get to it :roll: Tried to download the swf but it wants to connect to the server in order to be able to play ... |
|
 |
Forum: Support Topic: Safe unlocker |
| florinn |
|
Posted: June 10th, 2010, 4:26 am
|
|
Replies: 2 Views: 332
|
| The game below is a safe. The goal is to find the right number in 18 tries. http://img824.imageshack.us/img824/9008/coffre.png The logical steps would be to start from left to right, with number 5. If the result is too low, will try number 7, if is still too low, will try number 9. And reverse, if t... |
|
 |
Forum: Support Topic: PixelSearch help |
| florinn |
|
Posted: June 8th, 2010, 8:04 pm
|
|
Replies: 9 Views: 774
|
| Since I am still a beginner and I have a very basic understanding of ahk, maybe my option will help you also. I use Gosub with labels for each possibility that will appear on the screen. Here is a part of a script I used to unlock a safe game: Label3a: { ;checking if the result is my image or n... |
|
 |
Forum: Scripts Topic: Include a bitmap in your uncompiled script!!! |
| florinn |
|
Posted: June 8th, 2010, 7:50 pm
|
|
Replies: 84 Views: 19858
|
| I want to use Veovis's GUI from page 1 of this topic to have my .png files included in the compiled scripts, so I will have a single .exe. But I want to use ImageSearch inside the script also. It works as long as I use the WriteFile function to read the image from disk, but it does not work for me i... |
|
 |
Forum: Scripts Topic: Accept YoVille gifts automatically on Facebook |
| florinn |
|
Posted: June 7th, 2010, 1:08 am
|
|
Replies: 1 Views: 927
|
| This script will help you accept YoVille gifts from your Facebook page. If you have lots of neighbors is a long and boring process. You need to be logged into Facebook and to see the gifts on the page. {P} to pause, {Esc} to exit. ATM is configured to: - accept art enchanted, all china stuff, collec... |
|
 |
Forum: Scripts Topic: SW copy protection |
| florinn |
|
Posted: May 28th, 2010, 7:21 am
|
|
Replies: 289 Views: 53761
|
| It launches the default email client and creates a basic email. This is relative. I do not use Outlook, Thunderbird, or any others. If you use it, it does not mean that everyone does. Instead, I would think on a simple method to make your program upload the fingerprint on your server. Even they hav... |
|
 |
Forum: Support Topic: Script request: Modify a value into a application |
| florinn |
|
Posted: May 27th, 2010, 7:19 pm
|
|
Replies: 1 Views: 501
|
Bump...any ideas please? Did not managed to find the pointers yet.
I've heard that theres a new update available for CE, will search it and try a pointer scan with the new engine.
Later edit: returned 0. Am a lucky guy. Could I use %Var% somehow? |
|
 |
| Sort by: |