Skip to content

Instantly share code, notes, and snippets.

@tinybike
Created January 22, 2025 07:33
Show Gist options
  • Save tinybike/6673238790ab1e13f20075fe91c7a749 to your computer and use it in GitHub Desktop.
Save tinybike/6673238790ab1e13f20075fe91c7a749 to your computer and use it in GitHub Desktop.
Speedhack-rs config file
{
"console": false,
"wait_with_hook": {
"secs": 0,
"nanos": 250000000
},
"reload_config_keys": [
"VK_CONTROL",
"VK_SHIFT",
"VK_R"
],
"startup_state": null,
"speed_states": [
{
"keys": [
"VK_CONTROL",
"VK_F"
],
"speed": 0.7,
"is_toggle": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment