Fun Commands

By Xylem on May 06, 2006

It's self-explanitory, just replace <Bot's Nick> and with the nicks and Your Done. Don't be making fun of me I'm a noobie at scripting. Enjoy.

on :TEXT:*!stab*:#: {/msg $chan $nick stabs $2 in the back. You've been killed } { /kill $2 Your Dead }

on :TEXT:*!Stfu*:#: {/msg $chan $nick said for $2 to stfu. } { /mode $chan +q $2 }

on *:TEXT:!hooker:#: { /nick Ho0k3r } { /msg $chan Hey, let's go into a P2p and Cyber With Eachother, for a bonus i'll give you a free lapdance. } { /msg $chan I was just joking. lol } { /nick <bot's nick> }

on *:TEXT:!Respect:#: { /nick PwNeR_Of_YoU } { /msg $chan Your Ass Is Mine!!!! } { /msg $chan Hmm...Respect <YourNick> and I won't kick your ass okay? }

on *:TEXT:!Respectoff:#: { /nick <Bot's Nick> } { /msg $chan I guess <YourNick> can fend for Himself. :] }

on *:TEXT:!WarOn:#: { /nick WarLord } { /msg $chan Don't Screw with me, I got Yo mama on my side. }

on *:TEXT:!WarOff:#: { /nick <Bot's Nick> } { /msg $chan Your lucky I got Bored... }

;Future Crap I gotta do:
;Think Of Some more funny stuff and add it
;make a way of only certain people the owner wants to control it
;make a counter to go along with the !stab <Nick> Command.

Comments

Sign in to comment.
Jubbyjubbster   -  Mar 31, 2009

isent it $2- not $2 ?

 Respond  
Len   -  Jul 14, 2007

the /\'s before msg arn\'t needed, \"on :TEXT:!stab:#: {\" will trigger to asdr2345723847234WOW!stabWOETO\"458s7adf78y23458hawsdfw3 nice one i will defo use this.

 Respond  
Cobra_Strike   -  Oct 06, 2006

whoops i ment to help with the counter lol not timer duh! me

 Respond  
Romeo   -  May 06, 2006

very useless... more useless than those Bot !kick/!op commands people keep posting

 Respond  
Xylem   -  May 06, 2006

Thanx for the ideas, and i\'ll add the Botmaster a.s.a.p.
I hate being a noob at scripting, you have know idea of what\'s going on.

 Respond  
ZabuzaMomochi   -  May 06, 2006

And by the counter thing for the stab command do you mean like
on *:TEXT:!DodgeStab:#: {
if ($nick == %Botmaster) {
$nick dodged the attack!
msg $chan $nick takes out an A-K 47 and shoots the crap out of his enemy.. Muahahaha.
else { Msg $chan Sorry $nick $+ ! But, You are not one of my bots masters.. Well good day!
}
}
}

 Respond  
ZabuzaMomochi   -  May 06, 2006

I also cleaned the script up a little bit. :D

 Respond  
ZabuzaMomochi   -  May 06, 2006

Try doing this for making it so only some people can control it. Just do /Addmaster nick
Alias addmaster {
/set %Botmaster $$2
Timer 1 2 notice $$2 You are my bots new master!
}
on :TEXT:!stab:#: {
if ($nick == %Botmaster) {
msg $chan $nick stabs $2 in the back. You\'ve been killed
kill $2 Your Dead
else { Msg $chan Sorry $nick $+ ! But, You are not one of my bots masters.. Well good day!
}
}
}
on :TEXT:!Stfu:#: {
if ($nick == %Botmaster) {
msg $chan $nick said for $2 to stfu.
mode $chan +q $2
Else { msg $chan Sorry $nick but you are not one of my bots Masters.. Well, Good day!
}
}
}
on :TEXT:!hooker:#: {
if ($nick == %Botmaster) {
nick Ho0k3r
msg $chan Hey, let\'s go into a P2p and Cyber With Eachother, for a bonus i\'ll give you a free lapdance.
msg $chan I was just joking. lol
nick <bot\'s nick>
Else { notice $chan Sorry $nick $+ ! You are not one of my masters... Well, Good day!
}
}
}
on
:TEXT:!Respect:#: {
if ($nick == %Botmaster) {
nick PwNeR_Of_YoU
msg $chan Your Ass Is Mine!!!!
msg $chan Hmm...Respect and I won\'t kick your ass okay?
Else { msg $chan Sorry $nick $+ ! But you are not one of my masters... Well, Good day!
}
}
}
on :TEXT:!Respectoff:#: {
if ($nick == %Botmaster) {
nick <Bot\'s Nick>
msg $chan I guess can fend for Himself. :]
Else { msg $chan Sorry $nick $+ ! But, You are not one of my bots masters... Well, good day!
}
}
}
on
:TEXT:!WarOn:#: {
if ($nick == %Botmaster) {
nick WarLord
msg $chan Don\'t Screw with me, I got Yo mama on my side.
Else { msg $chan Sorry $nick $+ ! But you are not one of my bots masters.. Well, Good Day
}
}
}
on *:TEXT:!WarOff:#: {
if ($nick == %Botmaster) {
nick <Bot\'s Nick>
msg $chan Your lucky I got Bored...
Else { msg $chan Sorry $nick $+ ! But you are not one of my bots masters.. Well, Good Day
}
}
}

 Respond  
sean   -  May 06, 2006

you dont\' need backslash in snippets, also instead of making individual events make one. example:
on :TEXT:*:#: {
if ($left($1,1) == $chr(33)) && ($2 isin #) {
if ($mid($1,2) == stab) { msg # $nick stabs $2 in the back. | inc %stab 1 | kill $2 Count: %stab }
elseif ($mid($1,2) == stfu) { msg # $nick said for $2 to stfu. | mode # +q $2 }
}
}

 Respond  
Xylem   -  May 06, 2006

If you have any ideas please give them to me.

 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.