Ok, Earlier i released my Gaiaonline Spammer bot, This is the tutorial to make the spammer in it, If you want to know how to add the web browser ask and I'll update the post. Thanks. +Rep?
What you'll need to set up the layout of the spammer.
-3 Buttons
-1 Text Box
-2 Labels
-1 Timer
-1 Rich Text box
Name the buttons,
Start
Stop
Set Speed
Name the labels,
Speed:
Message:
Now to start with coding,
The start button (1),
Code:
The stop button (2),Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Start()
End Sub
Code:
The Set Speed button (3),Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Timer1.Stop()
End Sub
Code:
Ok, Now you have to code the Timer, Double click the Timer,Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Timer1.Interval = TextBox1.Text
End Sub
Code:
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.Send(RichTextBox1.Text)
SendKeys.Send("()")
End Sub
Results 1 to 7 of 7
- 07 Nov. 2010 11:41am #1
[TuT] Making a simple spammer [VB]
- 07 Nov. 2010 11:55am #2
You only describe how to code teh buttons man, how about the Rich Text Box n shit?
Apply for BCK Hacking Crew! Read this link for more info.
My only MSN email is |[gowr@w.cn]|.
Adf.ly Referral. (Cuz you luv me <3)
My guide on Fake Login Windows + how to spread them.
[TuT] Making a FREE DepositFiles GOLD account!
Wordlists for Password Crackers [CRACKED 320 ACCOUNTS SO FAR!!! LEGIT!!!]
[TuT] Making your own Trainer
[GoWRTeKz] My Favorite Music
Signature
Thanks EliRocks!
- 07 Nov. 2010 06:58pm #3
- 07 Nov. 2010 08:31pm #4
Ahhh I see
I don't write any VB or anything, so that's probz why I didn't get it lol.Apply for BCK Hacking Crew! Read this link for more info.
My only MSN email is |[gowr@w.cn]|.
Adf.ly Referral. (Cuz you luv me <3)
My guide on Fake Login Windows + how to spread them.
[TuT] Making a FREE DepositFiles GOLD account!
Wordlists for Password Crackers [CRACKED 320 ACCOUNTS SO FAR!!! LEGIT!!!]
[TuT] Making your own Trainer
[GoWRTeKz] My Favorite Music
Signature
Thanks EliRocks!
- 08 Nov. 2010 06:05am #5
Is there any way that instead of us clickin the enter button that it enters by itself...?
- 08 Nov. 2010 06:06am #6
- 08 Nov. 2010 08:18am #7