Rust program to spam spacebar.
Find a file
2025-12-28 07:54:31 +01:00
src fix last warning 2025-12-28 07:44:59 +01:00
.gitignore initial 2025-12-27 17:27:02 +01:00
Cargo.lock initial 2025-12-27 17:27:02 +01:00
Cargo.toml initial 2025-12-27 17:27:02 +01:00
README.adoc readme 2025-12-28 07:54:31 +01:00

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.