A noob user writes...

Ask gaming related questions (AHK v1.1 and older)
dedlite
Posts: 3
Joined: 30 Jan 2016, 16:38

A noob user writes...

31 Jan 2016, 05:32

Hi guys,

A friend of mine sent me a link about AHK. Basically I'm quite the gamer, but I'm affect by a complex medical condition which affects, along with other things, my coordination. This means that I'm not able to 'mash' a key , as the latest Tomb Raider game does, as certain moments.

Will AHK be able to do exactly that?
BershmanL
Posts: 2
Joined: 31 Jan 2016, 04:51

Re: A noob user writes...

31 Jan 2016, 05:39

Yes, for example:

Code: Select all

SetkeyDelay, 10

t::
    While GetKeyState("t", "P"){
        Send,{w down}{w up}
        Sleep 10 ;  milliseconds
    }
    Send,{w up}
return
This scrip will mash W while you hold T
dedlite
Posts: 3
Joined: 30 Jan 2016, 16:38

Re: A noob user writes...

31 Jan 2016, 06:07

You, Sir, are a scholar and a gentleman! I will subject your script to my achievements! Thankyou!
dedlite
Posts: 3
Joined: 30 Jan 2016, 16:38

Re: A noob user writes...

31 Jan 2016, 07:01

Athough, in the afore metioned 'Rise of the Tomb Raider' game - it doesn't work...oh well...
User avatar
IRBaboon
Posts: 27
Joined: 11 Aug 2014, 07:48

Re: A noob user writes...

01 Feb 2016, 05:35

Try to compile it and run with admin privileges

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 71 guests