Auto Typer (Tutorial)

Use this board to post your code snippets - tips and tricks
8 posts Page 1 of 1
Contributors
MANSQN
VIP - Donator
VIP - Donator
Posts: 159
Joined: Sat Sep 17, 2011 11:33 pm

Auto Typer (Tutorial)
MANSQN
You will need one textbox one timer and two buttons.

Click button1 (Start) and place this code
Code: Select all
Timer1.Interval = TextBox2.Text * 1000
        Timer1.Start()
Click button2 (Stop) and place this code.
Code: Select all
Timer1.Stop()
Click the timer and place this code.
Code: Select all
SendKeys.Send(TextBox1.Text)
      SendKeys.Send("{Enter}")
User avatar
Code
VIP - Donator
VIP - Donator
Posts: 51
Joined: Sun Sep 18, 2011 7:25 pm

Re: Auto Typer (Tutorial)
Code
In all respects, i think this is a chat spammer and i am not sure they allow these types of tutorials. :(
viewtopic.php?f=17&p=54101#p54101
Image
Image
Image
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Auto Typer (Tutorial)
mandai
It is what you decide to use it for.
User avatar
Code
VIP - Donator
VIP - Donator
Posts: 51
Joined: Sun Sep 18, 2011 7:25 pm

Re: Auto Typer (Tutorial)
Code
mandai wrote:
It is what you decide to use it for.
I remember seeing a post by someone that got taken down due to it being a 'Chat Spammer' so i find it quite unfair towards some users if this 'Auto Typer' is aloud
viewtopic.php?f=17&p=54101#p54101
Image
Image
Image
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Auto Typer (Tutorial)
mandai
This topic has nothing to do with spamming, other than what you have mentioned.
MANSQN
VIP - Donator
VIP - Donator
Posts: 159
Joined: Sat Sep 17, 2011 11:33 pm

Re: Auto Typer (Tutorial)
MANSQN
mandai wrote:
This topic has nothing to do with spamming, other than what you have mentioned.
Your rite mandai it's what you use it for. i dont make it for ppl to use it as a spammer.
User avatar
reececlarke
VIP - Donator
VIP - Donator
Posts: 245
Joined: Tue Dec 08, 2009 6:47 pm

Re: Auto Typer (Tutorial)
reececlarke
this is a nice tut on makeing a typeing program this could be used for lots of things that do not involve spamming.
Image
User avatar
Jg99
VIP - Site Partner
VIP - Site Partner
Posts: 453
Joined: Sun Mar 20, 2011 5:04 am

Re: Auto Typer (Tutorial)
Jg99
i agree what reececlarke said, i dont think it would spam, it could be used in a splash screen for ex. like where the words come up automatically :)
http://www.sctechusa.com SilverCloud Website
8 posts Page 1 of 1
Return to “Quick Snips”