Hey guys! Just finished another one of my projects, this one didn't take so long, and as it has no relation to gaming, I figured it'd be best to post about it here.
Why not download it and give me feedback?
Download (It's a mediafire link)
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Timer1.Enabled = True
End Sub
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
Timer1.Enabled = False
End Sub
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
SendKeys.Send(TextBox1.Text & "{Enter}")
End Sub
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
MsgBox("Simply put your desired message into the text box and then hit start. After that is done, tab back in to your messaging service (Skype, Steam, Facebook, etc) and enjoy the spam.")
End Sub
Private Sub Button4_Click(sender As Object, e As EventArgs) Handles Button4.Click
MsgBox("Made by Will Pothecary aka f1shhh.")
End Sub
End Class
Last edited by iKas; Mar 26, 2015 at 07:14 PM.
Reason: Fixed Link