Results 1 to 6 of 6
  1. #1
    xTMx's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Beside your room
    Posts
    20
    Reputation
    10
    Thanks
    3
    My Mood
    Inspired

    [Release]xTMx's MPGH Spammer Code

    This is for Visual Basics. I'm not going to give the project, just code. Figure how to use it. (2008/2010 editions)

    [PHP]Public Class Form1
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Long) As Integer
    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    If GetAsyncKeyState(Keys.F2) Then
    Timer2.Start()
    End If
    If GetAsyncKeyState(Keys.F3) Then
    Timer2.Stop()
    End If
    End Sub

    Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
    SendKeys.Send(TextBox1.Text)
    SendKeys.Send("{ENTER}")
    SendKeys.Send("{ENTER}")
    SendKeys.Send(TextBox2.Text)
    SendKeys.Send("{ENTER}")
    SendKeys.Send("{ENTER}")
    SendKeys.Send(TextBox3.Text)
    SendKeys.Send("{ENTER}")
    SendKeys.Send("{ENTER}")
    End Sub

    Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs ) Handles LinkLabel1.LinkClicked
    Process.Start("https://mpgh.net/")
    End Sub
    End Class
    [/PHP]

  2. The Following User Says Thank You to xTMx For This Useful Post:

    carlcorn (01-10-2010)

  3. #2
    ROUGHS3X's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    MPGH's resident persona non grata.
    Posts
    3,366
    Reputation
    38
    Thanks
    481
    My Mood
    Amused
    No random number generation? You should really sleep 3 seconds between each text box. Especially without random numbers. This is basically an instant account banner.

  4. #3
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    I do not see a spam filter, tell me if i am wrong
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  5. #4
    hopefordope's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Herndon,VA
    Posts
    264
    Reputation
    9
    Thanks
    86
    My Mood
    Psychedelic
    DUDE half of ur codes are not declared

  6. #5
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    My code is a whole lot better
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  7. #6
    NuB_GhOsT's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Australia
    Posts
    1,083
    Reputation
    18
    Thanks
    60
    My Mood
    Devilish
    Quote Originally Posted by zmansquared View Post
    My code is a whole lot better
    Agreed....

Similar Threads

  1. [Release] MafiaTerror Ventrilo Channel Spammer
    By bbsdragon in forum General Hacking
    Replies: 8
    Last Post: 05-01-2009, 04:08 AM
  2. Poll: Should I be the release log for MPGH?
    By Trip-FX in forum General
    Replies: 1
    Last Post: 04-16-2009, 08:53 AM
  3. [RELEASE]NEW WARROCK FLOODER / SPAMMER
    By XqwertyX in forum WarRock - International Hacks
    Replies: 9
    Last Post: 09-10-2008, 02:13 PM
  4. MPGH Spammer UserBar.
    By wr194t in forum Art & Graphic Design
    Replies: 7
    Last Post: 10-27-2007, 09:13 AM
  5. [RELEASE]WarRock Trainer MPGH[RELEASE]
    By yogilek[RES] in forum WarRock - International Hacks
    Replies: 57
    Last Post: 10-09-2007, 11:54 AM