AutoHotkey Community

It is currently May 24th, 2012, 1:16 pm

All times are UTC [ DST ]


Search found 1020 matches
Search these results:

Author Message

 Forum: Support   Topic: Single keypress resulting in multiple contextual characters

Posted: June 10th, 2011, 1:57 pm 

Replies: 2
Views: 268


Read the manual under "hotkeys" and you will learn everything you need. Study this keyboard remap and you will figure it out (i advise pressing every button and you will see what it does) A::Send 1 B::Send 123 C::Send I ate a banana. D::Send boingboing{space}boingboing{space...

 Forum: Support   Topic: Help with script format

Posted: June 10th, 2011, 1:52 pm 

Replies: 6
Views: 189


Code:
loop 10000 {
Click right 520, 373
Sleep 4875
Send v
Sleep 25000
Send v
}

f11::Exitapp
f12::pause

 Forum: Support   Topic: 1 button alt tab on windows button 4

Posted: June 4th, 2011, 3:22 pm 

Replies: 2
Views: 229


Code:
Xbutton1::AltTab

 Forum: Support   Topic: A_Cursor

Posted: May 26th, 2011, 2:22 pm 

Replies: 4
Views: 453


for example,
Code:
Mouse:
sleep 3000
If (A_Cursor = "Wait")
   Goto, Mouse
Else If (A_Cursor = "Arrow")
msgbox, cursor = arrow
return

 Forum: Support   Topic: A_Cursor

Posted: May 26th, 2011, 2:17 pm 

Replies: 4
Views: 453


it does work, but when you run the script your mouse cursor changes to loading for a split second. thus making the msgbox fail

 Forum: Support   Topic: A_Cursor

Posted: May 26th, 2011, 1:38 pm 

Replies: 4
Views: 453


Code:
Mouse:
If (A_Cursor = "Wait")
   Goto, Mouse
Else If (A_Cursor = "Arrow")
msgbox, cursor = arrow
return

 Forum: Support   Topic: Waiting for a program to finish loading.

Posted: May 26th, 2011, 1:47 am 

Replies: 5
Views: 274


does it automatically focus? maybe you have to winactive it. anyway just because its active doesnt mean its loaded, maybe screenshot and image search every second or something

 Forum: Support   Topic: please help

Posted: May 25th, 2011, 11:57 pm 

Replies: 4
Views: 125


Code:
wheelup::Send {Click}
wheeldown::Send {Click}

 Forum: Support   Topic: please help

Posted: May 25th, 2011, 11:32 pm 

Replies: 4
Views: 125


Code:
Xbutton1::f1
Xbutton2::f3

 Forum: Support   Topic: PixelSearch script, help needed

Posted: May 24th, 2011, 1:58 pm 

Replies: 57
Views: 1499


i think he wants you to fill it out like this, however i dont think it will work While PixelExist(0x2727C6, 1045, 562, 1165, 570) And Not PixelExist(0x21CB2E, 1039, 523, 1132, 545) And Not PixelExist(0x0D7300, 1039, 523, 1132, 545) And Not PixelExist(0xA6CCC4, 1039, 523, ...

 Forum: Support   Topic: PixelSearch script, help needed

Posted: May 23rd, 2011, 11:07 pm 

Replies: 57
Views: 1499


is it possible for you to get the exact coordinates where these colours can be found? it would make things alot easier. Or does it have to be a specific area

go on irc webchat again its easier

 Forum: Support   Topic: PixelSearch script, help needed

Posted: May 23rd, 2011, 10:38 pm 

Replies: 57
Views: 1499


This is my guess, but i probably got the syntax wrong H:: Click down Loop { PixelSearch, OneX, OneY, 1045, 562, 1165, 570, 0x2727C6, 0, Fast PixelSearch, TwoX, TwoY, 1045, 562, 1165, 570, 0x0D7300 0, Fast PixelSearch, ThreeX, ThreeY, 1045, 562, 1165, 570, 0xA6CCC4, 0, Fast If (OneX != "...

 Forum: Support   Topic: World of Warcraft ( wow ) Script and Mouse commands help

Posted: May 23rd, 2011, 8:16 pm 

Replies: 7
Views: 732


This looks right ~a::ClonesPush("{a down}") ~a up::ClonesPush("{a up}") ~s::ClonesPush("{s down}") ~s up::ClonesPush("{s up}}") ~d::ClonesPush("{d down}") ...

 Forum: Support   Topic: PixelSearch script, help needed

Posted: May 23rd, 2011, 8:06 pm 

Replies: 57
Views: 1499


Ok i understand. Thanks for the examples

 Forum: Support   Topic: PixelSearch script, help needed

Posted: May 23rd, 2011, 8:00 pm 

Replies: 57
Views: 1499


I dont see why my code (which is exactly the same except uses a return) doesnt work

If you use a return in a loop, shouldn't it start again or am i wrong?
Sort by:  
Page 1 of 68 [ Search found 1020 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group