Spam S and D and rbutton while holding shift+rbutton

Ask gaming related questions (AHK v1.1 and older)
genjuro
Posts: 43
Joined: 06 Jun 2020, 23:25

Spam S and D and rbutton while holding shift+rbutton

Post by genjuro » 05 Oct 2022, 15:00

Can anyone with enough knowledge please help me out here ?
It should spam S and D buttons AND also rbutton while holding shift+rbutton. From the moment I press both shift and rbutton until I release.

Thanks a lot!

User avatar
mikeyww
Posts: 26595
Joined: 09 Sep 2014, 18:38

Re: Spam S and D and rbutton while holding shift+rbutton

Post by mikeyww » 06 Oct 2022, 06:17

For insight, see: viewtopic.php?p=427710#p427710

Code: Select all

+RButton::
While GetKeyState("RButton", "P")
 Send sd{RButton}
Return

genjuro
Posts: 43
Joined: 06 Jun 2020, 23:25

Re: Spam S and D and rbutton while holding shift+rbutton

Post by genjuro » 14 Oct 2022, 15:48

perfect as always thanks

Post Reply

Return to “Gaming Help (v1)”