Top

My uber noobage Fatality script. :D


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  4.0 (of 4 scores)
Date Added  Mar 19, 2008
Last Updated  Mar 19, 2008
Tags  akick  ban  channel  stats  strip 

Description

This is the Snipe Script WITH STYLE!!
Mortal Kombat style that is!! :o :D
Uh
Yeah
So
What you do is stick it in a new file in your remotes, highlight a persons nick, right click, go down to Finish (Persons Nick) and left click their nick and then you watch. :D

Grab the Code

Menu Nicklist {
  ..Finish $1 {
    set %mkdude $rand(1,6) { 
      if (%mkdude == 1) /set %mkdude Sub-Zero
      if (%mkdude == 2) /set %mkdude Shang Tsung
      if (%mkdude == 3) /set %mkdude Noob Saibot 
      if (%mkdude == 4) /set %mkdude Scorpion  
      if (%mkdude == 5) /set %mkdude Quan Chi 
      if (%mkdude == 6) /set %mkdude Raiden 
      describe $chan transforms into %mkdude 
    }   
    if (%mkdude == Sub-Zero) {  
      /timer1 1 0 /describe $chan freezes $1- $+ , then $me kicks off your legs, then $me steps on your skull - crushing it
    }
    if (%mkdude == ShangTsung) {
      /timer1 1 0 /describe $chan makes a wave of souls $me $+ 's captured to pick you, and slam you on the ground repeatedly until your death.
    }
    if (%mkdude == Noob Saibot) {
      /timer1 1 0 /describe $chan throws his beloved throwing stars at you. Then, throws one straight into your forehead ftw. 
    }
    if (%mkdude == Scorpion) {
      /timer1 1 0 /describe $chan summons a hand to come and take you off the death. I watch happily as the hand takes you to hell. 
    } 
    if (%mkdude == Quan Chi) {
      /timer1 1 0 /describe $chan jumps onto your shoulders. Grabs your head and lifts it so your neck stretches
    }
    if (%mkdude == Raiden) {
      /timer1 1 0 /describe $chan grabs you by the collar and zaps the living shit out of you. 
    }
    .timer3 1 2 /inc %finished /set %finished
    .timer4 1 2 /cs vop $chan add $1-
    .timer5 1 2 /cs access $chan add $1- 1
    .timer6 1 1 /mode $chan +bb $nick $address($1,3)  
    .timer7 1 2 /cs akick $chan add $1- 8F4ATALITY!!!!!! $me WINS!!!!
    .timer8 1 2 /cs akick $chan add $1- 8F4ATALITY!!!!!! $me WINS!!!! %enforce
    .timer9 1 1 /query $1- 8F4atality 12,1I've used fatalities on %finished people
    .timer10 1 1 /msg $chan 8F4atality 12,1I've used fatalities on %finished people
    .timer11 1 1 /ignore $1  
    .timer12 1 1 /mode $chan +bb $nick $address($1,3)  
    .timer13 1 1 /kick $chan $nick  
  }
}

Comments

  (5)  RSS
Viper01
Comments: 94
 
mIRC Snippet:  My uber noobage Fatality script. :D
Posted on Mar 19, 2008 3:52 pm
I actually made a simpler version of this using a .txt file to reference the fatalities. it randomly selects a fatality(110 fatalities recorded x_X), describes it to the chan, then kicks the person. BUT, I setup an option for it. `yes bans the target; nick, address and kick; and `no just kicks them. I like yours but it seems somewhat limited as to what it can do being as someone who uses this would have to code in the rest of the mortal kombat characters and fatalities. Overall, 4/10. Nice work ^_^
napa182
Comments: 1,687
 
mIRC Snippet:  My uber noobage Fatality script. :D
Posted on Mar 19, 2008 4:24 pm
why are only a few of the timer's silenced and the others are not? =/. it's a bit spammy and floody. no need to set global vars try local..
jonesy44
Comments: 1,903
 
mIRC Snippet:  My uber noobage Fatality script. :D
Posted on Mar 19, 2008 5:36 pm
Perhaps editing an older script version (not saying it's ripped)?
*agrees on setting local vars*
criminal
Comments: 121
 
mIRC Snippet:  My uber noobage Fatality script. :D
Posted on Mar 20, 2008 12:49 am
haha nice :D
but i should remove the akick :p make it msg chan or describe
:D but it's cool xD keep it up
criminal
Comments: 121
 
mIRC Snippet:  My uber noobage Fatality script. :D
Posted on Mar 20, 2008 12:49 am
haha nice :D
but i should remove the akick :p make it msg chan or describe
:D but it's cool xD keep it up

Commenting Options

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

  

Bottom