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!

how to change urban rcc password ?

Junior Spellweaver
Joined
Jul 17, 2011
Messages
152
Reaction score
3
if( IsEncrypted( info.dwFlags ) )
{
if( unzOpenCurrentFilePassword(m_uzFile, "456d4sadsad" != UNZ_OK )
//if( unzOpenCurrentFilePassword(m_uzFile, "Lalalala#@CRACKMOPEKYOUKA!!XDD@") != UNZ_OK )
return UINT_MAX;
}
else
{
if( unzOpenCurrentFile(m_uzFile) != UNZ_OK )
return UINT_MAX;
}

i already change the password RANPARAM:RCCPASSWORD = 456d4sadsad and also change all the password of rcc in client , but still no luck . anyone can give help me ?
 
Chinese Developer
Banned
Joined
Apr 6, 2019
Messages
358
Reaction score
53
if( IsEncrypted( info.dwFlags ) )
{
if( unzOpenCurrentFilePassword(m_uzFile, "456d4sadsad" != UNZ_OK )
//if( unzOpenCurrentFilePassword(m_uzFile, "Lalalala#@CRACKMOPEKYOUKA!!XDD@") != UNZ_OK )
return UINT_MAX;
}
else
{
if( unzOpenCurrentFile(m_uzFile) != UNZ_OK )
return UINT_MAX;
}

i already change the password RANPARAM:RCCPASSWORD = 456d4sadsad and also change all the password of rcc in client , but still no luck . anyone can give help me ?
if( IsEncrypted( info.dwFlags ) ) // MEMO : 鞠龋拳 等 颇老捞搁... { if( unzOpenCurrentFilePassword(m_uzFile, "DontHackMe!") != UNZ_OK ) return UINT_MAX; } else { if( unzOpenCurrentFile(m_uzFile) != UNZ_OK ) return UINT_MAX; }
 
Upvote 0
Back
Top