[Pedido] Ajudinha
#1

Alguem poderia me explicar como funciona isso ?!

Код:
stock Encrypt(string[])
{
    for(new x=0; x < strlen(string); x++)
    {
        string[x] += (3^x) * (x % 15);
        if(string[x] > (0xff))
        {
            string[x] -= 64;
        }
    }
    return 1;
}
Reply
#2

Acho que nao tem funcao .
Reply
#3

Quote:
Originally Posted by mau.tito
Посмотреть сообщение
Acho que nao tem funcao .
Tem sim ele modifica a senha, porйm gostaria de saber como ele modifica a senha...
Reply
#4

Quote:
Originally Posted by NuTShoT
Посмотреть сообщение
Tem sim ele modifica a senha, porйm gostaria de saber como ele modifica a senha...
Tem certeza
Olha bem em seu code.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)