tell me if this is right Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Spammer.Tick SendKeys.Send(Textbox1.Text) SendKeys.Send(*(Enter)*) End Sub
I recently just followed your tutorial, and got to the end. But when I went to do a test run, I fired up Xfire, and when I tried spamming a test message to myself, it didn't enter itself. It just kept going on as This is a testENTERThis is a testENTER. Any ideas as to what's the problem?
I was actually able to fix it. Instead of using the ()'s around the Enter, I used the {}'s around it instead. It works now, though, thanks for the quick response.
King of the hill in the background <3
colton8r 2 weeks ago
There where build errors. Would you like to continue and run the last successful build?
wtfuck?
ByVxIJa 2 months ago
My dads name is DJ
modernlamer 5 months ago
Set How Much Will Spam!?? Huh How!!
iordanis11 1 year ago
Wow, man I think it's supposed to be "{ENTER}" but nice tut :)
keithpetro 1 year ago
Excellent! Thanks so much =D
MrDannyProductions 2 years ago
thanks mate it worked i rated 5 stars i subscribed
and faworited
kassem435 2 years ago
my whole computer stops when using it, is there any way to set it to send a message every 30 sec or minute?
TWRsystem 2 years ago
No offense but you need a new computer :p.
and to answer your question, yes you can 1,000 milisecond = 1 second
so 30,000 would be 30 seconds
sadrvalmar 2 years ago
hey, i used another script and my computer didnt freeze, so i dont think it's any probs with my computer ;P
I also figured out how to change it myself :)
Thanks anyway! xD
TWRsystem 2 years ago
No problem. Do you know any possible reason it froze? Cause that would be good if I could know why so I could find the possible problem.
sadrvalmar 2 years ago
my will not work
tell me if this is right Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Spammer.Tick SendKeys.Send(Textbox1.Text) SendKeys.Send(*(Enter)*) End Sub
cjmwid 2 years ago
take out end sub
RandomBullProduction 2 years ago
its not
(*(Enter)*)...
its
(" (ENTER) ")
thatguywithnoname 2 years ago
I recently just followed your tutorial, and got to the end. But when I went to do a test run, I fired up Xfire, and when I tried spamming a test message to myself, it didn't enter itself. It just kept going on as This is a testENTERThis is a testENTER. Any ideas as to what's the problem?
allstar31992 2 years ago
Add me on xfire and send me a message my name is valmar10. I should be able to help with any problems you may have with that and anything else.
sadrvalmar 2 years ago
I was actually able to fix it. Instead of using the ()'s around the Enter, I used the {}'s around it instead. It works now, though, thanks for the quick response.
allstar31992 2 years ago
No Problem
sadrvalmar 2 years ago
Im trying to re do my whole chat spammer, and make a 2.0, but it says interval is not declared.
MappinFool 2 years ago
you need something like
TimerName.Interval = TextBox#(or whatever name is).text
Check if you have that not just TimerName.Interval(TextBox#.text)
sadrvalmar 2 years ago