Top

Action Revenge


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Nov 01, 2008
Last Updated  Nov 01, 2008
Tags  action  describe  me  on 

Introduction

This is a simple action revenge script which will reply whenever somebody performs an action with your name.

Example 1:

Somebody slaps Me
Me slaps Somebody

Example 2:

Somebody slaps M/e
Me slaps Somebody

This action revenge script is not affected by characters such as underscores, slashes, periods, etc...

Example 3:

Somebody slaps 4M4e
Me slaps Somebody

This action revenge script is not affected by coloring, bold letters, or underlines.

Example 4:

Somebody slaps M3
Me slaps somebody

This action revenge script understands basic leetspeak.

Addition Notes:
- Script comes with spam control (1 revenge per 2 seconds)

Grab the Code

on *:ACTION:*:#:{
    var %sky.strip $remove( $strip( $replace( $1- ,1,i,4,a,3,e,5,s,0,o) ) ,*,/,\,_,', $chr(34) , $chr(36) , $chr(124) , $chr(91) , $chr(93) , $chr(40) , $chr(41) , $chr(46) , $chr(45) )
  if (%sky.action.spam == $null) { set %sky.action.spam 0 }
  if ($me isin %sky.strip) && (%sky.action.spam < 1) { describe $chan $replacex( %sky.strip , $me , $nick ) | inc -u2 %sky.action.spam }
}
 

Comments

  (4)  RSS
mountaindew
Comments: 1,826
 
mIRC Snippet:  Action Revenge
Posted on Nov 1, 2008 12:49 pm
Btw, you can do
Code:

var %whatever = $strip($remove($1-,',.,$chr(44),/,\,etc))
vSkyzv
Comments: 22
 
mIRC Snippet:  Action Revenge
Posted on Nov 1, 2008 12:51 pm
Thanks for the information.
vSkyzv
Comments: 22
 
mIRC Snippet:  Action Revenge
Posted on Nov 1, 2008 12:58 pm
Script updated with md's suggestion.
TomG
Comments: 6
 
mIRC Snippet:  Action Revenge
Posted on Aug 14, 2009 11:49 pm
Doesn't work when my nick had a | in it..

Commenting Options

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

  
Bottom