my simple spammer(code)

Posts 113 of 13 · Page 1 of 1
my simple spammer(code)
Here is my simple spammer bye looking at the code you should understand it

there is a fast and slow feature

coded all from memory of watching tuts
what should I do next

Code:
Public Class Form1

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        SendKeys.Send(TextBox1.Text)
        SendKeys.Send("{Enter}")
    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Timer1.Enabled = True
    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Timer1.Interval = 1
    End Sub

    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
        Timer1.Interval = 1000
    End Sub

    Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged
        If CheckBox1.Checked = True Then
            TextBox1.Text = "tremaster from mpgh.net"
        Else
            TextBox1.Text = "spam"
        End If
    End Sub

    Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
        Timer1.Enabled = False
    End Sub

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

    End Sub
End Class
nice
simple and good
ty but I want to try something harder
Loooks nice and simple
Finally uv actually made something instead of asking for good tuts and such. Finally!
Oh, Yay. We have another spammer thread.
No offense @tremaster , looks "good" , it's just like this section tends to 'Rinse & Repeat"

It's always, Injector Source, Web browsers, Spammers & Spammer source, with occasional in betweens, then "Rinse & Repeat"
Quote Originally Posted by NextGen1 View Post
Oh, Yay. We have another spammer thread.
No offense @tremaster , looks "good" , it's just like this section tends to 'Rinse & Repeat"

It's always, Injector Source, Web browsers, Spammers & Spammer source, with occasional in betweens, then "Rinse & Repeat"
Release something on your own then ? (Yah, I know you have 360 websites, 721 iPhone apps to finish and much more to complete, but plz 1 decent release ;P ) @NextGen1
Quote Originally Posted by Hassan View Post


Release something on your own then ? (Yah, I know you have 360 websites, 721 iPhone apps to finish and much more to complete, but plz 1 decent release ;P ) @NextGen1
Hmmmmm, Once I have time, Sure. I haven't even been in this section, and @ The OP, again, I never meant to direct the comment at you specifically, Just hoping we can get some releases in this section. But that's what wannacode is for
Ehh good job for a Beginner, you'll get better just try harder :P
Very nice, BUt why the f*ck did you this ?

Code:
 If CheckBox1.Checked = True Then
            TextBox1.Text = "tremaster from mpgh.net"
        Else
            TextBox1.Text = "spam"
        End If
did that si it had a spam option to spam that
Quote Originally Posted by tremaster View Post
did that si it had a spam option to spam that
lol You want choose what the people spam ? XD
well its good not the best but anyway its basic!
Posts 113 of 13 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

None

Need help?