Page 1 of 1

HELP ME TO EDIT THIS SCRIPT PLEASE

Posted: 13 Jul 2018, 00:58
by ramez
I AM NEW
I want to edit this script to can control the speed like i want.
Because it is very fast.
Random click mouse:

f1::

Hotkey, Lbutton, toggle
return



Lbutton::

While GetKeyState("Lbutton", "P"){
SetBatchLines,-1
click


}

Re: HELP ME TO EDIT THIS SCRIPT PLEASE

Posted: 13 Jul 2018, 02:37
by swagfag
First of there's no reason for set batch lines to be constantly redefined within the loop, so pull it out towards the top and place it in the auto execute section. You can put a sleep in your loop instead, so as to introduce a delay.

Re: HELP ME TO EDIT THIS SCRIPT PLEASE

Posted: 14 Jul 2018, 17:27
by ramez
ok people i was fix it by myself

f1::

Hotkey, Lbutton, toggle
return



Lbutton::

While GetKeyState("Lbutton", "P"){
SetBatchLines,-1
click
Sleep 70 ; millisconds

}

you realy all a very good persons.
Big thanks for no any reply or help.:)

Re: HELP ME TO EDIT THIS SCRIPT PLEASE

Posted: 14 Jul 2018, 18:13
by Qysh
you realy all a very good persons.
Big thanks for no any reply or help.:)
be honest would you click on a post that is called "HELP ME TO EDIT THIS SCRIPT PLEASE"?