| Author |
Message |
Topic: Could someone help me write this simple code? |
chisengseng
Replies: 13
Views: 213
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 6:00 pm Subject: Could someone help me write this simple code? |
I ll let you find that out on your own *hint look up break in Command reference
I got the answer lol
thanks again to all who helped me, this program is interesting  |
Topic: Could someone help me write this simple code? |
chisengseng
Replies: 13
Views: 213
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 5:50 pm Subject: Could someone help me write this simple code? |
this way will use window key + space bar
#space::
loop
{
Click Right
sleep 1000
}
oh I see, the heading varies the activate key.
btw, how to stop the loop ?  |
Topic: Could someone help me write this simple code? |
chisengseng
Replies: 13
Views: 213
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 5:46 pm Subject: Could someone help me write this simple code? |
You need to press ctrl + z to fire the code provided.
O it works!!! I thought you use window + space to activate it
thats how the demo taught me
a million thanks to Superfraggle, mok ... |
Topic: Could someone help me write this simple code? |
chisengseng
Replies: 13
Views: 213
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 5:43 pm Subject: Could someone help me write this simple code? |
post exactly what you have in your script here
isn't the .ahk file a script? if it is, thats all I have, shown in the picture.
what else do I have to add?
sorry for being newb  |
Topic: Could someone help me write this simple code? |
chisengseng
Replies: 13
Views: 213
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 5:36 pm Subject: Could someone help me write this simple code? |
try:
^z::
loop
{
Click Right
sleep 1000
}
it still doesn't work
http://i54.photobucket.com/albums/g120/gnlics/key.jpg
did I do it right? I saved it and use window + ... |
Topic: Could someone help me write this simple code? |
chisengseng
Replies: 13
Views: 213
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 5:12 pm Subject: Could someone help me write this simple code? |
^z::
loop
{
Send {RButton}
sleep 1000
}
I copied the code, Edited, saved, then used window + space,
It doesn't activate. I close the window and repeat the step ... |
Topic: Could someone help me write this simple code? |
chisengseng
Replies: 13
Views: 213
|
Forum: Ask for Help Posted: Mon Apr 21, 2008 4:59 pm Subject: Could someone help me write this simple code? |
how to perform a right click loop (click per 1 second)
I read the help section, yet it seems to be too hard for me to understand
thanks for helping  |
| |