| Author |
Message |
Topic: how to add start/stop on clicker |
Kimmi
Replies: 9
Views: 199
|
Forum: Ask for Help Posted: Sat Nov 28, 2009 2:11 pm Subject: how to add start/stop on clicker |
Thanx, I just tryed it but I didnt work, Im a little confused tho, do you meen I should add this to my initial code, or just use the one you gave me.
Just the one I gave you. SetTimer replaces the ... |
Topic: how to add start/stop on clicker |
Kimmi
Replies: 9
Views: 199
|
Forum: Ask for Help Posted: Thu Nov 26, 2009 8:13 pm Subject: how to add start/stop on clicker |
SetTimer will do the job.
^s::setTimer, Clicker, 200 ;start
^p::setTimer, Clicker, off ;pause
Clicker:
click
return
Thanx, I just tryed it but I didnt work, I ... |
Topic: how to add start/stop on clicker |
Kimmi
Replies: 9
Views: 199
|
Forum: Ask for Help Posted: Thu Nov 26, 2009 5:24 pm Subject: how to add start/stop on clicker |
hotkeys go at the end
Loop
{
Click
Sleep, 200
}
^!p::Pause
well this didnt pause for me.
What is wrong ?? |
Topic: how to add start/stop on clicker |
Kimmi
Replies: 9
Views: 199
|
Forum: Ask for Help Posted: Sun Nov 22, 2009 1:02 am Subject: how to add start/stop on clicker |
^!p::Pause
Loop
{
Click
Sleep, 200
}
I tryed this and buch of other pause keys but it doesnt seem to work, now the script wont start at all... what am I missing her ... |
Topic: how to add start/stop on clicker |
Kimmi
Replies: 9
Views: 199
|
Forum: Ask for Help Posted: Sat Nov 21, 2009 3:19 pm Subject: how to add start/stop on clicker |
I got this:
Loop
{
Click
Sleep, 200
}
But how do get a start/stop function with this... ie using numlock or any other key... dont really matter. |
| |