This is all I could find on google:
Seems to send only one extra T? I'm trying to get it to spam T while it's held down... Any advice?
Code:
While 1
If _IsPressed("54") Then
Send("t")
Sleep(200)
EndIf
WEnd