Juver 2010 Source Source 

Thank you sir aizen.
test - Juver 2010 Source - RaGEZONE Forums
 
ThankYou aizen00
Here my gratitude,maybe it can support,try encryp it
i try change Rijndael seem not work donno what my wrong here
This from HxD
Code:
fjiw239rnisf9342
0in123joydn11ps9
skrkrhtlvdj!@#wpfrmfjgrpgo!@#$qk
als!zjabsl@zpdltus#chlrkd^vmfaj*
als!zjabsl@zpdltfrmfjgrpgo!@#$qk
astrp!zabzjsfrmfpdogl@!@#$qljgkl
ljgklgl@orms!adzabfp#$q@fztrp!js
ljgkp!jsabfpormslgl@#$q@fztr!adz
#$q@fztr!adzporljgkp!jsabfmslgl@


Leave some Like (y)
 
remove or recode its ok try to clean all anti cheat and try to recode new devart anti cheat
SIr. You know where to see the parameter.. I tried to see Minia nothing there..

Is this the parameter? looks different to me.. not Pro sorry
Code:
/*game launch parameter, Juver, 2018/09/19 */
        if ( strcmp( strTemp.GetString(), RPARAM::game_launch_param.c_str() ) == 0 )
        {
            bAPM = TRUE;
        }

        if ( strcmp( strTemp.GetString(), NSAPP_STRING::getc( EMAPP_STRING_RCC_PARAMETER_1 ) ) == 0 )
        {
            bRCC = TRUE;
        }

        if ( strcmp( strTemp.GetString(), NSAPP_STRING::getc( EMAPP_STRING_RCC_PARAMETER_2 ) ) == 0 )
        {
            bRCC = TRUE;
        }
    }

okay I see it's /app_run...
 
Last edited:
SIr. You know where to see the parameter.. I tried to see Minia nothing there..

Is this the parameter? looks different to me.. not Pro sorry
Code:
/*game launch parameter, Juver, 2018/09/19 */
        if ( strcmp( strTemp.GetString(), RPARAM::game_launch_param.c_str() ) == 0 )
        {
            bAPM = TRUE;
        }

        if ( strcmp( strTemp.GetString(), NSAPP_STRING::getc( EMAPP_STRING_RCC_PARAMETER_1 ) ) == 0 )
        {
            bRCC = TRUE;
        }

        if ( strcmp( strTemp.GetString(), NSAPP_STRING::getc( EMAPP_STRING_RCC_PARAMETER_2 ) ) == 0 )
        {
            bRCC = TRUE;
        }
    }

okay I see it's /app_run...
yes /app_run only
 
SIr. You know where to see the parameter.. I tried to see Minia nothing there..

Is this the parameter? looks different to me.. not Pro sorry
Code:
/*game launch parameter, Juver, 2018/09/19 */
        if ( strcmp( strTemp.GetString(), RPARAM::game_launch_param.c_str() ) == 0 )
        {
            bAPM = TRUE;
        }

        if ( strcmp( strTemp.GetString(), NSAPP_STRING::getc( EMAPP_STRING_RCC_PARAMETER_1 ) ) == 0 )
        {
            bRCC = TRUE;
        }

        if ( strcmp( strTemp.GetString(), NSAPP_STRING::getc( EMAPP_STRING_RCC_PARAMETER_2 ) ) == 0 )
        {
            bRCC = TRUE;
        }
    }

okay I see it's /app_run...
check on param.ini

search > game_launch_param
 
Back