A VERY simple tutorial for an Auto Typer/Spammer in Visual Basic 2008 Express Edition that has a start and stop button
Codes:
Button1 (Start):
Timer1.Enabled = True
Button2 (Stop):
Timer1.Enabled = False
Timer1:
On Error Resume Next
SendKeys.Send(TextBox1.Text)
On Error Resume Next
SendKeys.Send("{Enter}")
RSPStalent102030 1 week ago
nice
ThePhatprod 1 month ago
Testing.
Testing.
Testing.
Testing.
xZipZap 2 months ago
WWEVideosDutch 4 months ago
I can't make this work.. PLEASE HELP! I have tried almost everything I know, with no results.
It says I am using properties that don't exist (like the sendkeys.send).
Thanks in advance..!!
OriginalMinecrafters 4 months ago
doesnt work in vb6
chillbackbro 5 months ago
@Tkdriverx1 TPB (ThE PiRaTe BaY works.
P0pe0nD0pe 6 months ago
This helped
towzany 8 months ago
@Mebanez = gay
TheRirishi 9 months ago
It's more simple to put in Codes:
Button1 (Start):
Timer1.Start
Button2 (Stop):
Timer1.Stop
TheRirishi 9 months ago