Rape Counter

By ||--RICKY--|| on Jun 12, 2009

IRC.ConflictIRC.net

s3x

~
~
~
DESCRIPTION:
Fun little script where u and your friends can "sex" or "rape" each other. It's a counter script. I made this for fun.

Place these in your remote section (Alt+R)

Triggers:
Destiny rapes ||ØutØnßáil||
||ØutØnßáil|| makes a mess!!!!! ..Shower Time.. !!! [Rape/Sex Count: 12330]

Alias:
/rape Nick
/sex Nick

NOTE:
You can edit "makes a mess!!!!! ..Shower Time.. !!!" to whatever youd like! This is a free script. Lets have some fun! =)

Releasing other s3x scripts soon!

alias rape describe $chan rapes $1
alias sex describe $chan sexes $1

on *:ACTION:*rape*:?: {
  if ($2 == $me) {
    inc %rape
    describe $nick makes a mess!!!!! ..Shower Time.. !!! [Rape/Sex Count: %rape $+ ]
  }
}

on *:ACTION:*rape*:#: {
  if ($2 == $me) {
    inc %rape
    describe $chan makes a mess!!!!! ..Shower Time.. !!! [Rape/Sex Count: %rape $+ ]
  }
}

on *:ACTION:*sex*:#: {
  if ($2 == $me) {
    inc %rape
    describe $chan makes a mess!!!!! ..Shower Time.. !!! [Rape/Sex Count: %rape $+ ]

  }
}

Comments

Sign in to comment.
Person   -  May 20, 2011

Its so much fun! xD

 Respond  
PATX   -  Jun 14, 2009

wtf is ip with "]"s??? my opion is:

sloppy
gross
tho i kinda like it....

 Respond  
||--RICKY--||   -  Jun 13, 2009

Thanks for the comments. =) I am looking to add more snippets soon. =)

 Respond  
|[Arkham]|   -  Jun 13, 2009

yeah napa182.. once again we see regex can make it more simple.
afterall.. this snippet its getting more like action revenge.. lol.

 Respond  
napa182   -  Jun 13, 2009

you can use one on action event for this an you need some flood control. maybe like this.

on $*:ACTION:/(rape|sex)/iS:*: {
  if (!$($+(%,rapeflood,$nick),2) && $me isin $1-) { set -u3 $+(%,rapeflood,$nick) on | inc $+(%,$regml(1)) | describe $iif(#,#,$nick) makes a mess!!!!! ..Shower Time.. !!! $+([,$regml(1) Count: $($+(%,$regml(1)),2),]) }
}
 Respond  
|[Arkham]|   -  Jun 13, 2009

why bother using alias "rape" and "sex" ? i didnt get it.. do you mean we can use to make action to some nick with that alias? more words on description section please.

@WorldDMT:yours only read the first word.

if ($istok(sex.rape,$strip($1),46)) && ($2 == $me)  

because the author using asterisk ond word "sex" and "rape" then

 if (*sex* iswm $1-) || (*rape* iswm $1-) { if ($2 == $me) { respond command } } 
 Respond  
Aucun50   -  Jun 13, 2009

Nice "]" in your code WorldDMT :)

 Respond  
WorldDMT   -  Jun 13, 2009

hi

i think u can do only this

alias rape describe # rapes $1
alias sex describe # sexes $1
on *:ACTION:*:*:{
  if ($istok(sex.rape,$strip($1),46)) && ($2 == $me) {
    inc %rape
    describe $active makes a mess!!!!! ..Shower Time.. !!! [Rape/Sex Count: %rape $+ ]
  }
}
 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.