Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

speedhack Individual cases failure #1

Open
q2060237781 opened this issue Jan 1, 2024 · 4 comments
Open

speedhack Individual cases failure #1

q2060237781 opened this issue Jan 1, 2024 · 4 comments

Comments

@q2060237781
Copy link

(Guess, but I don't know the specifics) in some high-frequency keystrokes and then long times speedhack will have the key invalid This situation currently mostly happens on my mouse

@Hirtol
Copy link
Owner

Hirtol commented Jan 6, 2024

Could you provide the config which you used and the game where you tried it?
I'm not sure I quite understand what you mean with 'key invalid'. Do you mean that the speedhack gets triggerred even though you weren't pressing the requisite key?

@q2060237781
Copy link
Author

{
"console": false,
"wait_with_hook": {
"secs": 0,
"nanos": 250000000
},
"reload_config_keys": [
17,
16,
82
],
"startup_state": null,
"speed_states": [
{
"keys": [
16
],
"speed": 2.0,
"is_toggle": false
},
{
"keys": [
1
],
"speed": 2.0,
"is_toggle": false
},
{
"keys": [
2
],
"speed": 2.0,
"is_toggle": false
},
{
"keys": [
17
],
"speed": 2.0,
"is_toggle": false
},
{
"keys": [
32
],
"speed": 2.0,
"is_toggle": false
},
{
"keys": [
27
],
"speed": 2.0,
"is_toggle": false
},
{
"keys": [
86
],
"speed": 2.0,
"is_toggle": false
},
{
"keys": [
70
],
"speed": 2.0,
"is_toggle": false
}
]
}
Hello, the game I tried is Naraka. I apologize for not fully describing my problem. What I mean is that if I quickly press or quick click(maybe it’s a quick click, but I’m not sure) a set acceleration key, then it may lose the acceleration effect in the later use. At this time, if I use another set acceleration key, the original invalid acceleration key will regain its effect,Perhaps adding a sleep delay might fix this issue (I have also tried setting a sleep delay in other accelerations like Cheat Engine to prevent bugs.

@q2060237781
Copy link
Author

This delay may need to be added in the key interval or the delay of re-enabling the key (this is what I got from looking at CE, maybe the real situation should be more troublesome).

@ToweOPrO
Copy link

Slows down the game after some use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants