List Users

By EliteT0kr on Aug 04, 2004

I don't really know what this would come in handy for. I got banned from a channel with no services and I wanted to see if the person was in there that banned me (I was on a proxy) so i wrote this to join then leave and get the users list. Then i loaded socket bots and flooded the mother fucking shit outta him ;). anyway, here it is. also made something to PM The users incase your one of those n00bs who like to steal botnets (LoL). Have fun.

alias listusers {
  echo -a 3Writing Users list to C:\UsersList.txt | write -c C:\UsersList.txt | var %i 1 | while (%i <= $nick(#,0)) { 
    .timer 1 0 write -l $+ %i C:\UsersList.txt $nick(#,%i) | inc %i 
  }
}
alias scom {
  echo -a 3SCOM Initiated. | var %i 1 | while (%i <= $lines(C:\UsersList.txt)) { 
    .timer 1 $rand(1,$lines(C:\UsersList.txt)) privmsg $read(C:\UsersList.txt,%i) $1- | inc %i
  }
}
#ListUsers off 
on *:join:#: { if ($nick == $me) { listusers } }
#ListUsers end

Comments

Sign in to comment.
Lindrian   -  Mar 01, 2007

pokeybit: Whats that for an comment?
And for the author: Shoudnt it be var %i = 1?

 Respond  
pokeybit   -  Mar 01, 2007

noob

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.