I want to make Tekken 7 Mishima Family Wave Dash with Auto Hotkey. What is the problem?
However, the result is strange.
Script source please
q::
Send {d down}
Sleep 20
Send {d up}
Sleep 20
Sendinput {s down}{d down}
Sleep 30
Sendinput {s up}{d up}{d up}
Sleep 10
Return
tekken7 autohotkey wavedash i need help
-
- Posts: 1
- Joined: 30 Sep 2019, 13:14
Re: tekken7 autohotkey wavedash i need help
so i was messing around with your code and the problem is it was too fast and it wasnt inputting a forward dash after the CD so it doesnt loop properly
ive made changes so while Q is held it will now wave dash no problem
Edit: uuhh i was testing in tekken 3 idk about 7 so let me know
ive made changes so while Q is held it will now wave dash no problem
Edit: uuhh i was testing in tekken 3 idk about 7 so let me know
Code: Select all
q::
while (GetKeyState("q", "P")) {
sleep 30
Send {d down}
Sleep 50
Send {d up}
Sleep 80
Sendinput {s down}
Sleep 80
sendinput {d down}
Sleep 80
Sendinput {s up}{d up}
Sleep 50
Sendinput {d down}
sleep 30
Sendinput {d up}
}
return
Who is online
Users browsing this forum: Google [Bot] and 40 guests