Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Cabal Online > Cabal Guides & Templates
You last visited: Today at 10:44

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide]dlog and saftey.

Discussion on [Guide]dlog and saftey. within the Cabal Guides & Templates forum part of the Cabal Online category.

Reply
 
Old   #1
 
inssider's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 198
Received Thanks: 92
Exclamation Full Cleaning Method

Hello everyone.
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
64 biti OS only.-Always run it with administrator rights.
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
64 biti OS only.-Always run it with administrator rights.
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
D: - Your game location drive.
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!

Attached Files
File Type: rar forcekill.rar (125 Bytes, 210 views)
File Type: rar killall.rar (305 Bytes, 177 views)
inssider is offline  
Thanks
30 Users
Old 01/17/2013, 02:21   #2
 
feliz009's Avatar
 
elite*gold: 0
Join Date: Mar 2012
Posts: 646
Received Thanks: 153
@Insider

great guide bro .. but i do crash my client with task manager .. but sometimes it creates the dam dlog.. is it s way to crash it instantly like envylang trainer ?
is there a scrip for a .bat file to crash the program instantly ?
shanti **
feliz009 is offline  
Old 01/17/2013, 07:48   #3
 
elite*gold: 0
Join Date: Jan 2013
Posts: 1
Received Thanks: 0
dlog.dat Dispatched GM cabal after starting the client or after exit the game?
qvality is offline  
Old 01/17/2013, 12:04   #4
 
inssider's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 198
Received Thanks: 92
Quote:
Originally Posted by feliz009 View Post
@Insider

great guide bro .. but i do crash my client with task manager .. but sometimes it creates the dam dlog.. is it s way to crash it instantly like envylang trainer ?
is there a scrip for a .bat file to crash the program instantly ?
shanti **
I just update my post.

Quote:
Originally Posted by qvality View Post
dlog.dat Dispatched GM cabal after starting the client or after exit the game?
dlog.dat creates every time you exit the game in normal mode.
inssider is offline  
Old 01/21/2013, 21:30   #5
 
DieKippe90's Avatar
 
elite*gold: 21
Join Date: May 2009
Posts: 723
Received Thanks: 319
****, found this too late, *all* accounts are banned now lol
But thanks for the guide, will use it when I make a new acc
DieKippe90 is offline  
Old 01/23/2013, 09:41   #6
 
elite*gold: 0
Join Date: Oct 2012
Posts: 271
Received Thanks: 16
does end tasking really works?
dark23650431 is offline  
Old 01/23/2013, 09:51   #7
 
elite*gold: 0
Join Date: Mar 2008
Posts: 44
Received Thanks: 0
gm's dont have any other option to check your dc when you are in dung ?
stasiu is offline  
Old 01/23/2013, 13:21   #8
 
inssider's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 198
Received Thanks: 92
Quote:
Originally Posted by dark23650431 View Post
does end tasking really works?
Works for me.That's why i shared here..
But the manual method fails sometimes if the pc is to low.
The meaning of task kill,is to instant crash the game.Giving no time for the log's to be create.

Quote:
Originally Posted by stasiu View Post
gm's dont have any other option to check your dc when you are in dung ?
I'm sure they have.The only way to be safe 100% is to not use any hacks.
A gm can warp anywhere,check you gear,guild,even check dungeons..
Anyway i use the method for 2 years now and never get banned.
Maybe i'm just lucky
inssider is offline  
Old 01/23/2013, 17:40   #9
 
elite*gold: 0
Join Date: Mar 2008
Posts: 44
Received Thanks: 0
which cabal are you playing ?
stasiu is offline  
Old 01/24/2013, 00:49   #10
 
inssider's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 198
Received Thanks: 92
Quote:
Originally Posted by stasiu View Post
which cabal are you playing ?
Cabal Online EU Jupiter server.
inssider is offline  
Old 01/24/2013, 07:55   #11
 
elite*gold: 0
Join Date: Oct 2012
Posts: 271
Received Thanks: 16
What if Cabal crashes/auto close cause it can't carry out anymore to be running.........


Will it banned me??? or it's just normal and won't get me banned???

------------------------------------------------------------------

1 more question if your using 2 account at the same time and the game crashes will it banned two of them or just the last account that I have used where it crashed?
dark23650431 is offline  
Old 01/24/2013, 15:48   #12
 
inssider's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 198
Received Thanks: 92
Quote:
Originally Posted by dark23650431 View Post
What if Cabal crashes/auto close cause it can't carry out anymore to be running.........


Will it banned me??? or it's just normal and won't get me banned???

------------------------------------------------------------------

1 more question if your using 2 account at the same time and the game crashes will it banned two of them or just the last account that I have used where it crashed?
From what I understand, the game suddenly disappears while you playing?
Happened to me on my old laptop because of low resources.
But this is not a reason to be banned.
Anyway check your logs every time and see what u can find.

Stay safe.
inssider is offline  
Old 01/25/2013, 16:00   #13
 
elite*gold: 0
Join Date: Oct 2012
Posts: 271
Received Thanks: 16
Is it time for me to transfer all things in my other account cause I saw a dlog.dat in my userdata cabal folder :O ..... I always close cabal by end tasking though.....


I have deleted it already....
dark23650431 is offline  
Old 01/25/2013, 16:12   #14
 
inssider's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 198
Received Thanks: 92
Quote:
Originally Posted by dark23650431 View Post
Is it time for me to transfer all things in my other account cause I saw a dlog.dat in my userdata cabal folder :O ..... I always close cabal by end tasking though.....


I have deleted it already....
only because you saw a dlog.dat..?
we all have dlog.dat but some of us we check what's inside sometimes.
like a say before,this is not a way to don't get banned.
in fact there is no possible way to avoid ban,only stop cheating.
inssider is offline  
Old 01/25/2013, 16:18   #15
 
elite*gold: 0
Join Date: Oct 2012
Posts: 271
Received Thanks: 16
so I have to start moving stuffs to other account now? or not? lol
dark23650431 is offline  
Reply


Similar Threads Similar Threads
[Release] Cabal dlog.dat Decrypter
02/13/2015 - Cabal Guides & Templates - 268 Replies
Hi. This is a small application I wrote today to decrypt the hidden dlog.dat file found in Cabal\Data\UserData folder. The file includes information on suspicious modules, which Cabal staff uses to determine if your account should be terminated. The application is coded in MASM. ~Instructions~
Check Please... It's about dlog
11/08/2012 - Cabal Online - 4 Replies
So I have download dlog somewhere and I decrypted my cabal and this what came up... ryg.dll;mgAdaptersProxy.dll;MSVCR71.dll;ScriptSn. 20120830131242.dll;VBScript.dll;mytilus3.dll;mytil us3_worker.dll;LZ32.dll;SHFOLDER.dll;McShield.dll; any suspicious there that will make me ban?
DLOG
10/06/2012 - Cabal Online - 6 Replies
Is it ok to delete dlog?
[stupid QUESTION] why crckdWH dont appear in dlog?
10/06/2012 - Cabal Online - 6 Replies
.



All times are GMT +1. The time now is 10:45.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.