TEKKEN 7 EWGF script need Help

Ask gaming related questions (AHK v1.1 and older)
Arkii
Posts: 4
Joined: 24 May 2018, 13:24

TEKKEN 7 EWGF script need Help

24 May 2018, 13:33

this script is for kazuya EWGF it works sometimes and sometimes it doesnt can somebody help me with it AND BTW I DONT HAVE ANY PROGRAMMING KNOWLEDGE so the script might be stupid

$c::
Send {d down}
Sleep 5
Send {d up}
Sleep 10
Send {s down}{d down}{i down}{i up}
Sleep 5
Send {s up}{d up}
Return
User avatar
Frosti
Posts: 426
Joined: 27 Oct 2017, 14:30
Contact:

Re: TEKKEN 7 EWGF script need Help

24 May 2018, 14:21

I'm not sure with my answer. But i think i read this before.
The sleep command is not precise under a sleep time of 20 ms. The result of this use is probably more lottery than anything else.
There is a precise sleep method as a function. But does it have to be that precise? How did you measure that?
Arkii
Posts: 4
Joined: 24 May 2018, 13:24

Re: TEKKEN 7 EWGF script need Help

25 May 2018, 10:59

This is not my script but somebody else And it was not complete so i tried to change it and it works but sometimes
User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: TEKKEN 7 EWGF script need Help

25 May 2018, 11:07

Read: SetKeyDelay

For the game to accept the keystrokes reliably it probably needs a delay of 50ms
Try putting this at the top of your script:
SetKeyDelay, 0, 50
Arkii
Posts: 4
Joined: 24 May 2018, 13:24

Re: TEKKEN 7 EWGF script need Help

28 May 2018, 13:44

I put it but it didnt work not even a single time
GGAndreas
Posts: 2
Joined: 20 May 2018, 05:40

Re: TEKKEN 7 EWGF script need Help

28 May 2018, 17:34

You need to increase the sleep times. I recommend you to play with them until you find numbers that work all the time but are also fast.
KnightNicholas
Posts: 1
Joined: 08 Oct 2018, 06:19

Re: TEKKEN 7 EWGF script need Help

08 Oct 2018, 06:26

Hey I made my Script for Jin's EWHF, it works most of the time, I made one when Jin is on the left side or the right side. Well this is my code:

$h::
Combo:
Send, {D Down}
Sleep, 50
Send, {D Up}
Sleep, 15
Send {s down}
Sleep 30
Send {d down}{i down}
Sleep, 15
Send {s up}{d up}{i up}
Sleep, 280
Return

$o::
Combo2:
Send, {A Down}
Sleep, 50
Send, {A Up}
Sleep, 15
Send {s down}
Sleep 30
Send {A down}{i down}
Sleep, 15
Send {s up}{A up}{i up}
Sleep, 280
Return

Well, I can even hold down the button for the EWGF and it works almost all the time. :D))))
unkemptfiber
Posts: 1
Joined: 18 Sep 2022, 13:26

Re: TEKKEN 7 EWGF script need Help

26 Sep 2022, 10:38

anyone found out the best way for this?

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 48 guests