Rust program to spam spacebar.
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.adoc | ||
This is a script to spam spacebar when another key is held.
git clone https://git.levitati.ng/LevitatingBusinessMan/bunnyhop.git
cd bunnyhop
cargo run
Run as root or add your user to the input group.
The key used to activate the program can be found in the source code as a constant called ACTIVATOR_KEY.
This program is written using evdevil.
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.