Twisted Hacks.
Would you like to react to this message? Create an account in a few clicks or log in to continue.


We are a gaming site that offer free hacks for various games. We currently offer CrossFire hacks, OP7 hacks, CA hacks, War Rock hacks and many more! Come check us out today!
 
HomePortalSearchLatest imagesRegisterLog in

 

 [Tutorial]How to make a chat spammer Visual basic

Go down 
2 posters
AuthorMessage
Razor
Twisted Mod
Twisted Mod



Posts : 2
Join date : 2011-12-07

[Tutorial]How to make a chat spammer Visual basic  Empty
PostSubject: [Tutorial]How to make a chat spammer Visual basic    [Tutorial]How to make a chat spammer Visual basic  EmptyWed Dec 07, 2011 1:26 am

Tutorial By: RazorHello, in this tutorial i will show you how to make a chat spammer

things you will need:
1. visual basic 2008 or 2010 (Microsoft Express Downloads - Visual Studio Express and SQL Server Express)
2. some time

alright lets begin, firstly design your program, i will be using:

2 text boxes
1 timer
3 buttons


now double click on button 3 or "set speed" button and enter this code


Code:
Timer1.Interval = TextBox2.Text

(assuming textbox2 is the textbox near set speed), in textbox2 we will enter our custom speed or "interval" (1 will be the fastest, you cannot go below 1)

now double click on the start button and enter this code


Code:
timer1.start

this will start the timer, once again double click on the stop button and enter the code

Code:
timer1.stop

this will stop the timer

now with all that done double click on the timer and enter this code

Code:
SendKeys.Send(TextBox1.Text)
SendKeys.Send("{ENTER}")

now the when you click spam it will type your text for you and automatically click enter to send it, if you don't want it to click enter then
put this code


Code:
SendKeys.Send(TextBox1.Text)
(note: you will have to click enter yourself or hold enter)
that is how you make a chat spammer in visual basic
Back to top Go down
Rymie2k9
Twisted Newb
Twisted Newb
Rymie2k9


Posts : 13
Join date : 2010-07-06
Age : 27
Location : Your mums bed.

[Tutorial]How to make a chat spammer Visual basic  Empty
PostSubject: Re: [Tutorial]How to make a chat spammer Visual basic    [Tutorial]How to make a chat spammer Visual basic  EmptyWed Mar 07, 2012 12:08 pm

Thank you for this guide. I see you've made a request for a staff position? Drop me a message some time, I'll see what I can do.
Back to top Go down
 
[Tutorial]How to make a chat spammer Visual basic
Back to top 
Page 1 of 1
 Similar topics
-
» [Tutorial]How To download Chinese CrossFire.
» [Tutorial]How to download Crossfire Vietnamese.

Permissions in this forum:You cannot reply to topics in this forum
Twisted Hacks. :: General Programing. :: Visual Basics.-
Jump to: