[Pedido] Ajudinha - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] Ajudinha (
/showthread.php?tid=402239)
[Pedido] Ajudinha -
NuTShoT - 25.12.2012
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;
}
Re: [Pedido] Ajudinha -
mau.tito - 25.12.2012
Acho que nao tem funcao .
Re: [Pedido] Ajudinha -
NuTShoT - 25.12.2012
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...
Re: [Pedido] Ajudinha -
mau.tito - 25.12.2012
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.