[TuT] Basic Spammer Guide

Posts 115 of 21 · Page 1 of 2
[TuT] Basic Spammer Guide
Have you ever wanted to Make a spammer well here is your chance.
I am going to give you a guide to an basic spammer

Create a new Project and call it "Basic Spammer"

First you design your Spammer:
Add
- 2 Buttons
- 1 Textbox
- 1 Timer
.

Name the two Buttons
- Connect
- Disconnect

Set the Timers Setting to
Enabled= True
Interval=100{1 second}
Anything lower is pretty fast

When you done adding the things needed and Design time to code. add this code to the coding part:

Code:
Public Class Form1

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

    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Timer1.Enabled = False
    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 Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        SendKeys.Send(TextBox1.Text)
        SendKeys.Send("{Enter}")
    End Sub
End Class
And Its Done !

Credtiz:
Burgessjr
No one needs a tut for a shitty spammer, Any noob knows that.
If you want make a tut for a spammer , make for a very advanced one
Thats really sucks dude
Quote Originally Posted by Lyoto Machida View Post
No one needs a tut for a shitty spammer, Any noob knows that.
If you want make a tut for a spammer , make for a very advanced one
Thats really sucks dude
Cut the flame back.
Quote Originally Posted by Jason View Post


Cut the flame back.
Ikr it is just a tut why is he flamming like that
Lol ok but this is justt if you want a spammer right know to spam somebody or w.e but i will do an advance one for sure but it might not be anytime soon :/
You should add more features . . . but well I think this willb e good for nwebies
Just one thing... Don't take it as a flame tho..

People should start making more generic tuts. How to play with a Listbox for example, or how to play with this or that control. How to use this and that. Not how to make a specific application.

Ya know what?
Someone will use the tut and end up with a spammer that he made. Indeed it is True. But, did he learn anything? Not rly..
Can he make anything else? No.. Only spammers, how useful : D

My point is. If you made a tut teaching him to use a Timer, maybe he would know now how to make a spammer by HIMSELF, how to make a chronometer/stopwatch, how to make 123412341234 more different application, by himself, without a tutorial.

It's like, Giving your son a fish and teach him how to eat it. The thing is.. He can eat that fish, but he can't get any by himself because you didn't teach him first how to fish one.
Oh yes, well I think I will start makinng TuTs
Quote Originally Posted by alvaritos View Post
Oh yes, well I think I will start makinng TuTs
Make good tuts! Not like this.......
Good Luck
Quote Originally Posted by Lyoto Machida View Post


Make good tuts! Not like this.......
Good Luck
Seriously I've had enough, reported.
Quote Originally Posted by 'Bruno View Post
Just one thing... Don't take it as a flame tho..

People should start making more generic tuts. How to play with a Listbox for example, or how to play with this or that control. How to use this and that. Not how to make a specific application.

Ya know what?
Someone will use the tut and end up with a spammer that he made. Indeed it is True. But, did he learn anything? Not rly..
Can he make anything else? No.. Only spammers, how useful : D

My point is. If you made a tut teaching him to use a Timer, maybe he would know now how to make a spammer by HIMSELF, how to make a chronometer/stopwatch, how to make 123412341234 more different application, by himself, without a tutorial.

It's like, Giving your son a fish and teach him how to eat it. The thing is.. He can eat that fish, but he can't get any by himself because you didn't teach him first how to fish one.
Kk i am going to try and make a useful vb program and then add a tut

Quote Originally Posted by Jason View Post


Seriously I've had enough, reported.
Thanks i barely knew this person and just making fun of a person who is new to this vb stuff
Of Course (¬_¬) xD But First I want to finish my ImageUploader
I going to make one just for me ^.^
Quote Originally Posted by TheUknownOne View Post
I going to make one just for me ^.^
Thank you cause they are unnecessary Who would complain that spam is gone?

Good starter coding I guess... but it could be upgraded...well alot
It basic vb and you wont really learn anything from a guide that gives you the codes.
Posts 115 of 21 · Page 1 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?