problem afther i change config:

Joined
Jul 2, 2007
Messages
646
Reaction score
293
Hi.
i got expelled afther i change config. i know i need to get the code with md5.
my problem i dont know where can i get md5 or what is it.
i got one of the progrem of md5 but its give me a code but i dont know what to with it.
I know i need to change the "true" in config.prop... to "false" but its not worked and i still got expelled.
if someone can help me here or in my msn:[email protected] its will be great. thanks xD
 
Working md5 protection:
Code:
# MD5 Client File Cechsum Protect [Need too the Client side KOCP AddOne] (Default false)
MD5FileCheckSum = true

# engine.exe md5 checksum
MD5CheckSumEngineExe = [COLOR=Red]150ba3bb7114a6175468ad25c577a9d0[/COLOR]

# config.pk md5 checksum
MD5CheckSumConfigPk = [COLOR=RoyalBlue]2a68efbcb57b8514c1a1cc75c117d1a1[/COLOR]

# e.pk md5 checksum
MD5CheckSumEPk = e4ed3b97dbcb69b12fe7b8d24e90c956

# Protect_.dll md5 checksum
MD5CheckSumProtecDll = 391ac214ef502f856fd497c28ef97a66
Get md5 code from engine.exe and write ir in first line. Next get md5 code from config.pk file and write in second line. And do same with e.pk and (if your KOCP version have protect_.dll) protect_.dll files.

If you want to stop working this protection make MD5FileCheckSum = false and restart server.
 
Upvote 0
Back