A tool to help you play WoW (and probably some other MMORPGs too)
This tool does a 'keysmashing' for you. You don't need to press
buttons rapidly anymore to deal good DPS. Now you can just hold a button, and
this tool will press it every n
ms.
KeySmasher saves your hands and your keyboard and increases your DPS! For free!
For now only linux systems with X11 are supported.
python3
xdotool
xinput
xmodmap
pacman -S xdotool xorg-xinput xorg-xmodmap python
Install dependencies and then add keysmasher
script to your PATH.
- Get your keyboard id
- Run
xinput --list
and find your keyboard id (usexinput test $id
to find the correct one)
- Run
- Run script!
keysmasher -d "delay in msecs" -i "keyboard id" -k "keys" "to" "smash"
All the code in this repository is released under the WTFPL license. Take a look at the LICENSE for more info.