| Author |
Message |
Topic: Imagesearch can find the image ambiguous?? |
dearmite
Replies: 3
Views: 130
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 8:54 am Subject: Imagesearch can find the image ambiguous?? |
but when I turn the image to jpg file
like this.
CoordMode Pixel
ImageSearch, FoundX, FoundY, 0, 0, 1024,768, *30 c:\AutoHotkey_logo2.jpg
and the script donot work properly |
Topic: Imagesearch can find the image ambiguous?? |
dearmite
Replies: 3
Views: 130
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 8:49 am Subject: Imagesearch can find the image ambiguous?? |
oh yes.
It works
CoordMode Pixel
ImageSearch, FoundX, FoundY, 0, 0, 1024,768, *10 c:\AutoHotkey_logo2.GIF |
Topic: how can I monidate the key press??:arrow: |
dearmite
Replies: 1
Views: 50
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 8:51 am Subject: how can I monidate the key press??:arrow: |
I want press CTRL + D
How can I do??
 |
Topic: Imagesearch can find the image ambiguous?? |
dearmite
Replies: 3
Views: 130
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 3:18 am Subject: Imagesearch can find the image ambiguous?? |
imagesearch
All operating systems support GIF, JPG, BMP, ICO, CUR, and ANI images (BMP images must be 16-bit or higher).
but JPG,search the image exactly or ambiguous
if the image is bmp
How ... |
Topic: HOW can i define my hotkey |
dearmite
Replies: 4
Views: 110
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 3:02 am Subject: HOW can i define my hotkey |
oh it works .
thank you , |
Topic: HOW can i define my hotkey |
dearmite
Replies: 4
Views: 110
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 1:58 am Subject: HOW can i define my hotkey |
oh sorry ,
I think I can try this.
#n::Run Notepad
^!c::Run calc.exe |
Topic: Need script to press space every two minutes |
dearmite
Replies: 7
Views: 227
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 1:57 am Subject: Need script to press space every two minutes |
loop
{
sendinput {space}
sleep, 120000
}
return
esc::
exitapp
return
esc::
what the mean?? |
Topic: HOW can i define my hotkey |
dearmite
Replies: 4
Views: 110
|
Forum: Ask for Help Posted: Mon Jun 16, 2008 1:53 am Subject: HOW can i define my hotkey |
I want in a game ,if I press the hotKEY(I can define)
and the script begin run ..
I read the Tutorial , but I donot find the answer....
after all thanks for the Tutorial |
Topic: HOW can i define my hotkey |
dearmite
Replies: 4
Views: 110
|
Forum: Ask for Help Posted: Sun Jun 15, 2008 11:58 pm Subject: HOW can i define my hotkey |
I want run the sript in another program.
and I want define a hotkey in my sript
HOW?? |
| |