Can someone help me with a macro for Dead by Daylight?

Ask gaming related questions (AHK v1.1 and older)
dadda
Posts: 5
Joined: 24 May 2018, 12:21

Can someone help me with a macro for Dead by Daylight?

28 Oct 2018, 09:54

So long story short, when the killer picks you up, you have the possibility to wiggle to get loose. To wiggle you have to press A and D very fast to get loose, can someone help me with a script where I press for example Q, and the macro "plays" until I press Q again? I know there has to be a 0.05 second delay.

There's also another thing I need help with, when the killer hangs you on a hook you have to spam space very fast as well, can someone help me with that too? Let's say it works the same way as the other macro and has the same delay.
Rohwedder
Posts: 7672
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Can someone help me with a macro for Dead by Daylight?

05 Nov 2018, 02:50

Hallo,
try:

Code: Select all

q:: ;wiggle to come loose
SetKeyDelay, 50
While, GetKeyState("q","P")
	Send, ad
Return
r:: ;hooked up
SetKeyDelay, 50
While, GetKeyState("r","P")
	Send, {Space}
Return
Not tested in game.
Cakes
Posts: 23
Joined: 23 Apr 2018, 09:56

Re: Can someone help me with a macro for Dead by Daylight?

28 Jan 2019, 11:08

Hey,

https://www.autohotkey.com/boards/viewtopic.php?f=18&t=42961
I'll warn you that I was banned from the game for using it. All I had was some toggle keys and some duplicated keys they don't offer in game. It makes me sad they don't offer options like this for people with disabilities.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 70 guests