Autoclick stop script

Ask gaming related questions (AHK v1.1 and older)
pottox
Posts: 1
Joined: 20 Jun 2017, 12:27

Autoclick stop script

20 Jun 2017, 12:33

hey, I made a autoclick for a game so I can fire really quick.
The problem is that I dont know what to write there to stop the script without closing it.
So like i press ^ to activate it and ^ to deactivate it but i dont know why as i am new to this.
This is what i have so far:


+F8::ExitApp ;

~$LButton::
While GetKeyState("LButton", "P"){
Click
Sleep 50 ; milliseconds
}
return
trevorphilips
Posts: 4
Joined: 20 Jun 2017, 11:30

Re: Autoclick stop script

20 Jun 2017, 12:50

F5::suspend

*Lbutton::
Loop
{
GetKeyState,state,Lbutton,P
if state = U
break



Send,{Lbutton}
Sleep,0
}
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 57 guests