Need a litle Help

05/16/2011 22:00 nixford#1
Hi all , if same one know and can help me need to explain me what make this :

Here it`s also the code in C# for plp who know more beter how to use C# :

[Only registered and activated users can see links. Click Here To Register...]


public static string encrypt(string val)
{
byte[] bytes = Encoding.UTF8.GetBytes(val);
MD5CryptoServiceProvider provider = new MD5CryptoServiceProvider();
byte[] buffer2 = provider.ComputeHash(Encoding.UTF8.GetBytes("CuUlOnGcUiBaP"));
provider.Clear();
TripleDESCryptoServiceProvider provider2 = new TripleDESCryptoServiceProvider {
Key = buffer2,
Mode = CipherMode.ECB,
Padding = PaddingMode.PKCS7
};
byte[] buff = provider2.CreateEncryptor().TransformFinalBlock(by tes, 0, bytes.Length);
int num = 0;
for (int i = 0; i < buff.Length; i++)
{
num += buff[i];
}
byte[] inArray = Crypt(buff, buff.Length, (byte) (num % 0xff));
provider2.Clear();
return Convert.ToBase64String(inArray, 0, inArray.Length);
}


Encript this name : CuUlOnGcUiBaP ?


Who can give me 1 hint for this error ?

[Only registered and activated users can see links. Click Here To Register...]
05/17/2011 13:30 Dyn4mit3#2
and for what is this?
05/17/2011 18:20 nixford#3
C# Source code for Dupe Hack VN , where i change the IP/Port/hosts
05/17/2011 20:02 balabanov#4
you cant, there aint no thing here becuase its like an "insturctions" for this thing you call "dupe hack" wich realy looks like a lame buff trainer.
05/18/2011 05:52 charlestamay#5
I Dont Know what its is for O_O !!
Lol is a dupe hack ???

I will ask to System Engineer .... ^^
05/18/2011 18:50 mastertrade#6
Hey bro, I see you still working on it, sorry i havent reply to you i've been busy, ill PM you in a few hrs and share what i got so far with you ;)