Maybe some people don't find this so useful but we all know how dangerous can be the hidden dlog.dat.
Can cause a permanent ban to your account.
From what i understand,every injected .dll and traces are stored there and send to cabal.
According to some tests,dlog.dat appears every time you exit the game in normal way only.
The easy way to avoid it is to force close the game.
This can be done by accesing Task Manager/Aplications/End Task.
I personally test this whit different injected.dll,cabal rider and cabal engine.
So NEVER exit the game normally.Not even if you get error codes or whatever will be the reason.
This way,you avoid the dlog.dat to be created.
Should work on any operating system that have Task Manager function.
Easy way to do this is to create a simple batch file that force kill's cabal.
Code:
@ echo off cls taskkill /IM cabalmain.exe /F pause
Download or copy the code in to a new opened notepad and save it to desktop as whatever.bat
For more safety we can create a batch that kills every open process like trainers,injectors,cheat engine,cabal,cabal rider...
Code:
@echo off
cd c:\windows\System32
for /f "skip=3 tokens=1" %%i in ('TASKLIST /FI "USERNAME eq %userdomain%\%username%" /FI "STATUS eq running"') do (
if not "%%i"=="svchost.exe" (
if not "%%i"=="explorer.exe" (
if not "%%i"=="cmd.exe" (
if not "%%i"=="tasklist.exe" (
echo.
taskkill /f /im "%%i"
echo.
)
)
)
)
)
pause
Please DO NOT change anything in this code!
Optional you can use a simple batch file,for even more cleaning.
This is a example code from what i use:
Code:
D: CD D:\Games\CABAL Online (Europe)\GameGuard ECHO Y | DEL *.erl attrib -h -r -s /s /d D:\*.dat D: CD D:\Games\CABAL Online (Europe)\Data\UserData ECHO Y | DEL *.* C: CD C:\WINDOWS\Prefetch ECHO Y | DEL *.pf D: CD D:\Cleaner start IDM.exe exit
attrib -h -r -s /s /d D:\*.dat - this should unhide .dat files,then delete them.
D:\Cleaner - renamed cabal rider folder
IDM.exe - renamed CabalRider.exe
Non cabal rider users,just delete the:
Code:
D: CD D:\Cleaner start IDM.exe
Users have to edit the locations.Add or remove functions are easy and safe.
I hope everyone understand the meaning of this post,and how dlog.dat works.
Special thanks to

Stay safe!







