| Author |
Message |
Topic: need help making a key stroke script please |
deuce600
Replies: 3
Views: 203
|
Forum: Ask for Help Posted: Thu Jun 28, 2007 6:21 pm Subject: need help making a key stroke script please |
| thank you |
Topic: need help making a key stroke script please |
deuce600
Replies: 3
Views: 203
|
Forum: Ask for Help Posted: Thu Jun 28, 2007 5:51 pm Subject: need help making a key stroke script please |
i think is the right code for the stop and start
#w::
stopnow = 1
Return
#s::
stopnow = 0 |
Topic: need help making a key stroke script please |
deuce600
Replies: 3
Views: 203
|
Forum: Ask for Help Posted: Thu Jun 28, 2007 5:32 pm Subject: need help making a key stroke script please |
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 a ... |
Topic: how do i stop this program with a key stroke? |
deuce600
Replies: 7
Views: 223
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 10:47 pm Subject: how do i stop this program with a key stroke? |
| thank u so much idk how i would figure this out without u man ur amazing at this |
Topic: how do i stop this program with a key stroke? |
deuce600
Replies: 7
Views: 223
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 10:40 pm Subject: how do i stop this program with a key stroke? |
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)
... |
Topic: how do i stop this program with a key stroke? |
deuce600
Replies: 7
Views: 223
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 10:34 pm Subject: how do i stop this program with a key stroke? |
| dont get it |
Topic: how do i stop this program with a key stroke? |
deuce600
Replies: 7
Views: 223
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 8:53 pm Subject: how do i stop this program with a key stroke? |
| thanks |
Topic: how do i stop this program with a key stroke? |
deuce600
Replies: 7
Views: 223
|
Forum: Ask for Help Posted: Mon Jun 18, 2007 8:39 pm Subject: how do i stop this program with a key stroke? |
#s::
Loop 2500
{click 576,484
Sleep 10
}
return |
Topic: Just started autohotkey. |
deuce600
Replies: 12
Views: 532
|
Forum: Ask for Help Posted: Tue Mar 13, 2007 10:50 am Subject: Just started autohotkey. |
| i think by the look 2 auto fight in the mmorpg adventure quest found on the site www.battleon.com |
Topic: Just started autohotkey. |
deuce600
Replies: 12
Views: 532
|
Forum: Ask for Help Posted: Tue Mar 13, 2007 1:07 am Subject: Just started autohotkey. |
| 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 |
Topic: can sum1 explain how 2 start a game?? |
deuce600
Replies: 8
Views: 271
|
Forum: Ask for Help Posted: Mon Mar 12, 2007 2:40 am Subject: can sum1 explain how 2 start a game?? |
| thanks man google wont work on my computer any more idk y |
Topic: can sum1 explain how 2 start a game?? |
deuce600
Replies: 8
Views: 271
|
Forum: Ask for Help Posted: Mon Mar 12, 2007 2:22 am Subject: can sum1 explain how 2 start a game?? |
| i do how in general do you do games, also how would u program it into a box or something of the sort |
Topic: can sum1 explain how 2 start a game?? |
deuce600
Replies: 8
Views: 271
|
Forum: Ask for Help Posted: Mon Mar 12, 2007 2:18 am Subject: can sum1 explain how 2 start a game?? |
| 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 |
Topic: can sum1 explain how 2 start a game?? |
deuce600
Replies: 8
Views: 271
|
Forum: Ask for Help Posted: Mon Mar 12, 2007 2:05 am Subject: can sum1 explain how 2 start a game?? |
| like the background and stuff and the code? |
Topic: what are some codes i can create and where do i get them?? |
deuce600
Replies: 16
Views: 399
|
Forum: Ask for Help Posted: Sun Mar 11, 2007 10:08 pm Subject: what are some codes i can create and where do i get them?? |
| ok then wats compile do? |
| |