AutoHotkey Community

It is currently May 23rd, 2012, 5:30 pm

All times are UTC [ DST ]


Search found 46 matches
Search these results:

Author Message

 Forum: Support   Topic: need help making a key stroke script please

Posted: June 28th, 2007, 7:21 pm 

Replies: 3
Views: 445


thank you

 Forum: Support   Topic: need help making a key stroke script please

Posted: June 28th, 2007, 6:51 pm 

Replies: 3
Views: 445


i think is the right code for the stop and start

Code:
#w::
stopnow = 1
Return

#s::
stopnow = 0

 Forum: Support   Topic: need help making a key stroke script please

Posted: June 28th, 2007, 6:32 pm 

Replies: 3
Views: 445


im so confused i need to make a keystroke script which i can easily change the letters and have it go extremly fast alternating between the 2
ex. ABAB
like .5 of a second in between the two and be able to stop it which a keystroke as well as start it
can anyone help me out?

 Forum: Support   Topic: how do i stop this program with a key stroke?

Posted: June 18th, 2007, 11:47 pm 

Replies: 7
Views: 470


thank u so much idk how i would figure this out without u man ur amazing at this

 Forum: Support   Topic: how do i stop this program with a key stroke?

Posted: June 18th, 2007, 11:40 pm 

Replies: 7
Views: 470


wht keystroke do you want to stop it with? ;stopkey is Win+w #w:: stopnow = 1 Return #s:: stopnow = 0 Loop 2500 { click 576,484 Sleep 10 If (stopnow = 1) Break } return This is one of many ways to stop it. ok i think i get it if i use the program u used then id have to press 0 to ...

 Forum: Support   Topic: how do i stop this program with a key stroke?

Posted: June 18th, 2007, 11:34 pm 

Replies: 7
Views: 470


dont get it

 Forum: Support   Topic: how do i stop this program with a key stroke?

Posted: June 18th, 2007, 9:53 pm 

Replies: 7
Views: 470


thanks

 Forum: Support   Topic: how do i stop this program with a key stroke?

Posted: June 18th, 2007, 9:39 pm 

Replies: 7
Views: 470


#s::
Loop 2500
{click 576,484
Sleep 10
}
return

 Forum: Support   Topic: Just started autohotkey.

Posted: March 13th, 2007, 11:50 am 

Replies: 12
Views: 847


i think by the look 2 auto fight in the mmorpg adventure quest found on the site www.battleon.com

 Forum: Support   Topic: Just started autohotkey.

Posted: March 13th, 2007, 2:07 am 

Replies: 12
Views: 847


well did u no u doubled some commands?? and for future use the code button at the top of the reply page so its easyer 2 read and if u get rid of the * it should loop 400 times

 Forum: Support   Topic: can sum1 explain how 2 start a game??

Posted: March 12th, 2007, 3:40 am 

Replies: 8
Views: 529


thanks man google wont work on my computer any more idk y

 Forum: Support   Topic: can sum1 explain how 2 start a game??

Posted: March 12th, 2007, 3:22 am 

Replies: 8
Views: 529


i do how in general do you do games, also how would u program it into a box or something of the sort

 Forum: Support   Topic: can sum1 explain how 2 start a game??

Posted: March 12th, 2007, 3:18 am 

Replies: 8
Views: 529


srry man i got a concussion and i cant think right i havent tryed anything yet since i have no clue how the basics of a "game" would work like if i put it into somwething or wat

 Forum: Support   Topic: can sum1 explain how 2 start a game??

Posted: March 12th, 2007, 3:05 am 

Replies: 8
Views: 529


like the background and stuff and the code?

 Forum: Support   Topic: what are some codes i can create and where do i get them??

Posted: March 11th, 2007, 11:08 pm 

Replies: 16
Views: 850


ok then wats compile do?
Sort by:  
Page 1 of 4 [ Search found 46 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group