Page 1 of 1

How do i get this script to loop continuously?

Posted: 12 Sep 2019, 16:31
by pledger55
q::

While GetKeyState("RButton", "P"){
Send ^{1}
Sleep 50
Send ^{2}
Sleep 50
Send ^{3}
Sleep 50
Send ^{4}
Sleep 50
Sleep 8000
}

return

f12::Pause

Re: How do i get this script to loop continuously?

Posted: 12 Sep 2019, 16:36
by ilhom