Page 1 of 1

Parry hoekey  Topic is solved

Posted: 18 May 2018, 15:17
by plasmalord
Hi,i am trying to make a simple code where pressing 'z' would press and hold 'Shift+LMB' for 80 millisecond. I do not know how the hold for 80 second thing works. Any help would be much appreciated. Thnx.
P.S. Its for the game Nioh.

Re: Parry hoekey

Posted: 19 May 2018, 01:15
by Rohwedder
Hallo,
try:

Code: Select all

z::
	SetKeyDelay,, 80
	Send, +{LButton}
Return