- Screen shaker made in Rust
- Build it yourself.
- Get the latest release in the releases tab.
- Easily stop it with
ctrl+alt+del
and killing the process in Task Manager.
- Shakes all windows.
- Shakes mouse.
- Plays beeping sounds at random times.
- Teleports window to random position on click.
- Draws random icons around screen.
- Install Rust.
- Clone the repo.
- Run
cargo b --release
. - End binary will be in
.\target\release\shake.exe
.