Auto Typer - Visual Basic 2008. today i'll show you how to make a simple auto typer or "Spammer" in vb08. Song: I Don't Know, Had To Change It Code Button1_Click Timer1.Enabled = True Button2_Click Timer1.Enabled = False Timer1_Tick SendKeys.Send(TextBox1.Text) SendKeys.Send("{Enter}") NOTE: The code under Form1_Load does not work!! Enjoy!