Page 1 of 1

Dead by Daylight BOT

Posted: 18 May 2017, 07:32
by AlxMrx
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

Re: Dead by Daylight BOT

Posted: 18 May 2017, 10:54
by SnowFlake
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

Re: Dead by Daylight BOT

Posted: 18 May 2017, 11:32
by AlxMrx
thanks, I will test it later and update github aswell

Re: Dead by Daylight BOT

Posted: 18 May 2017, 12:30
by AlxMrx
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 ;)

Re: Dead by Daylight BOT

Posted: 29 Oct 2022, 22:45
by Sneakysnail
@AlxMrx Does your script still work?

Re: Dead by Daylight BOT

Posted: 30 Oct 2022, 05:40
by AlxMrx
@Sneakysnail I really don't know, not playing DbD for a long time

Re: Dead by Daylight BOT

Posted: 30 Oct 2022, 08:54
by Sneakysnail
@AlxMrx I just tested it, and unfortunately it does not seem to work anymore. Do you think you would ever update it?