Multiple keys active

Ask gaming related questions (AHK v1.1 and older)
Agito
Posts: 2
Joined: 21 Sep 2017, 18:07

Multiple keys active

21 Sep 2017, 18:15

Code: Select all

F12::
loop, 200000
{
sleep, 1000
send, {F6}
sleep, 1200
send, {ENTER}
sleep, 800
MouseClick, Left
}
return


z::
loop, 200000
{
send, {F3}
sleep, 241000
}
return

x::
loop, 200000
{
send, {F4}
sleep, 31000
}
return

c::
loop, 200000
{
send, {W}
sleep, 401000
}
return

v::
loop, 200000
{
send, {F}
sleep, 181000
}
return






F10::

RELOAD

return

F11::

SUSPEND

PAUSE

return
edit: please use code tags!



Hi guys! I need a little help from the community.

Is there a way to keep Z , X, C, and V active upon being executed?

I want all four keys to be active after executing them
User avatar
Exaskryz
Posts: 2882
Joined: 17 Oct 2015, 20:28

Re: Multiple keys active

21 Sep 2017, 18:35

You may be looking for the ~ modifier.
Agito
Posts: 2
Joined: 21 Sep 2017, 18:07

Re: Multiple keys active

21 Sep 2017, 18:42

Exaskryz wrote:You may be looking for the ~ modifier.
Thank you for your quick reply! Let me go ahead and browse through that :)

I do apologize as I've just joined this community today and I don't have that much experience with scriping :<

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 41 guests