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
Street Fighter 5 Script Problem
-
- Posts: 3
- Joined: 15 Jul 2017, 23:52
Re: Street Fighter 5 Script Problem
Code: [Select all] [Download] GeSHi © Codebox Plus
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...
-
- Posts: 3
- Joined: 15 Jul 2017, 23:52
Re: Street Fighter 5 Script Problem
evilC wrote:Code: [Select all] [Download] GeSHi © Codebox Plus
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.
-
- Posts: 3
- Joined: 15 Jul 2017, 23:52
Re: Street Fighter 5 Script Problem
evilC wrote:Code: [Select all] [Download] GeSHi © Codebox Plus
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.

Who is online
Users browsing this forum: No registered users and 6 guests