Too slow

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
V0RTEX L0RD
Posts: 1
Joined: 18 Dec 2018, 21:34

Too slow

18 Dec 2018, 21:39

Hey so basically I tried making a script that would spam W, A, S, D Keys when I enter Ctrl+Z however it dosen't work on tabs nor does it spam, it just does it super slowly, i've treid everything so if someone could help me that would be awesome:

Code: Select all

W := StrSplit("w")
S := StrSplit("s")
A := StrSplit("a")
D := StrSplit("d")

^z::SetTimer SendW, 2
^x::SetTimer SendW, Off
^z::SetTimer SendS, 2
^x::SetTimer SendS, Off
^z::SetTimer SendA, 2
^x::SetTimer SendA, Off
^z::SetTimer SendD, 2
^x::SetTimer SendD, Off




SendW:
	Send % key := W.RemoveAt(0.1)
	W.Push(key)

SendS:
	Send % key := S.RemoveAt(0.1)
	S.Push(key)

SendA:
	Send % key := A.RemoveAt(0.1)
	A.Push(key)

SendD:
	Send % key := D.RemoveAt(0.1)
	D.Push(key)
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], NinjoOnline and 299 guests