Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: Visual Basic / VB:
{HELP}Auto Spammer{HELP}

 

 


Iluvata
Enthusiast


Jan 22, 2006, 6:03 PM

Post #1 of 2 (547 views)
Shortcut
{HELP}Auto Spammer{HELP} Can't Post

Ok, i am just messing around with an Auto Spammer. My "Command" Button and the time interval button isnt showing up on the actual program. Any one know what to do?

EDIT:I found how to make the Command Button Work. Just not the Interval Button.

EDIT 2:Found it NVM




(20:20:29) <+Varenagan> I love farting with an itchy anus. It helps.

(This post was edited by iluvata on Jan 22, 2006, 8:21 PM)



Fire_Of_Hell
Newbie

Mar 10, 2006, 9:14 PM

Post #2 of 2 (401 views)
Shortcut
Re: [Iluvata] {HELP}Auto Spammer{HELP} [In reply to] Can't Post

lol, i have made heaps of auto spammers and talkers over how many days? well anyways, what i understand is you want to know how to make the textbox with what to say and what the interval is.

public function Txtselector as string
TxtSelector = textbox1.text
end function

Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick

If Timer1.Enabled = True Then
SendKeys.Send(txtselector)
SendKeys.Send("{enter}")
End If

timer1.interval = textbox2.text * 1000
end sub

Private Sub BtnStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnStart.Click
Timer1.Enabled =
True
End Sub

Private Sub BtnStop_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnStop.Click
Timer1.Enabled =
False
End Sub

There you go


 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.11 s on (CGI/1.1)