Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Gaming Help (v1) • Re: Aiming down sights Auto Clicker

$
0
0
Hallo,
perhaps?:

CODE:

~LButton & RButton:: ;first LB down then additional RB
~RButton & LButton:: ;first RB down then additional LB
While GetKeyState("LButton", "P") {
Click
Sleep 250
}
Return

Statistics: Posted by Rohwedder — 46 minutes ago



Viewing all articles
Browse latest Browse all 579

Trending Articles