Top

Retaliation script


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  3.0 (of 1 scores)
Date Added  Jan 10, 2009
Last Updated  Jan 10, 2009

Introduction

Try it and find out! This is my first real script. I know there are many other ways of doing this and most of them better. I know this code is particularly messy but I just wanted to post my best script. Any comments on improving it would be appreciated.

Grab the Code

on *:ACTION:$($+(*,$me,*)):#:{ 
if (!$($+(%,actionflood,.,$nick),2) && !$regex($1-,/(snogs|kisses|makes love to)/i)) { set -u3 $+(%,actionflood,.,$nick) on | describe # dodges and $replace($1-,$me,$nick) } }

Comments

  (10)  RSS
Vox91
Comments: 18
 
mIRC Snippet:  Retaliation script
Posted on Jan 10, 2009 11:24 am
You could make from this:

Code:

  if ($me isin $$1-) {
    if (snogs !isin $$1-) {
      if (kisses !isin $$1-) {
        if (makes love to !isin $$1-) {


to:

Code:

  if ($me isin $$1-) && (snogs !isin $$1-) && kisses !isin $$1-) && (makes love to !isin $$1-) {
napa182
Comments: 1,455
 
mIRC Snippet:  Retaliation script
Posted on Jan 10, 2009 2:48 pm
you should add some flood control to this as well as clean it up abit.
Code:
on *:ACTION:$($+(*,$me,*)):#:{ if (!$($+(%,actionflood,.,$nick),2) && !$regex($1-,/(snogs|kisses|makes love to)/i)) { set -u3 $+(%,actionflood,.,$nick) on | describe # dodges and $replace($1-,$me,$nick) } }
Peanut118
Comments: 4
 
mIRC Snippet:  Retaliation script
Posted on Jan 10, 2009 5:37 pm
Thanks. Updated.
Hawkee
Comments: 1,039
 
mIRC Snippet:  Retaliation script
Posted on Jan 10, 2009 6:13 pm
I think you meant "retaliation". Feel free to delete this comment once you fix it.
Peanut118
Comments: 4
 
mIRC Snippet:  Retaliation script
Posted on Jan 10, 2009 6:20 pm
Nah I like a record of my fails in life.
ODD
Comments: 11
 
mIRC Snippet:  Retaliation script
Posted on Jan 11, 2009 4:13 pm
Peanut118: please dont take it personal but next time try to use the script' introduction to explain your script not for moaning :)
So when people like me are crawling around Hawkee and find your script they would understand what it does as i dont know wtf Retaliation means and even if i knew i would like to see an introduction

P.s: yeh im too lazy to check a dictionary
P.s.s: yeh i wouldnt like to learn Mirc scripting
fire_wizard1
Comments: 80
 
mIRC Snippet:  Retaliation script
Posted on Jan 16, 2009 8:05 pm
meh i perffer the one i have on my profile, its....not as messy, but the other snippets i have are better. good attempt though mate
napa182
Comments: 1,455
 
mIRC Snippet:  Retaliation script
Posted on Jan 16, 2009 9:12 pm
@ fire_wizard1 the one you have on ur profile is open to a flood attack.
irchainscriptz
Comments: 125
 
mIRC Snippet:  Retaliation script
Posted on Jan 16, 2009 9:15 pm
lmao
fire_wizard1
Comments: 80
 
mIRC Snippet:  Retaliation script
Posted on Jan 16, 2009 9:23 pm
lol ya ik, thats why i dont use it. i have a diff one that i use napa182 xD, but i will eventualy get around to adding a flood protection on the snippet though, right after i eventualy write a akick snippet. oh that reminds me i have two new snippets that i posted on my profile, feel free to but.....comment on it napa182 xD

Commenting Options

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

  
Bottom