[Pedido] DeEncriypt
#1

Eu Gostaria Do DeEncrypt Deste Encrypt

Код:
stock Encrypt(string[])
{
	for(new x=0; x < strlen(string); x++)
 	{
  		string[x] += (3^x) * (x % 15);
  		if(string[x] > (0xff))
  		{
		  	string[x] -= 256;
  		}
  	}
	return 1;
}
Dou Rep Pra Quem Me Passar
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: 2 Guest(s)