Last active
July 23, 2018 15:23
-
-
Save og24715/218c8f21a376b5826ddfe530210af47f to your computer and use it in GitHub Desktop.
Rapid wiggle for Dead by Daylight powered by AHK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$f10:: | |
While GetKeyState("f10", "P"){ | |
Send {a} | |
Send {d} | |
Sleep 0.01 ;milliseconds | |
} | |
return | |
f12:: | |
Suspend, Toggle | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment