Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Full Ex702 by Webzen

Newbie Spellweaver
Joined
Jun 23, 2013
Messages
18
Reaction score
0
Here Client CHS
Here DB
hERE IS MAIN+DLL IM DONT TEST.
Here is DataServer fix for csh files save character 100%
 
Junior Spellweaver
Joined
Mar 5, 2009
Messages
171
Reaction score
71
Here Client CHS
Here DB
hERE IS MAIN+DLL IM DONT TEST.
Here is DataServer fix for csh files save character 100%

is not CHS protocol..
 
Newbie Spellweaver
Joined
Jan 17, 2012
Messages
14
Reaction score
21
sorry all my friend
webzen call me and request me close this topic
But i will share awesome server next time

I promise you!!
 
Last edited:
Newbie Spellweaver
Joined
Jan 17, 2012
Messages
14
Reaction score
21
Hi Sir josesp mind to share client and main for this?
Hi Sir ashlay hope you can share the client and main for us to test. TuanV I understand that you want to closed the thread but I dont understand how webzen waste their time to call you. :)

webzen send eddy gmail and eddy call me, he request me close this topic from ragezone
eddy first share this server, i leech from clbgamesvn.com
here:

ps: i dont want close this topic but he request
 
Last edited:
Experienced Elementalist
Joined
Nov 30, 2010
Messages
208
Reaction score
8
webzen send eddy gmail and eddy call me, he request me close this topic from ragezone
eddy first share this server, i leech from clbgamesvn.com
here:

ps: i dont want close this topic but he request

lol,anyway files got lot of users , and we got it on public usage.
 
Joined
May 26, 2009
Messages
17,336
Reaction score
3,230
Webzen call you? c'mon man and what did he told you? where he found your number? i though RZ has privacy over members (and im sure it does) .
So no one called you just some ppl cried from that forum you leeched and told you to close the thread etc..
how shame anyone else can repost it so it wasn't worth of doing it =]
 
Junior Spellweaver
Joined
Dec 21, 2008
Messages
115
Reaction score
44
I think that he not mean to release it with .pdb, it will make decompile too easy...
 
Junior Spellweaver
Joined
Dec 21, 2008
Messages
115
Reaction score
44
There is good stuff for those who love research. Maybe someone will post decompiled sources, that would be great :D.

Sin título - Full Ex702 by Webzen - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 11, 2013
Messages
17
Reaction score
2
Pseudocode C of GameServer:

New decryption(SimpleModulus goes away..):
Code:
aLen = CSessionCryptor__Decrypt(&g_CryptoSessionCS, uIndex, &byDec[3], &recvbuf[lOfs + 3], size - 3);          v8 = NSerialCheck__GetSerial((NSerialCheck *)(8 * uIndex + 166092176));
          v9 = CSessionCryptor__GetDecryptCount(&g_CryptoSessionCS, uIndex);
          v10 = CSessionCryptor__GetEncryptCount(&g_CryptoSessionCS, uIndex);
          v11 = CSessionCryptor__GetAlgorithm(&g_CryptoSessionCS, uIndex);
          LogAddC(2u, "Decrypt2> ALG: %d, ENC: %d, DEC: %d, Serial: %d", v11, v10, v9, v8);
          if ( aLen < 0 )
          {
            LogAddC(2u, "Decrypt2> Failed %d", uIndex);
            return 0;
          }

// Edit:

Is it USA build? LOL

// Edit2:
IDA cant create pseudocode of ProtocolCore(). Sorry :/

//Edit3:
Here is pseudocode with ProtocolCore() :) Enjoy xd
 
Last edited:
Newbie Spellweaver
Joined
Dec 11, 2013
Messages
17
Reaction score
2
I fixed one of switches. Now I'm trying "decompile" packettwister and sessioncryptor
 
Back
Top