Bot Script

By PowerfulChuck on Dec 17, 2010

a Bot script for mIRC. Copy code to your remote file in Mirc and make the following changes 1: Change #RoomName to the name of your Channel 2: Change (BotNick to whatever you want your bot's nick to be.]
3:Change (RoomRule#1) to (RoomRule#10) to whatever rules you want for your room. 4 Change (WebSite URL) to the URL for the room's website.
if you don't have a web site delete the line and any ?site lines.
5: Change (RoomOPs) to a list of Ops in your room. 6: Change (TimeZone to your TimeZone. In mIRC click scripts editor and then click users and add the following: [ 10,20:Nick ! Hostmask ] Example 10,20:TigrisAFK !~Aspros_Ti@uccn-5CC5D667.surgehost.net

on 1:JOIN:#:/notice $nick  Welcome to #roomname   Type ?rules for room rules  and ?site for the room's website address and ?rmop for a list of room ops ?commands for commands and ?funstuff for fun commands and type ?time to see the time   | /mode $chan +v $nick

on 1:TEXT:?rules:#: /notice $nick 1: (RoomRule#1) | /notice $nick 2: (RoomRule#2) | /notice $nick 3: (RoomRule#3) | /notice $nick  4: (RoomRule#4) | /notice $nick 5: (RoomRule#5) | /notice $nick 6: (RoomRule#6) | /notice $nick 7: (RoomRule#7) | /notice $nick 8: (RoomRule#8) | /notice $nick 9: (RoomRule#9)  | /notice $nick 10: (RoomRule#10)
on 1:TEXT:?site:#: /notice $nick  Visit our web site at ( Web Site URL)
on 1:TEXT:hi (BotNick):#:  msg $chan Yo $nick what's up ?
on 1:TEXT:hiya (BotNick):#: msg $chan Yo $nick what's up ? 
on 1:TEXT:hey (BotNick):#: msg $chan Yo $nick what's up ? 
on 1:TEXT:hello (BotNick):#: msg $chan Yo $nick what's up ? 
on 1:TEXT:yo (BotNick):#: msg $chan Yo $nick what's up ? 
on 1:TEXT:not much what's up with you (BotNick)*:#: /msg $chan  Yeah same here just sitting here drinking some iced tea :p
on 1:TEXT:not much what's up with u (BotNick)*:#: /msg $chan  Yeah same here just sitting here drinking  some iced tea :p
on 1:ACTION:hugs (BotNick):#: msg $chan hugs $nick
on 1:ACTION:pokes (BotNick):#: msg $chan (BotNick) pokes $nick back :P
on 1:TEXT:?commands:#: /notice $nick type ?rules for room rules | notice $nick type ?site for the URL of the website for the room | notice $nick Type ?rmop for a list of Room OP's | notice $nick Type ?funstuff for a list of fun commands | notice $nick Type ?time  to see the time                
on 1:TEXT:?funstuff:#: /notice $nick  (BotNick) wop nickname...Makes me wop someone.  | /notice $nick  (BotNick)  poke nickname....makes me poke someone.  | /notice $nick  (BotNick)  tase nickname.....makes me tase someone. 
on 1:TEXT:?rmop:#: /notice $nick The OP's of #RoomName  are  (RoomOps )  
on 1:TEXT:?time:#:  msg $chan  The time is $time(h:nn:ss tt ) (TimeZone) $day $adate
on 20:TEXT:***************:?:  msg $chan $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15

on 1:TEXT: wop *:#:{
  msg  $chan  (BotNick)  wops $$3 upside da head :)
}

on 1:TEXT:(BotNick) tase *:#:{
  msg $chan  (BotNick) tases $$3 $4-10 and watches $$3 flop like a fish :P

}
on 1:TEXT:(BotNick) poke *:#:{
  msg $chan  (BotNick) pokes $$3 with a 10 foot pole :P 
}

on 10:TEXT:?voice*:#:{ /mode $chan +v $$2
}
on 10:TEXT:?devoice*:#:{ /mode $chan -v $$2
}
on 10:TEXT:?kick*:#:{ /kick $chan  $$2 $3-15
}
on 10:TEXT:?op*:#:{ /mode $chan +o $$2

}

on 10:TEXT:?halfop*:#:{ /mode $chan +h $$2
}
on 10:TEXT:?deop*:#:{ /mode $chan -o $$2
}
on 10:TEXT:?dehalfop*:#:{ /mode $chan -h $$2
}
on 10:TEXT:?bankick*:#: { /ban -k $chan  $$2 2 $3-20
}
on 10:TEXT:?ban*:#: { /ban $chan  $$2 2
}
on 10:TEXT:?unban*:#: { /ban -r $chan $$2 2
}

on 10:TEXT:?invite*:#: { /invite $$2 $chan 
}

on 10:TEXT:?help:#: /notice $nick ?op <nick> Ops a nick | /notice $nick ?deop <nick> Deops a nick | /notice $nick ?halfop <nick> HalfOps a nick  | /notice $nick ?dehalfop <nick> DehalfOps a nick   | /notice $nick ?voice <nick>  voices a nick | /notice $nick ?devoice <nick> devoices a nick | /notice $nick ?kick <nick> <reason> Kicks a nick | /notice $nick ?ban <nick> Bans a nick | /notice $nick ?bankick <nick> <reason> bans and kicks a nick  | /notice $nick ?unban <nick>  Unbans a nick | /notice $nick ?timeban(5,2,1) <nick> <reason> Bans and kicks a nick for five (5)  or two (2) or one (1) minute(s) | notice $nick   ?invite <nick> invites someone into the channelon 10:TEXT:?timeban5*:#: /ban -k-u300  $chan $$2 2 $3-20 

on 10:TEXT:?timeban2*:#: /ban -k-u120  $chan $$2 2 $3-20
on 10:TEXT:?timeban1*:#: /ban -k-u60  $chan $$2 2 $3-20
on 10:TEXT:?timeban5*:#: /ban -k-u300  $chan $$2 2 $3-20

on 20:TEXT:?adduser *:#: /guser 10 $$2 | /notice $nick $$2 has been added to (BotNick)'s user list
on 20:TEXT:?deluser *:#: /ruser 10 $$2    | /notice $nick $$2 has been deleted (BotNick)'s user list

on 10:JOIN:#: { /notice $nick  Welcome to #RoomName   Type ?rules for room rules  and ?site for the room's website address and ?rmop for a list of room ops ?commands for commands and ?funstuff for fun commands and type ?time to see the time      |  /mode $chan +o $nick | /mode $chan +v $nick

}
}

}
}

Comments

Sign in to comment.
xplo   -  Dec 21, 2010

how about

on *:TEXT:*:{
  if ($1 == hi) { }
  if ($1 == yo) { }
  if ($1 == sup) { }
}

or something ?

 Respond  
izs   -  Dec 17, 2010

how bout flood text ?

 Respond  
_Teen_   -  Dec 17, 2010

I was waiting until someone post a regex version for this, the $1-15 idea, was just an advice

 Respond  
Jethro   -  Dec 17, 2010

teen, I'm sure he already knows the deal of $1-15. There are parts of code he showed the approach. Biellie:> (/yo|he(llo|y|iya) $me $+ )/Si):#:{

 Respond  
Bielie   -  Dec 17, 2010
on 1:TEXT:hi (BotNick):#:  msg $chan Yo $nick what's up ?
on 1:TEXT:hiya (BotNick):#: msg $chan Yo $nick what's up ? 
on 1:TEXT:hey (BotNick):#: msg $chan Yo $nick what's up ? 
on 1:TEXT:hello (BotNick):#: msg $chan Yo $nick what's up ? 
on 1:TEXT:yo (BotNick):#: msg $chan Yo $nick what's up ?

Can be

on $*:TEXT:/yo|hello|hey|hiya (BotNick)$/Si:#:{
 Respond  
_Teen_   -  Dec 17, 2010

if this is made to run on bots, use if ($nick == $me)

on 1:ACTION:hugs *:#: if ($2 == $me) { msg $chan hugs $nick }
on 1:ACTION:pokes *:#: if ($2 == $me) { msg $chan $me pokes $nick back :P }
on 1:TEXT:?rmop:#: /notice $nick The OP's of # are  (RoomOps )  

i didnt understand what this is made for?

on 20:TEXT:***************:?:  msg $chan $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15

i dont know the purpose for this, but u can use this

on 20:TEXT:*:?:  msg $chan $1-15 

of course its a simple way of edit, and this guy its Starting, i dont hope that someone come here ''OMG, U FORGOT THIS, AND THIS, AND THIS''

 Respond  
Jethro   -  Dec 17, 2010

Text events overkill. But nevertheless good effort...

You have to be aware that not every person will respond "not much what's up with you" in his or her sentence. This type of script has been done many, many times in the past, and without a trigger protection, it's almost an easy target for being spammed or flooded.

 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.