A simple play tool for capturing keyboard and mouse and replaying them. Useful for Hypixel Skyblock
Go to file
Eli Ribble 8985f990cb Switch from storing total seconds to storing deltas.
This is conceptually simpler and makes the files easier to manipulate and
concatenate. It also avoids a bug where we would send a large negative
time when we loop for multiple playbacks.
2024-07-30 19:44:32 -07:00
.gitignore Add basic Makefile and output directory 2024-07-30 19:44:32 -07:00
LICENSE Initial commit 2024-07-30 19:43:16 -07:00
Makefile Add playback implementation in C. 2024-07-30 19:44:32 -07:00
README.md Add initial README. 2024-07-30 19:44:30 -07:00
capture.c Switch from storing total seconds to storing deltas. 2024-07-30 19:44:32 -07:00
capture.py Get python versions up-to-date. 2024-07-30 19:44:32 -07:00
playback.c Switch from storing total seconds to storing deltas. 2024-07-30 19:44:32 -07:00
playback.py Get python versions up-to-date. 2024-07-30 19:44:32 -07:00
show-keys Add a short program to dump key information. 2024-07-30 19:44:32 -07:00
show-mouse Show mouse raw input from mouse library. 2024-07-30 19:44:32 -07:00
show-mouse.c Add working C program to get tiny mouse movements. 2024-07-30 19:44:32 -07:00
uinput-test.cc Add my uinput test program. 2024-07-30 19:44:32 -07:00

README.md

symkey

This is a quick-and-dirty project for programmatically controlling keyboard and mouse. I use it primarily to autoplay Minecraft on Hypixel Skyblock. Shhh, don't tell.