Re: Re: spam tutorial

#187344
pharaon
Member

well not spesific chat program ..i want to learn the basics then see how to adjust it to work with any chat program i want…i made simple one it work for all..but i need to adjust it and add more option like font size and font color..i also want it to work for flash chat…heres the one that i made it can flood any thing..

Private Sub Command1_Click()
Timer1.Enabled = True
End Sub

Private Sub Command2_Click()
Timer1.Enabled = False
End Sub

Private Sub Form_Load()

End Sub

Private Sub Timer1_Timer()
For x = 1 To Text2.Text
SendKeys Text1.Text
SendKeys "{ENTER}"
Next x
Timer1.Enabled = False
End Sub

do we have to use PAT or JK’s API SPY 51 to make more option?