natsudragneel
Learner
Helpin the Commuity
Posts: 18
Member Since: Feb 16, 2016 1:48:49 GMT
|
Post by natsudragneel on Feb 16, 2016 3:21:02 GMT
Basic but was fun to make lol.....
Has some false positives I don't know how to remove, if you know how to remove them please let me know.. (LEFT PROGRAM CODE JUST TO SHOW YOU WHAT IS HAPPENING THOUGH)
Spammer--https://mega.nz/#!CtUDHY7Z!Fbs9almipm9u4...H99cRpvbK0 Virustotal--https://www.virustotal.com/en/file/ab91c...455068626/
Code--
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Timer1.Enabled = False
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
TextBox1.Text = ""
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
SendKeys.Send(TextBox1.Text)
SendKeys.Send("{ENTER}")
End Sub
Private Sub GroupBox1_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GroupBox1.Enter
End Sub
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
End Class
|
|