AutoHotkey Community

It is currently May 21st, 2012, 4:51 pm

All times are UTC [ DST ]


Search found 7 matches
Search these results:

Author Message

 Forum: Support   Topic: Imagesearch if found- start another imagesearch.

Posted: July 29th, 2011, 6:37 pm 

Replies: 3
Views: 128


Thank you for your comments. Imagesearch detects all my images which I need to find. I just need some help with the code below. Loop { ImageSearch, FoundX, FoundY, 0,0, 100,100, *50 C:\icons\Image1.tif if ( ErrorLevel = 0 ) {ImageSearch, FoundX, FoundY, 0,0, 200,200, *50 C:\icons\I...

 Forum: Support   Topic: Imagesearch if found- start another imagesearch.

Posted: July 29th, 2011, 5:27 pm 

Replies: 3
Views: 128


Hello, Sorry if it's dumb question. "Image1" will appear at 100, 100 "Image2" will appear at 200, 200 I want start search at 100, 100 and when "Image1" will appear here- start searching at 200,200 for "Image2". If "Image2"- appear then do "actio...

 Forum: Support   Topic: Please help with that code

Posted: April 23rd, 2011, 11:50 pm 

Replies: 3
Views: 192


girlgamer wrote:
See my response in this post to a similar situation..... regarding multiple hotkeys conflicting with each otherhttp://www.autohotkey.com/forum/viewtopic.php?t=71087&highlight=

thank you, Now I know wht doorbell and phone rings-means. But any thoughts?

 Forum: Support   Topic: Please help with that code

 Post subject: Please help with that code
Posted: April 23rd, 2011, 11:28 am 

Replies: 3
Views: 192


Hello, Please take a look at my code below: NumPad6:: Loop { GetKeyState, state, NumPad6, P if state=d Send 86 } return NumPad3:: Loop { GetKeyState, state, NumPad3, P if state=d Send {Click}0 } return NumPad1:: Loop { GetKeyState, state, NumPad1, P if state=d Send...

 Forum: Support   Topic: click in game

Posted: May 17th, 2010, 11:24 am 

Replies: 5
Views: 344


Try to launch your script in "Administrator mode".

 Forum: Support   Topic: Imagesearch. Which image will find first?

Posted: May 12th, 2010, 5:51 pm 

Replies: 2
Views: 242


Hi m8s,

Not sure if I'm right in my suggestions so I want to ask.
If I got two identicall images in same area where my imagesearch working which one it will find first?

 Forum: Offtopic   Topic: Selling scripts based on Autohotkey

Posted: May 12th, 2010, 1:18 pm 

Replies: 4
Views: 489


I've noticed recently that some guys start distribute their own scripts which based on aouthotkey.
You need to pay for the script after Trial period.
Is't it ok?
Sort by:  
Page 1 of 1 [ Search found 7 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group