Tekken 7 EWGF macro help

Ask gaming related questions (AHK v1.1 and older)
t7enjoyer
Posts: 1
Joined: 30 Jul 2021, 03:56

Tekken 7 EWGF macro help

30 Jul 2021, 04:13

Hey, i've been trying to put together a working macro to get a consistent EWGF input but nothing seems to make it work properly. I get them like 2 out of 10 times with 0 consistency. My current script is:

Code: Select all

g::
while (GetKeyState("g", "P")) {
Send, {D Down}
Sleep, 10
Send, {D Up}
Sleep, 10
Send {s down}{d down}{i down}
Sleep, 10
Send {d up}{s up}{i up}
Sleep, 200
}
return
I tried adjusting sleep timers but it doesnt help, just makes it sluggish. Issue within a game is, the "i" input has to be in the same frame as S/D input. On my input list, it looks like this:

Image

In order to get the move properly it has to look like this:

Image
(you can see that yellow "i" input is on the same frame as down downright)

Here's a youtube video of a person that made the script properly.

Im willing to pay if someone would be able to get me this script done correctly which works as consistent as in this vid (tried contacting the author with no success).
Last edited by t7enjoyer on 30 Jul 2021, 19:26, edited 1 time in total.
User avatar
mikeyww
Posts: 26888
Joined: 09 Sep 2014, 18:38

Re: Tekken 7 EWGH macro help

30 Jul 2021, 07:33

I would first see whether it works in Notepad. That tells you whether the script itself works. You can try adding a SetKeyDelay,, 25. Tips for games may also be useful.

https://autohotkey.com/board/topic/111737-how-to-make-ahk-work-in-most-games-the-basics/
Alpollo1337
Posts: 1
Joined: 07 Jan 2022, 18:34

Re: Tekken 7 EWGF macro help

07 Jan 2022, 18:52

i got an answer uf you are still interested

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: sofista and 154 guests