Skip to content

Instantly share code, notes, and snippets.

@og24715
Last active July 23, 2018 15:23
Show Gist options
  • Save og24715/218c8f21a376b5826ddfe530210af47f to your computer and use it in GitHub Desktop.
Save og24715/218c8f21a376b5826ddfe530210af47f to your computer and use it in GitHub Desktop.
Rapid wiggle for Dead by Daylight powered by AHK
~$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