[Pedido] DeEncriypt
#3

Olha amigo nгo encontrei esse ai, porйm ver se esse ajuda vocк, й uma include.


PHP код:
/***************************************************/
//                                                 //
//          [INC]Criptografia by [iPs]Victor       //
//                                                   //
/***************************************************/

#if defined _criptografa_included
    #error Use apenas uma vez a include de criptografia.
#endif

#define _criptografa_included

#if !defined _samp_included
    #include a_samp
#endif

Criptografar(s[], table[], table_len=sizeof(table))
{
    for(new 
0strlen(s); j++)
        for(new 
0table_leni++)
            
s[<< 32] += table[>> 32];
}

Descriptografar(s[], table[], table_len=sizeof(table))
{
    for(new 
0strlen(s); j++)
        for(new 
0table_leni++)
            
s[>> 32] -= table[<< 32];

Reply


Messages In This Thread
DeEncriypt - by SrDivuOfficial - 09.03.2018, 21:15
Re: DeEncriypt - by [BOPE]Seu._.Madruga - 09.03.2018, 21:41
Re: DeEncriypt - by SpikeCompiler - 09.03.2018, 22:07

Forum Jump:


Users browsing this thread: 1 Guest(s)