From 0ff3fcb8def9eb013c7cd64e7ea0a8bbe37c3ca6 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sun, 5 Jul 2020 16:56:18 +0100 Subject: Dead by daylight Man I hate this mechanic, I'm not playing DDR --- ahk-assistant.ahk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 4334ae3..5a63d93 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -274,6 +274,23 @@ Insert::appendClipboard() ^h::send {Home}{Esc} ; return to capital city, then close home screen #IfWinActive +; dead by daylight +#IfWinActive ahk_exe DeadByDaylight-Win64-Shipping.exe + *G:: + Loop + { + Send, {a Down}{a Up} + Sleep, 50 + Send, {d Down}{d Up} + }until !GetKeyState("G","P") + return + *H:: + Loop + { + Send, {Space Down}{Space Up} + }until !GetKeyState("H","P") + return +#IfWinActive ; text insertion/replacements :*?:_date:: -- cgit v1.2.3