PostOutdatedDbd Engine bypass 11.0

Posts 1630 of 34 · Page 2 of 3
A cosa servirebbe quindi questo bypass?
Quote Originally Posted by BlackFurios5 View Post
A cosa servirebbe quindi questo bypass?
This
Isnt
A
BYPASS.
Okay ?

It's just a name, what it does is send less information to developers to be less likely to be banned, if I understood correctly.
You can't use any hack, cheat engine or any other with this program.

- - - Updated - - -

Quote Originally Posted by fryguyslim View Post
would this program be a good example to use cheat engine with it?
Pls. Stop.
Use this program if you want to be less likely to be banned, not to use hacks or cheat engine.
why i edit engine not work (
first i open game, i open program and choose 1 and write D:\steam\steamapps\common\DeadbyDaylight and i go to edit engine and not work
Quote Originally Posted by pucaccac View Post
why i edit engine not work (
first i open game, i open program and choose 1 and write D:\steam\steamapps\common\DeadbyDaylight and i go to edit engine and not work
What do you see on you screen when you edit engine?

- - - Updated - - -

Quote Originally Posted by richardhur View Post
If this guy had a dollar for every time he was told his program isn't a bypass, he could buy two lamborghini's.


Calling this a bypass is misleading at best and realistically done only for click-baiting. Every thread he makes is full of people pointing out all these flaws, and his only response is "this isn't a bypass (even though he himself called it a bypass), read the OP!!"

You could download a free antivirus/firewall that would do the exact same thing - this guy could even write a guide on how to do that....
BUT he wouldn't be able to push out a 'release' every week and farm those +thanks.

The things people do for internet points is fucking strange


edit:
The guy won't even release the source code, so no-one even knows what the fuck this program is doing to your computer.
Amazing what gets approved by the mods around here.
I make a new post every 1-2 weeks because I change a lot of things in my code, to make it better. I want make people more save from bans, if you don't like it, don't donwload it. I don't care if I have got 155 thanks or 10000 thanks, I just want to be helpful and yes, I released my source code
Quote Originally Posted by Darku123 View Post
i mean, people who cant understand what is this, use it as bypass and get banned xD
Ah ok, sorry xD

- - - Updated - - -

Quote Originally Posted by Shustik View Post
What does hiding logs give?
Devs have got less information so it's more difficult be banned than with logs

- - - Updated - - -

Quote Originally Posted by fryguyslim View Post
would this program be a good example to use cheat engine with it?
If you use an EAC bypass yes, it's perfect, but only my program and CE you'll be banned

- - - Updated - - -

Quote Originally Posted by BlackFurios5 View Post
A cosa servirebbe quindi questo bypass?
L'ho scritto ovunque, comunque serve per impedire che i file di log vengano mandati agli sviluppatori, quindi hai meno possibilità di venire bannati...

(Nothing of important, normal comment in italian...)

- - - Updated - - -

Quote Originally Posted by pucaccac View Post
why i edit engine not work (
first i open game, i open program and choose 1 and write D:\steam\steamapps\common\DeadbyDaylight and i go to edit engine and not work
The game must be closed, but what do you want to do? The program do all by itself. If there are errors, write it here

- - - Updated - - -

Quote Originally Posted by CalciumK View Post
thanks for updating.
Thanks for downloading
Quote Originally Posted by System32ita_ View Post
Ah ok, sorry xD

- - - Updated - - -



Devs have got less information so it's more difficult be banned than with logs

- - - Updated - - -



If you use an EAC bypass yes, it's perfect, but only my program and CE you'll be banned

- - - Updated - - -



L'ho scritto ovunque, comunque serve per impedire che i file di log vengano mandati agli sviluppatori, quindi hai meno possibilità di venire bannati...

(Nothing of important, normal comment in italian...)

- - - Updated - - -



The game must be closed, but what do you want to do? The program do all by itself. If there are errors, write it here

- - - Updated - - -



Thanks for downloading
i want delete ViewDistanceScale to: 018
Quote Originally Posted by pucaccac View Post
i want delete ViewDistanceScale to: 018
Do it, do what you want xD
Quote Originally Posted by System32ita_ View Post
Do it, do what you want xD
But not work (((

i open game and open engine bypass and choose 1 and after game closed i open AppData and edit engine and make it to read only and open game again and not work
sorry for my bad english
Quote Originally Posted by dash3420 View Post
-_- if System32ita had a dollar for every person asking if they could use save editor with this he could prob buy a brand new Lamborghini
If this guy had a dollar for every time he was told his program isn't a bypass, he could buy two lamborghini's.


Calling this a bypass is misleading at best and realistically done only for click-baiting. Every thread he makes is full of people pointing out all these flaws, and his only response is "this isn't a bypass (even though he himself called it a bypass), read the OP!!"

You could download a free antivirus/firewall that would do the exact same thing - this guy could even write a guide on how to do that....
BUT he wouldn't be able to push out a 'release' every week and farm those +thanks.

The things people do for internet points is fucking strange


edit:
The guy won't even release the source code, so no-one even knows what the fuck this program is doing to your computer.
Amazing what gets approved by the mods around here.
Quote Originally Posted by richardhur View Post
If this guy had a dollar for every time he was told his program isn't a bypass, he could buy two lamborghini's.


Calling this a bypass is misleading at best and realistically done only for click-baiting. Every thread he makes is full of people pointing out all these flaws, and his only response is "this isn't a bypass (even though he himself called it a bypass), read the OP!!"

You could download a free antivirus/firewall that would do the exact same thing - this guy could even write a guide on how to do that....
BUT he wouldn't be able to push out a 'release' every week and farm those +thanks.

The things people do for internet points is fucking strange


edit:
The guy won't even release the source code, so no-one even knows what the fuck this program is doing to your computer.
Amazing what gets approved by the mods around here.
the source was released
source, ez reverse
very strange tactic "try to hide source code of batch file"...and using binary executable for it
Code:
  @Shift /0
echo off
title Engine bypass 11.0.0
color 0a
cls
:presentazione
cls
echo    ------------------------------
echo   /                              \
echo   *         Hack made by:        *
echo   *  System32ita and Scaragam3s  *
echo   \                              /
echo    ------------------------------
ping localhost -n 4 >nul
goto menu



:menu
echo.
echo 1 Select Dead by Daylight folder (if it isn't in "C:\Program Files (x86)\Steam\steamapps\common\Dead by Daylight")
echo 2 Bypass engine
echo 3 FAQ
echo 4 Exit
echo.
set /p menuselect=Select an option: 
if /I %menuselect%==1 goto change
if /I %menuselect%==2 goto bypass1
if /I %menuselect%==3 goto FAQ
if /I %menuselect%==4 exit
echo Invalid answer
ping localhost -n 4 >nul
goto presentazione



:change
IF EXIST "C:\Program Files (x86)\Steam\steamapps\common\Dead by Daylight" (goto changeexist) ELSE goto changedontexist
goto error



:changeexist
echo "C:\Program Files (x86)\Steam\steamapps\common\Dead by Daylight" exsist!
set /p changeexistselect=Do you want to select another folder anyway? (Y\n): 
if /I %changeexistselect%==y goto changedontexist
if /I %changeexistselect%==n goto presentazione
echo Invalid answer
ping localhost -n 4 >nul
goto presentazione



:changedontexist
set /p dbdfolder=Select Dead by Daylight folder: 
IF EXIST "%dbdfolder%" (goto bypass2) ELSE goto changedontexisterror
goto error



:changedontexisterror
echo "%dbdfolder%" don't exist!
ping localhost -n 4 >nul
goto presentazione



:bypass1
cd /d "C:\Windows\System32"
taskkill /IM DeadByDaylight-Win64-Shipping.exe /F
cd "C:\Program Files (x86)\Steam\steamapps\common\Dead by Daylight\Engine\Programs\CrashReportClient\Config"
del DefaultEngine.ini /F
echo.[CrashReportClient] >>DefaultEngine.ini
echo.CrashReportClientVersion=1.0 >>DefaultEngine.ini
echo.DataRouterUrl="https://datarouter-public-service-prod06.ol.epicgames.com/datarouter/api/v1/public/data" >>DefaultEngine.ini
echo.bAllowToBeContacted=false >>DefaultEngine.ini
echo.bSendLogFile=false >>DefaultEngine.ini
echo.CanSendWhenUIFailedToInitialize=false >>DefaultEngine.ini
echo.UIInitRetryCount=10 >>DefaultEngine.ini
echo.UIInitRetryInterval=2.0 >>DefaultEngine.ini
cd "C:\Program Files (x86)\Steam\steamapps\common\Dead by Daylight"
tree /a
ping localhost -n 4 >nul
goto checkbypass1



:checkbypass1
IF EXIST "C:\Program Files (x86)\Steam\steamapps\common\Dead by Daylight\Engine\Programs\CrashReportClient\Intermediate\Config\CoalescedSourceConfigs\Engine.ini" (goto bypassexsist) ELSE goto fine
goto error



:bypassexsist
cd /d "C:\Windows\System32"
taskkill /IM DeadByDaylight-Win64-Shipping.exe /F
cd "C:\Program Files (x86)\Steam\steamapps\common\Dead by Daylight\Engine\Programs\CrashReportClient\Intermediate\Config\CoalescedSourceConfigs
del Engine.ini /F
echo.[CrashReportClient] >>Engine.ini
echo.CrashReportClientVersion=1.0 >>Engine.ini
echo.DataRouterUrl="https://datarouter-public-service-prod06.ol.epicgames.com/datarouter/api/v1/public/data" >>Engine.ini
echo.bAllowToBeContacted=false >>Engine.ini
echo.bSendLogFile=false >>Engine.ini
echo.CanSendWhenUIFailedToInitialize=false >>Engine.ini
echo.UIInitRetryCount=10 >>Engine.ini
echo.UIInitRetryInterval=2.0 >>Engine.ini
ping localhost -n 1 >nul
cd "C:\Program Files (x86)\Steam\steamapps\common\Dead by Daylight"
tree /a
ping localhost -n 4 >nul
cls
goto fine



:bypass2
taskkill /IM DeadByDaylight-Win64-Shipping.exe /F
cd /d "%dbdfolder%\Engine\Programs\CrashReportClient\Config"
del DefaultEngine.ini /F
echo.[CrashReportClient] >>DefaultEngine.ini
echo.CrashReportClientVersion=1.0 >>DefaultEngine.ini
echo.DataRouterUrl="https://datarouter-public-service-prod06.ol.epicgames.com/datarouter/api/v1/public/data" >>DefaultEngine.ini
echo.bAllowToBeContacted=false >>DefaultEngine.ini
echo.bSendLogFile=false >>DefaultEngine.ini
echo.CanSendWhenUIFailedToInitialize=false >>DefaultEngine.ini
echo.UIInitRetryCount=10 >>DefaultEngine.ini
echo.UIInitRetryInterval=2.0 >>DefaultEngine.ini
cd "%dbdfolder%"
tree /a
ping localhost -n 4 >nul
goto checkbypass2



:checkbypass2
IF EXIST "%dbdfolder%\Engine\Programs\CrashReportClient\Intermediate\Config\CoalescedSourceConfigs\Engine.ini" (goto bypassexsist2) ELSE goto fine
goto error



:bypassexsist2
taskkill /IM DeadByDaylight-Win64-Shipping.exe /F
cd "%dbdfolder%\Engine\Programs\CrashReportClient\Intermediate\Config\CoalescedSourceConfigs
del Engine.ini /F
echo.[CrashReportClient] >>Engine.ini
echo.CrashReportClientVersion=1.0 >>Engine.ini
echo.DataRouterUrl="https://datarouter-public-service-prod06.ol.epicgames.com/datarouter/api/v1/public/data" >>Engine.ini
echo.bAllowToBeContacted=false >>Engine.ini
echo.bSendLogFile=false >>Engine.ini
echo.CanSendWhenUIFailedToInitialize=false >>Engine.ini
echo.UIInitRetryCount=10 >>Engine.ini
echo.UIInitRetryInterval=2.0 >>Engine.ini
ping localhost -n 1 >nul
cd "%dbdfolder%"
tree /a
ping localhost -n 4 >nul
cls
goto fine



:FAQ
cls
echo a)Why should I use your program?
echo b)If the Devs have less information, you are less likely to get banned
echo.
echo a)Why is it called "Engine bypass"? What bypass your program?
echo b)It's just a name!
echo.
echo a)What exactly does it do?
echo b)It changes some log files
echo.
echo a)Which files it change?
echo b)I don't wanna say it, because it is my program, and I don't want copy of it by other people ;)
echo.
echo These are the FAQ, if you want to bother me with unnecessary questions, send an email to my lawyer :)
pause
cls
goto presentazione



:error
cls
echo Unexpected error!
echo Try to run the program with administrator permissions
echo If you select 1 in the main menu, select your new game folder and the there is an error (Unexpected error!), remove
echo all the spaces in the folder name, launch the program, when finished, rename the folder as it was before
ping localhost -n 4 >nul
goto presentazione



:fine
cls
echo The program successfully bypassed Dead by Daylight!
echo This program was made by System32ita and Scaragam3s!
echo Download updates here: https://www.mpgh.net/forum/member.php?u=5062001
echo Enjoy!
echo.
pause>nul
exit

lol, true story bro, emulating working...
Code:
tree /a
ping localhost -n 4 >nul
cls
I'm still not very good with dbd hacks.

If I use a save edit, can I simply use this bypass?
When should I use the bypass alone? And what difference does it make to a bypass of the eac?
Quote Originally Posted by Jeepo View Post
I'm still not very good with dbd hacks.

If I use a save edit, can I simply use this bypass?
When should I use the bypass alone? And what difference does it make to a bypass of the eac?
No if you use this as a bypass you get a nice ban, because this isnt a bypass (sorry for the bad english)
Posts 1630 of 34 · Page 2 of 3
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?