• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Full Ex702 by Webzen

Skilled Illusionist
Joined
Dec 29, 2007
Messages
312
Reaction score
34
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


link 2 hangs at 99% and does not complete the download.
Its upload in mediafire?
 
Newbie Spellweaver
Joined
Dec 10, 2014
Messages
30
Reaction score
16
Pseudocode C of GameServer:

// Edit:

Is it USA build? LOL

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

Here is the C Header for that .C enjoy..



Using Current dev GS isn't that hard to upgrade it, actually you can learn a lot, there is too much "old" code there.
Code:
// Current code
void CAcceptIp::Init()
{
	for (int n=0; n<MAX_USE_IP;n++)
	{
		memset(this->szIp[n] , 0, sizeof(szIp[n]) );
		this->UseIp[n]= false;
	}
}
 // 702 
void __thiscall CAcceptIp__Init(CAcceptIp *this)
{
  signed int v1; // [sp+4Ch] [bp-8h]@1
  CAcceptIp *v2; // [sp+50h] [bp-4h]@1


  v2 = this;
  for ( v1 = 0; v1 < 100; ++v1 )
  {
    memset(v2->szIp[v1], 0, 0x10u);
    v2->UseIp[v1] = 0;
  }
}
 
Last edited:
Newbie Spellweaver
Joined
Dec 11, 2013
Messages
17
Reaction score
2
I dont know what you mean.. This C code is only pseudocode so:
Code:
[COLOR=#333333]// Current code[/COLOR]void CAcceptIp::Init()
{
	for (int n=0; n<MAX_USE_IP;n++)
	{
		memset(this->szIp[n] , 0, sizeof(szIp[n]) );
		this->UseIp[n]= false;
	}
}
Is equal to:
Code:
 // 702 
void __thiscall CAcceptIp__Init(CAcceptIp *this)
{
  signed int v1; // [sp+4Ch] [bp-8h]@1
  CAcceptIp *v2; // [sp+50h] [bp-4h]@1


  v2 = this;
  for ( v1 = 0; v1 < 100; ++v1 )
  {
    memset(v2->szIp[v1], 0, 0x10u);
    v2->UseIp[v1] = 0;
  }
}
 
Junior Spellweaver
Joined
Dec 21, 2008
Messages
115
Reaction score
44
I dont know what you mean.. This C code is only pseudocode so:
Code:
[COLOR=#333333]// Current code[/COLOR]void CAcceptIp::Init()
{
	for (int n=0; n<MAX_USE_IP;n++)
	{
		memset(this->szIp[n] , 0, sizeof(szIp[n]) );
		this->UseIp[n]= false;
	}
}
Is equal to:
Code:
 // 702 
void __thiscall CAcceptIp__Init(CAcceptIp *this)
{
  signed int v1; // [sp+4Ch] [bp-8h]@1
  CAcceptIp *v2; // [sp+50h] [bp-4h]@1


  v2 = this;
  for ( v1 = 0; v1 < 100; ++v1 )
  {
    memset(v2->szIp[v1], 0, 0x10u);
    v2->UseIp[v1] = 0;
  }
}

That is what he was trying to say, upgrading old sources is easy because most of code is the same.
 
Newbie Spellweaver
Joined
Dec 10, 2014
Messages
30
Reaction score
16
Exactly what i was triying to explain sorry about my grammar..
 
Legendary Battlemage
Loyal Member
Joined
Dec 13, 2007
Messages
613
Reaction score
161
Season 9 KOR dataserver:
IBS (shopserver+generate ingameshop files) :
Taiwan GS+GSCS EX702 (gs+gscs seems different maybe its another region?):
Taiwan Database:
Client for these files( in ogg.dll are main fixes also ip xored ):
More goodies( mhm i think this can be found in source pack thread ):

Tried to came back to mu but i was just wasting my time.
 
NN - Nord & Noob
Loyal Member
Joined
Jul 15, 2004
Messages
1,207
Reaction score
689
weird, i have same GS version + PDB, but this one have more functions and new sh!t. Strange...
TuanV - Full Ex702 by Webzen - RaGEZONE Forums


TuanV - Full Ex702 by Webzen - RaGEZONE Forums
 
Last edited:
Joined
Jan 8, 2013
Messages
502
Reaction score
64
Season 9 KOR dataserver:
IBS (shopserver+generate ingameshop files) :
Taiwan GS+GSCS EX702 (gs+gscs seems different maybe its another region?):
Taiwan Database:
Client for these files( in ogg.dll are main fixes also ip xored ):
More goodies( mhm i think this can be found in source pack thread ):

Tried to came back to mu but i was just wasting my time.
Hi bro! link down don't work!
 
Newbie Spellweaver
Joined
Dec 10, 2014
Messages
30
Reaction score
16
Season 9 KOR dataserver:
IBS (shopserver+generate ingameshop files) :
Taiwan GS+GSCS EX702 (gs+gscs seems different maybe its another region?):
Taiwan Database:
Client for these files( in ogg.dll are main fixes also ip xored ):
More goodies( mhm i think this can be found in source pack thread ):

Tried to came back to mu but i was just wasting my time.

Thank you man!
 
Skilled Illusionist
Joined
Dec 29, 2007
Messages
312
Reaction score
34
Season 9 KOR dataserver:
IBS (shopserver+generate ingameshop files) :
Taiwan GS+GSCS EX702 (gs+gscs seems different maybe its another region?):
Taiwan Database:
Client for these files( in ogg.dll are main fixes also ip xored ):
More goodies( mhm i think this can be found in source pack thread ):

Tried to came back to mu but i was just wasting my time.

Can anyone crack the M: / driver?
 
Experienced Elementalist
Joined
Jul 29, 2012
Messages
286
Reaction score
265
Season 9 KOR dataserver:
IBS (shopserver+generate ingameshop files) :
Taiwan GS+GSCS EX702 (gs+gscs seems different maybe its another region?):
Taiwan Database:
Client for these files( in ogg.dll are main fixes also ip xored ):
More goodies( mhm i think this can be found in source pack thread ):

Tried to came back to mu but i was just wasting my time.
WOW, what a sweeties you keep supporting whole RZ community

btw the ex702 confirmed to be original(or at least very good dec)
 
Last edited:
Newbie Spellweaver
Joined
Dec 10, 2014
Messages
30
Reaction score
16
Anyone have a WzAG.dll done for this? to be used as base!
 
Newbie Spellweaver
Joined
Jan 17, 2012
Messages
14
Reaction score
21
client
here:

update main:
Link Download Main Crack

Update Main : 3D camera ( bug zoom in and zoom out ) + Fix List Move Maps + Crack All ResourceGuard :
Credit:
-Caothuphutho
-Tomatoes
Guide for newbie: extract full client, paste patch, paste main crack + update main and hex find IP Seri and ver lock infomation


i dont know this client can work 100% server but i hope
infomation main:
Version :22689
Serial : 44S3aT8d8XaQg2W3
IP : ctpt.myvnc.com
Port : AD75
 
Last edited:
Back
Top