12-08-2012, 07:49 PM
Step 1:
Make a New Form
Step 2:
Add:
Button 1: Start
Button 2: Stop
Button 3: EXIT
Textbox1
Timer1
Step 3:
Button 1 Code:
timer1.start
-------------
Button 2 Code:
timer1.stop
-------------
Button 3 Code:
End
-------------
timer1_tick Code:
sendkeys.send(textbox1.text)
sendkeys.send("{ENTER}")
--------------
Step 5:
LET THOU SPAM BEGIN!
**NOTICE**
you can change the spammer speed by setting the Timer1.interval to = 1
- Pro-A-Blazed
Make a New Form
Step 2:
Add:
Button 1: Start
Button 2: Stop
Button 3: EXIT
Textbox1
Timer1
Step 3:
Button 1 Code:
timer1.start
-------------
Button 2 Code:
timer1.stop
-------------
Button 3 Code:
End
-------------
timer1_tick Code:
sendkeys.send(textbox1.text)
sendkeys.send("{ENTER}")
--------------
Step 5:
LET THOU SPAM BEGIN!
**NOTICE**
you can change the spammer speed by setting the Timer1.interval to = 1
- Pro-A-Blazed