Shift key spam Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Manchmall

Shift key spam

19 Nov 2017, 10:57

HI guys,

I want a simpel script, it has to have a function that when I press 'n' it will spam the left shiftkey every 15 miliseconds. Can someone help me?
Rohwedder
Posts: 7630
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Shift key spam  Topic is solved

20 Nov 2017, 03:13

Hallo,
try:

Code: Select all

*n::
	While, GetKeyState("n","P")
	{
		SendInput, {LShift}
		Sleep, 15
	}
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Shoobis and 39 guests