Friday, 15 July 2011

FACEBOOK SPAM atemp 1

all you need is VISUAL STUDIO 2010

2 button = "START" & "STOP"
1 textbox and 
timer

here's the code

Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Timer1.Enabled = True
    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 Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        On Error Resume Next
        SendKeys.Send(TextBox1.Text)
        SendKeys.Send("(Enter)")
    End Sub
End Class

2 comments:

  1. Who can Teach me how to create facebook chat spam?

    any help from programmers their.
    i will appreciate even little help

    ReplyDelete
  2. nkita ko na kalalabasan ng codes na yan,facebook spam attempt failure! hahaha! nghang ang PC at ang PC ang na SPAM! wehehe! ung PC ung naperwisyo.. EPIC FAIL!

    ReplyDelete