HELP ME TO EDIT THIS SCRIPT PLEASE

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
ramez
Posts: 2
Joined: 13 Jul 2018, 00:40

HELP ME TO EDIT THIS SCRIPT PLEASE

13 Jul 2018, 00:58

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


}
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: HELP ME TO EDIT THIS SCRIPT PLEASE

13 Jul 2018, 02:37

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.
ramez
Posts: 2
Joined: 13 Jul 2018, 00:40

Re: HELP ME TO EDIT THIS SCRIPT PLEASE

14 Jul 2018, 17:27

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.:)
Qysh
Posts: 143
Joined: 24 Apr 2018, 09:16

Re: HELP ME TO EDIT THIS SCRIPT PLEASE

14 Jul 2018, 18:13

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"?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, Google [Bot] and 272 guests