Super Meat Boy
Sprint toggle AutoHotKey script
In case anyone needs it
Just replace x with the button you want to toggle sprint on.
Keys names in case you're using non letter buttons: https://www.autohotkey.com/docs/v2/KeyList.htm

x:: { while(GetKeyState("x", "T")) { send "{Shift down}" sleep 100 } send "{Shift up}" return }
< >
Showing 1-1 of 1 comments
Thanks. My pinky was starting to hurt.
< >
Showing 1-1 of 1 comments
Per page: 1530 50