help!

Ask gaming related questions (AHK v1.1 and older)
xLegxnd_
Posts: 11
Joined: 22 Mar 2018, 12:59

help!

23 Mar 2018, 09:04

Now I need help does anyone know how right click can be held all the way through the code when g is pressed can someone just redo the code with rightclick held all the way through it sorry if I don't make sense ;/
g:: ;Hotkey: lower case letter g
Send 123
KeyWait, g
Send 123
Return
RickC
Posts: 299
Joined: 27 Oct 2013, 08:32

Re: help!

23 Mar 2018, 09:11

Apology accepted.
User avatar
Nwb
Posts: 444
Joined: 29 Nov 2016, 08:56

Re: help!

23 Mar 2018, 09:17

Btw hotkeys are not case sensitive. So g and G will be the same when it's a hotkey.

Code: Select all

$*g::
Click, down, right 
Send, 123
KeyWait, g
Send 123
return

$*g UP:: Click, up, right
I have a feeling you misunderstood the code you had gotten previously. Can you explain once again what exactly you want in conclusion?

RickC wrote:Apology accepted.
Savage lol.
I am your average ahk newbie. Just.. a tat more cute. ;)
RickC
Posts: 299
Joined: 27 Oct 2013, 08:32

Re: help!

23 Mar 2018, 09:32

Nwb wrote:
RickC wrote:Apology accepted.
Savage lol.
I'm innocent. Jebus made me do it... :)

Thank you for helping when patience failed me... I'm just a sad, bad man. :(

ROFL

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 98 guests