Dead by Daylight BOT

Post gaming related scripts
AlxMrx
Posts: 22
Joined: 09 Nov 2016, 18:03

Dead by Daylight BOT

18 May 2017, 07:32

This is a simple bot to farm bloodpoints using the Wraith in Dead by Daylight.
I used this for a long time and it was never detected by EAC, farmed a lot of points with it (usually 18k-25k per match); but remember you can always get reported by players for farming points using a bot!

You can download the exe script here: https://github.com/Bruttagente/DeadByDaylightBOT

Code: Select all

Loop
{
	if toggle
	{
		
	Gosub RightClick

	Gosub RightClick2

	Gosub LeftClick
		
    }
    Sleep, 100
}

return

RightClick:
	ControlClick, x1800 y1000, DeadByDaylight, , Right, , D
	Sleep, 3000
	ControlClick, x1800 y1000, DeadByDaylight, , Right, , U
	Sleep, 500
	return

RightClick2:
	ControlClick, x1800 y1000, DeadByDaylight, , Right, , D
	Sleep, 3500
	ControlClick, x1800 y1000, DeadByDaylight, , Right, , U
	Sleep, 500
	return

LeftClick:
Loop,12
{
	ControlClick, x1800 y1000, DeadByDaylight, , Left
	Sleep, 1000
}
	Sleep, 3500
	return


F8::toggle:=!toggle

How to

Just launch the bot file as administrator, when in game select the Wraith as killer and position your mouse on the "Create a lobby" button, press F8 to start the bot. That's it!
If you want to stop the bot press F8 again.
This bot is created to maximize the bloodpoints with the Wraith, it was never tested with other killers.
IMPORTANT: never move the mouse away from the bottom right position! This is important to recreate a lobby after exiting a game. Move yourself away from the chair instead :)


If you enjoy it, please feel free to send donations as bitcoin or monero here:

BTC address: 17wzVMssHULq3LcJaESBkiB2cu2L9yCYn1
XMR address: 49G1T7GmzyBh9UtLo2sQ4UYAwsVTgJj96FDmfLUSAShYUopFwULKWi5Ebt1HiQRnAkaH7Y9a1CxX5gUk2MPgdw5TFn9PtA4

Much appreciated, thank you
Last edited by AlxMrx on 18 May 2017, 12:31, edited 1 time in total.
User avatar
SnowFlake
Posts: 368
Joined: 28 Apr 2015, 05:41
Contact:

Re: Dead by Daylight BOT

18 May 2017, 10:54

made some chnages:

Code: Select all

IF NOT A_IsAdmin
{
   Run *RunAs "%A_ScriptFullPath%"
   ExitApp
}

#SingleInstance Force

{
	if toggle
	{
		
	Gosub RightClick

	Gosub RightClick2

	Gosub LeftClick

    }
    Sleep, 100
}

return

RightClick:
	ControlClick, x1800 y1000, DeadByDaylight, , Right, , D
	Sleep, 3000
	ControlClick, x1800 y1000, DeadByDaylight, , Right, , U
	Sleep, 500
	return

RightClick2:
	ControlClick, x1800 y1000, DeadByDaylight, , Right, , D
	Sleep, 3500
	ControlClick, x1800 y1000, DeadByDaylight, , Right, , U
	Sleep, 500
	return

LeftClick:
Loop,12
{
	ControlClick, x1800 y1000, DeadByDaylight, , Left
}
	Sleep, 1000
	
	Sleep, 3500
	return


F8::toggle:=!toggle
:yawn:
AlxMrx
Posts: 22
Joined: 09 Nov 2016, 18:03

Re: Dead by Daylight BOT

18 May 2017, 11:32

thanks, I will test it later and update github aswell
AlxMrx
Posts: 22
Joined: 09 Nov 2016, 18:03

Re: Dead by Daylight BOT

18 May 2017, 12:30

I'm sorry but your script is not working at all in game, even starting it as admin.
Anyway, I used part of your code to update mine, a little cleaning on the LeftClick function ;)
Sneakysnail
Posts: 44
Joined: 12 Jun 2020, 05:59

Re: Dead by Daylight BOT

29 Oct 2022, 22:45

@AlxMrx Does your script still work?
AlxMrx
Posts: 22
Joined: 09 Nov 2016, 18:03

Re: Dead by Daylight BOT

30 Oct 2022, 05:40

@Sneakysnail I really don't know, not playing DbD for a long time
Sneakysnail
Posts: 44
Joined: 12 Jun 2020, 05:59

Re: Dead by Daylight BOT

30 Oct 2022, 08:54

@AlxMrx I just tested it, and unfortunately it does not seem to work anymore. Do you think you would ever update it?

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 26 guests