Help with loop script

Ask gaming related questions (AHK v1.1 and older)
Paintedman
Posts: 1
Joined: 02 Mar 2020, 06:48

Help with loop script

02 Mar 2020, 06:53

Hi guys,

I’m new to scripting and need help.

Can someone create me a loop script that is activated with ‘.’ Button and ended with ‘,’ button please?

It’s basically to loop a clicker i made

Thanks in advance
Rohwedder
Posts: 7718
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Help with loop script

02 Mar 2020, 13:15

Hallo,
try:

Code: Select all

No := 0
.::SetTimer, Loop, 200 ;every 200ms
,::SetTimer, Loop, Off
Loop:
ToolTip,% ++No
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 30 guests