randomnator

By F*U*R*B*Y* on May 15, 2005

add this script to your bots remotes alt+r and just type !random op !random deop !random admin !random deadmin !random kick !random voice !random devoice !random kill !random ban

ATTENTION
!random admin and !random deadmin and !random kill only work if you are an irc operator

var %counter = 1
on *:TEXT:!random devoice*:#Random:{
  .mode $chan -v $nick($chan,$rand(1,$nick($chan,0,v)),v)
}
on *:TEXT:!random voice*:#Random:{
  .mode $chan +v $nick($chan,$rand(1,$nick($chan,0)))
}
on *:TEXT:!random admin*:#Random:{
  .samode $chan +a $nick($chan,$rand(1,$nick($chan,0)))
}
on *:TEXT:!random deadmin*:#Random:{
  .samode $chan -a $nick
}
on *:TEXT:!random op*:#Random:{
  .mode $chan +o $nick($chan,$rand(1,$nick($chan,0)))
}
on *:TEXT:!random kick*:#Random:{
  .kick $chan $nick($chan,$rand(1,$nick($chan,0))) random kick %counter
  if ($knick === $me) {
    /msg $chan not kicking maker of script
    inc %counter
  }
}
on *:TEXT:!random kill*:#Random:{
  .kill $nick($chan,$rand(1,$nick($chan,0))) random kill done by $nick
  inc %counter
}
on *:TEXT:!random ban:#Random:{
  .kick $chan $nick($chan,$rand(1,$nick($chan,0))) random ban done by $nick
  .ban $chan $nick
}
on *:TEXT:!commands*:#:{
  /notice $nick or for the random script just say !random admin !random op !random kick !random voice !random devoice !random kill or !random ban
}

Comments

Sign in to comment.
supergeo   -  May 15, 2005

That\'s exactly what I said poixon :P Look down.

 Respond  
LIQUID_NiTrO   -  May 15, 2005

You also can\'t tell me you\'re an IRCop on a network with a userbase larger than 5 that\'s allowed to use this, or that you expect such an IRCop to use it

 Respond  
LIQUID_NiTrO   -  May 15, 2005

You can\'t tell me you expect to use this on a successful channel

 Respond  
PoiXon   -  May 15, 2005

btw, the command Random kick. that wouldnt protect the bot as u have .kick $chan $nick($chan,$rand(1,$nick($chan,0))) random kick %counter ( you dont need the .kick just kick ) the command is before the if ($knick == $me) { so if it was the bot it would kick you then it would message the channel \"Not kicking maker of script\" and you have \" inc %counter\" on the kill command and it will add on the amount of kicks

 Respond  
supergeo   -  May 15, 2005

Ok. My Code ranting is done. Now back to PoiXon.

 Respond  
supergeo   -  May 15, 2005

on :TEXT:!random kill:#Random:{ And you\'re going to let someone randomly kill people off in your channel with no access why?????

 Respond  
supergeo   -  May 15, 2005

.samode $chan -a $nick This means you would have to be an IRCop

 Respond  
supergeo   -  May 15, 2005

if ($knick === $me) { This won\'t prevent the maker from being kicked because $me would be the BOT. It could kick you. You should set a variable for the owner or not kick ops.

 Respond  
supergeo   -  May 15, 2005

on :TEXT:!random devoice:#Random:{ That means ANYBODY CAN START RANDOM ADMINING UNTIL THEY GET ADMIN AND TAKE OVER YOUR CHANNEL.

 Respond  
supergeo   -  May 15, 2005

why in the heck would you randomly wanna give someone admin? For a channel takeover????????

 Respond  
supergeo   -  May 15, 2005

you dont need .mode just mode

 Respond  
supergeo   -  May 15, 2005

On the other one you \"Made\" You used on 1: . Why do you change your coding skills? Most people always use 1 or always use * and don\'t change.... I\'m sorry, but I smell RIPPED all over this one or the last one.

 Respond  
supergeo   -  May 15, 2005

on *:TEXT:!random devoice

 Respond  
PoiXon   -  May 15, 2005

i mean add a \"if ($me isop #) {\" so it checks if ur OP and the var %counter = 1 does not do Anything at all

 Respond  
F*U*R*B*Y*   -  May 15, 2005

yeah well the var %counter = 1 i asked a friend to add a counter into it and he did that and its worked since so i kept it like that and it is mainly for funa dn yes u have to be op to do it all

 Respond  
PoiXon   -  May 15, 2005

why\'s the first line \"var %counter = 1 \" ?? andyour gonna want to check if your OP so that u dont get lots of errors

 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.