IRC spambots?

dirtbag

BANNED
Joined
Jul 24, 2008
Messages
990
Reaction score
534
nyone know where I can get some bots that'll repeat post messages on IRC?
 
lol
irc? people still use it?

Quite a lot of people actually ;)

I don't think spamming the chat directly is the best idea, download some sort of macro tool if you want to spam it like that. What I do is make it so it private messages someone when they join the channel, script for mIRC; I can't find the code I used before since I just reformatted, but it was something similar to

Code:
on *:JOIN:#: {msg $nick hey $nick blah blah blah}
 
Last edited:
i'm not overly familiar with irc script. i just know that for a project i have planned, a little irc spam would def work to get me a jump on some hits i need. spamming directly to the chat, or via private message will work.

Ramage, is this something to can put right into mIRC this code?
 
Yup, can't exactly remember where to put it.. Either in Alias or Remote, just try in both and it should work ;)
 
just dropped in under remote and it appears to be working. would love to find a way to post randomly at certain intervals directly to the channel. you don't happen to know of any good irc scripting communities? i'ma start the goolging now :)
 
Thanks again Ramage, turned up a perfect snippet of code which is working great for me with a little modification. +Rep to you :D
 
How's this method working out for you? If so, I could probably make something that will spam over 30 different networks targeting over 10,000 people

But you do realize in order for something to be spammed like that, it would have to be an affiliate who can tolerate complaints, or something of that nature.
 
Back
Top