Korean Backdash Tekken 7

Ask gaming related questions (AHK v1.1 and older)
Black ops
Posts: 1
Joined: 09 Apr 2018, 11:15

Korean Backdash Tekken 7

09 Apr 2018, 11:26

Hello guys, I've just started uses autohotkey and getting used to the scripting language but I'm still a novice so go easy :)

I'm trying to script the Korean backdash for tekken games. A youtuber has already done this but is charging money for the full version. I wont be using it online as its unfair for others but I want to try it out offline

https://www.youtube.com/watch?v=-edA9XDAdU0

Any help would be appreciated
Hanyolo

Re: Korean Backdash Tekken 7

02 Oct 2018, 23:34

You can korean backdash on keyboard by holding back and tapping down and forward again and again.
So something like this can be used to backdash by holding one key

$c::
Send {a down}
Sleep 20
Send {s down}
Sleep 20
Send {s up}
Sleep 20
Send {d down}
Sleep 20
Send {d up}
Sleep 10
Send {a up}
Return
Esc::ExitApp

P. S u can play around with sleep number to get a speed sufficient for you
P. SS i assumed u use w a s d for movement.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 79 guests