EAC BYPASS
for
Survivors & Killers
I. Method to bypass EAC (startup EAC errors , like EAC has detected...)
- Download EasyAntiCheat (attachment)
- Replace the original EAC folder with the attachment (delete the original folder and replace with the attachment)
- Block EAC in firewall (tutorial ->
https://www.mpgh.net/forum/showthread.php?t=1301975)
Note: Here's something important to be mentioned, SKIP the first 2 steps and go ahead go firewall steps, you don't need to DELETE any EAC folder in appdata just to block the connection to your DeadByDaylight.exe in firewall , outbound rules.
- You're done, EAC has been bypassed
II. Method to unpack Dead by Daylight (modify perks, delete perks/pallets, have wallhack etc)
- Download Unpacker_DBD (attachment)
- Open it
- Click on the tiny white file and browse your DBD pak file:
DeadByDaylight-WindowsNoEditor.pak
The location in my PC is:
Code:
steamapps\common\Dead by Daylight\DeadByDaylight\Content\Paks
Tutorial for perks:
https://www.mpgh.net/forum/showthread.php?t=1314931
Tutorial for pallets:
https://www.mpgh.net/forum/showthread.php?t=1313379
III. Method to have LEGIT / OBVIOUS speedhack for killers & survivors
- Do the EAC bypass (from tutorial I)
- Download Cheat Engine (google)
- open cheat engine
- Select as process Dead By Daylight
- click "Memory view"
- click "Tools"
- click "Lua Engine"
- copy and past the script in the lower part of the window !!!
- click "Execute"
- Hold (left) Shift in the keyboard to active the code !
NOTE: If you will enable the code when you are in a lobby as killer your ping will increase to like 6000 whatever you are holding or not the key.
Wait for the lobby to be full and for the loading screen then start your cheat engine and do your speedhack otherwise survivors may dodge you because of your high ping. A good thing tho is , nobody will get auto-kick from your lobby.
LEGIT SPEEDHACK
Code:
SpeedHackAmount=1.1;
KeyForSpeedhack = VK_LSHIFT;
lastSpeed=0;
function checkKeys(timer)
if (isKeyPressed(KeyForSpeedhack)) then
if lastspeed ~= 1 then
speedhack_setSpeed(SpeedHackAmount)
lastSpeed=1
end
else
if lastspeed ~= 0 then
speedhack_setSpeed(1)
lastSpeed=0
end
end
end
t=createTimer(nil)
timer_setInterval(t, 10)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
RAGE SPEEDHACK
Code:
SpeedHackAmount=15;
KeyForSpeedhack = VK_LSHIFT;
lastSpeed=0;
function checkKeys(timer)
if (isKeyPressed(KeyForSpeedhack)) then
if lastspeed ~= 1 then
speedhack_setSpeed(SpeedHackAmount)
lastSpeed=1
end
else
if lastspeed ~= 0 then
speedhack_setSpeed(1)
lastSpeed=0
end
end
end
t=createTimer(nil)
timer_setInterval(t, 10)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
IV. Method to unlock exclusives
https://www.mpgh.net/forum/showthread.php?t=1304654
https://www.mpgh.net/forum/showthread.php?t=1313286
https://www.mpgh.net/forum/showthread.php?t=1284065
IMPORTANT NOTES
1. As survivor you have 60 seconds to start your game , however if the timer goes under 20 seconds you will most likely get kicked.
Why? There's a checker for everyone in lobby, as the killer (host) has EAC it checks for everyone (if i'm right), that's why you have this time so make sure everyone ready up fast.
2. As Killer nobody will get auto-kicked from your lobby but be careful with speedhack so your ping doesn't go high (explained above)
3. The only bad sides are for survivor this time, because you get kicked after 60 seconds so yea, that's a bypass and profit , nothing to do.