Post: Program Made By Me
10-23-2010, 04:21 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Ok so i made a simple little program that is a text spammer. Also if you run a virus scan it may show up as a virus but is not!!! The reason it does this sometimes is because it takes control or a key on your keyboard and the Anit Virus sees that as a threat. If you dont feel safe download this then ill make a video and even post the source code.


Im just selling it for 100 vbux because its simple but i plan to make more in the future.

-Note: you might have to also download a .net framework.
(adsbygoogle = window.adsbygoogle || []).push({});
10-23-2010, 09:42 PM #11
Originally posted by S
ok thanks bro, i got to make a new new one right quick i cant find my project folder

---------- Post added at 04:37 PM ---------- Previous post was at 04:15 PM ----------

OK i have the sourcode: You need two buttons, textbox, and timer

        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Timer1.Start()
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Timer1.Stop()
End
End Sub

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.Send("{Enter}")
My.Computer.Keyboard.SendKeys(TextBox1.Text)
End Sub
End Class


To make it a bit more advanced, add more timers and buttons. Make them Fast Slow and Medium, and have the timers go with them.
10-23-2010, 10:06 PM #12
Yes, or have one timer but have radio buttons that controls the speed :p

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo