Top

Killer's Bot Commands


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Aug 21, 2009
Last Updated  Aug 23, 2009
Tags  bot  commands 

Introduction

please put

Paste It On aliases :

alias 20 { auser 20 $nick }

in aliases AND the command scripts in Remotes

to add a owner type

/auser 20 <nick>

It's would help out your bot if you have oper.

Fell out some of the script that goes in the remotes. Like
<opernick>
<operpassword>
<yournick>
<botspasswordfortheidentify <youremail>


If you think i need to add something or i need to change something please help. Thank You. If u need help or just want to say hi and thank you join my network at /server 208.98.9.181 6668


Grab the Code

Paste It On remotes :
 
ON 20:TEXT:*:#: {
  if ($1 == !deownerbot) { 
    mode $chan -q $me
  }
 
  if ($1 == !ownerbot) { 
    mode $chan +q $me
  }
 
  if ($1 == !deownerme) { 
    mode $chan -q $me
  }
 
  if ($1 == !upbot) { 
    mode $chan +qaohv $me $me $me $me $me
  }
 
  if ($1 == !downbot) { 
    mode $chan -qaohv $me $me $me $me $me
  }
 
  if ($1 == !deadminbot) { 
    mode $chan -a $me 
  }
 
  if ($1 == !deopbot) { 
    mode $chan -o $me 
  }
 
  if ($1 == !dehalfopbot) { 
    mode $chan -h $me 
  }
 
  if ($1 == !devoicebot) { 
    mode $chan -v $me 
  }
 
  if ($1 == !voicebot) { 
    mode $chan +v $me
  }
 
  if ($1 == !halfopbot) { 
    mode $chan +h $me
  }
 
  if ($1 == !opbot) { 
    mode $chan +o $me
  }
 
  if ($1 == !adminbot) { 
    mode $chan +a $me  
  }
 
  if ($1 == !BadNick) { 
    mode $chan +b $2
    kick $chan $2 12+4Your Nick Is Offensive/Retarded Please Change It12+ 
  } 
 
  if ($1 == !Registerbot) { 
    ns register <botspasswordfortheidentify <youremail>
    msg $chan $nick i have registered my nick. :)
  } 
 
  if ($1 == !id) { 
    ns identify <password
    msg $chan  4(15NickServ4) says 4(15Password accepted - you are now recognized.4)
  } 
 
  if ($1 == !ownerme) { 
    mode $chan +q $me  
  }
 
  if ($1 == !lockmode) { 
    mode $chan + iRA
  }   
 
  if ($1 == !mode) { 
    mode $chan $2- 
  } 
 
  if ($1 == .kick) { 
    kick $chan $2 $3- 
  } 
 
  if ($1 == !+e) { 
    mode $chan +e $2
  } 
 
  if ($1 == !-e) { 
    mode $chan -e $2
  } 
 
  if ($1 == .ban) { 
    ban $chan $address($2,3) 
  } 
 
  if ($1 == !say) { 
    msg $chan $2-
  } 
 
  if ($1 == .kickban) { 
    ban -k $chan $2 3 $3- 
  } 
 
  if ($1 == .Akick) { 
    msg chanserv AKICK $chan add $2  $3-
  } 
  if ($1 == .delAkick) { 
    msg chanserv AKICK $chan del $2 
  }
 
  if ($1 == .Akick) { 
    msg chanserv AKICK $chan add $2  $3-
  } 
  if ($1 == .clearAkick) { 
    msg chanserv AKICK $chan clear 
  }
 
  if ($1 == !quit) { 
    /quit <yournick> said leave :( bye
  }  
 
  if ($1 == !UNLOCK) { 
    mode $chan -iRA  
  }
 
  if ($1 == !deoper) {
    /mode <nick> -o
    /msg $chan I deopered $nick .
  }
 
  if ($1 == !oper) {
    /oper <opernick> <operpassword>
    /msg $chan Im now opered up. xD
  }
 
  if ($1 == !unlockk) { 
    mode $chan -lL 1 #overflow
  }
 
  if ($1 == !lock) { 
    mode $chan +lL 1 #overflow
  }
 }
}

Comments

  (8)  RSS
GlobalAnomaly
Comments: 77
 
mIRC Snippet:  Killer's Bot Commands
Posted on Aug 21, 2009 7:39 pm
jesus...

At the start of the script put:
Code:

alias 20 {
 if (!$1) { echo -a you have to specify a nick! }
 auser 20 $1
}


Also..
Code:

if ($me isop $chan) {


Nonetheless, horribly written.
Cracker200
Comments: 258
 
mIRC Snippet:  Killer's Bot Commands
Posted on Aug 21, 2009 8:16 pm
LMAO OMG omgomgomgomg /me dies at the code being so Shlt
Jethro_
Comments: 437
 
mIRC Snippet:  Killer's Bot Commands
Posted on Aug 21, 2009 8:41 pm
This script can be shortened and perfected with regular expressions. Nevertheless it is a little better compared to people who use multiple text events for each trigger.
p0d
Comments: 9
 
mIRC Snippet:  Killer's Bot Commands
Posted on Aug 21, 2009 10:26 pm
$me isin awe at the l33tness
Korvin
Comments: 336
 
mIRC Snippet:  Killer's Bot Commands
Posted on Aug 22, 2009 10:52 pm
who the fark is tom?
Code:
    /mode Tom -o
Jethro_
Comments: 437
 
mIRC Snippet:  Killer's Bot Commands
Posted on Aug 23, 2009 12:04 am
Quote:
who the fark is tom?
oh my this cracks me up when people submit their "personal" scripts...
Killer2009
Comments: 1
 
mIRC Snippet:  Killer's Bot Commands
Posted on Aug 23, 2009 10:58 am
that's my bots name sorry
Ghost-writer
Comments: 258
 
mIRC Snippet:  Killer's Bot Commands
Posted on Aug 26, 2009 10:55 am
/msg $chan I deopered $nick .
ROFL IRL :) but i suggest you fix it up. Anyone can op themself and kb bot lol :P and with the !say script let me tell you how it goes. !say $ip | ddos time :)

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom