how to change urban rcc password ?

Results 1 to 4 of 4
  1. #1
    Proficient Member johnywm1994 is offline
    MemberRank
    Jul 2011 Join Date
    160Posts

    sad how to change urban rcc password ?

    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 ?


  2. #2
    Chinese Developer baby011528 is online now
    [VIP] MemberRank
    Apr 2019 Join Date
    MalaysiaLocation
    310Posts

    Re: how to change urban rcc password ?

    Quote Originally Posted by johnywm1994 View Post
    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; }

  3. #3
    Proficient Member johnywm1994 is offline
    MemberRank
    Jul 2011 Join Date
    160Posts

    Re: how to change urban rcc password ?

    Quote Originally Posted by baby011528 View Post
    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; }
    I will try ..Thanks you so much sir

  4. #4
    Proficient Member johnywm1994 is offline
    MemberRank
    Jul 2011 Join Date
    160Posts

    Re: how to change urban rcc password ?

    still the same problems sir

    - - - Updated - - -

    Please help !



Advertisement