Street Fighter 5 Script Problem

Ask gaming related questions (AHK v1.1 and older)
tragedyfoundus
Posts: 3
Joined: 15 Jul 2017, 23:52

Street Fighter 5 Script Problem

16 Jul 2017, 00:02

Hi guys, I'm new to the forums so I apologize if I'm posting this in the wrong area. So the problem I've been having is that when I'm playing my script will suddenly stop working for about 5 to 10 seconds then will start working again. I don't get any error messages or anything so I have no idea what to do. I've tried googling it but I couldn't find anything related to my issue. Any help would be great.

Here's the script:

#MaxHotkeysPerInterval 1000

#IfWinActive StreetFighterV
u::g

i::h

o::j

p::k

j::b

k::n

l::m

SPACE::w

ESC::ENTER
User avatar
evilC
Posts: 4823
Joined: 27 Feb 2014, 12:30

Re: Street Fighter 5 Script Problem

17 Jul 2017, 11:32

Code: Select all

o::j

[...]

j::b
If you hit o, the script hits j, which triggers the script to hit b

Prefix all your hotkeys with $, eg $o::j

This does not seem like it would cause your problem though, but it is not helping...
tragedyfoundus
Posts: 3
Joined: 15 Jul 2017, 23:52

Re: Street Fighter 5 Script Problem

17 Jul 2017, 19:48

evilC wrote:

Code: Select all

o::j

[...]

j::b
If you hit o, the script hits j, which triggers the script to hit b

Prefix all your hotkeys with $, eg $o::j

This does not seem like it would cause your problem though, but it is not helping...
Well I'm dumb haha, I'll do that and let you know if it fixes the issue. Thanks for taking the time to reply to this, I appreciate it.
tragedyfoundus
Posts: 3
Joined: 15 Jul 2017, 23:52

Re: Street Fighter 5 Script Problem

18 Jul 2017, 00:44

evilC wrote:

Code: Select all

o::j

[...]

j::b
If you hit o, the script hits j, which triggers the script to hit b

Prefix all your hotkeys with $, eg $o::j

This does not seem like it would cause your problem though, but it is not helping...
I did what you instructed but it still randomly stops working then comes back on. :crazy:

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 83 guests