Top

Comments

  (17)  RSS
giggle-tan's
jonesy44
Comments: 1,081
 
mIRC Snippet:  !orgy D:
Posted on Mar 31, 2008 8:42 pm
hahah, nice one napa.

also u cud change:
Code:
  elseif ($nick(#,0) >= 5) {

to juse
Code:
  else {
Gecko321
Comments: 13
 
mIRC Snippet:  Powar!
Posted on Mar 30, 2008 7:51 pm
if you change the line where it add the total nicks to:

set %power.powerover %power.powerover + $nick($chan(%power.chan.counter),0,a,o)

it will give olny nicks that are not opped. also you can use some while statements to help clean up the code a little and use the /inc command.
Lord-Harlot
Comments: 31
 
mIRC Snippet:  !orgy D:
Posted on Mar 28, 2008 8:40 pm
^5 ^neptune
^Neptune
Comments: 337
 
mIRC Snippet:  !orgy D:
Posted on Mar 28, 2008 4:47 pm
/quit Oh god why
Eugenio
Comments: 1,089
 
mIRC Snippet:  !orgy D:
Posted on Mar 25, 2008 3:21 am
LMFAO! Pwned x2
napa182
Comments: 1,142
 
mIRC Snippet:  !orgy D:
Posted on Mar 25, 2008 3:17 am
LMAO ;x
napa182
Comments: 1,142
 
mIRC Snippet:  !orgy D:
Posted on Mar 25, 2008 3:15 am
maybe add some checks so it dont say the same nick twice or say the bot's nick...
heres one way...
Code:
on @*:text:!orgy:#:{
  if ($nick(#,0) <= 4) { msg $chan Sorry $nick You Need At Lest 4 Other People Not Including $me In The Channel To Use This Script  }
  else {
    :pickagain
    var %nick = $nick(#,$r(1,$nick(#,0))), %nick2 = $nick(#,$r(1,$nick(#,0))), %nick3 = $nick(#,$r(1,$nick(#,0)))
    if ($istok(%nick %nick2 %nick3,$me,32)) || ($istok(%nick %nick2 %nick3,$nick,32)) { goto pickagain }
    if (%nick == %nick2 || %nick == %nick3 || %nick2 == %nick3) { goto pickagain }
    else {
      msg $chan $nick starts an orgy!
      .timer 1 3 msg $chan $nick grabs %nick %nick2 and %nick3
      .timer 1 5 msg $chan OH NOES!
      .timer 1 7 kick $chan $gettok($nick %nick %nick2 %nick3,$r(1,4),32) YOU GOT AIDS!
    }
  }
}


or
Code:
n @*:text:!orgy:#:{
  if ($nick(#,0) <= 4) { msg $chan Sorry $nick But You Need At Lest 4 Other People Not Including $me To Have An Orgy  }
  else {
    :pickagain
    var %nick = $nick(#,$r(1,$nick(#,0))), %nick2 = $nick(#,$r(1,$nick(#,0))), %nick3 = $nick(#,$r(1,$nick(#,0))), %ohno POOP SHOOT,MOUTH,EYE SOCKET,ASS
    if ($istok(%nick %nick2 %nick3,$me,32) || $istok(%nick %nick2 %nick3,$nick,32)) { goto pickagain }
    if (%nick == %nick2 || %nick == %nick3 || %nick2 == %nick3) { goto pickagain }
    if (%orgy) { halt }
    else {
      set -u8 %orgy on
      msg $chan $nick starts an orgy!
      .timer 1 3 msg $chan $nick grabs %nick %nick2 and %nick3
      .timer 1 5 msg $chan OH NOES!
      .timer 1 7 msg $chan $gettok($nick %nick %nick2 %nick3,$r(1,4),32) YOU TOOK IT IN THE $+($gettok(%ohno,$r(1,4),44),!)
    }
  }
}

Eugenio
Comments: 1,089
 
mIRC Snippet:  !orgy D:
Posted on Mar 25, 2008 3:12 am
Yey Napa pwned this script with a comment.
napa182
Comments: 1,142
 
mIRC Snippet:  !orgy D:
Posted on Mar 25, 2008 2:23 am
Quote:
I would change

Code:
timer 1 7 /kick $chan %nick2 YOU GOT AIDS!


to

Code:
timer 1 7 kick $chan $gettok(%nick %nick2 %nick3,$r(1,$numtok(%nick %nick2 %nick3,32)),32) YOU GOT AIDS!


that way it will just pick a random person out of the 3


why not just
Code:
.timer 1 7 kick $chan $gettok(%nick %nick2 %nick3,$r(1,3),32) YOU GOT AIDS!

no need for the $numtok
humming_hi
Comments: 9
 
mIRC Snippet:  !orgy D:
Posted on Mar 25, 2008 1:42 am
I would change
Code:
timer 1 7 /kick $chan %nick2 YOU GOT AIDS!

to
Code:
timer 1 7 kick $chan $gettok(%nick %nick2 %nick3,$r(1,$numtok(%nick %nick2 %nick3,32)),32) YOU GOT AIDS!

that way it will just pick a random person out of the 3
mountaindew
Comments: 1,645
 
mIRC Snippet:  !orgy D:
Posted on Mar 24, 2008 1:57 pm
I would make it
Code:

on @*:text:!orgy:#:{

So that if you're not op, it doesn't msg all that stuff and not kick the person.
Eugenio
Comments: 1,089
 
mIRC Snippet:  !orgy D:
Posted on Mar 24, 2008 3:50 am
=/
EL
Comments: 1,382
 
mIRC Snippet:  !orgy D:
Posted on Mar 24, 2008 12:01 am
Lol nice.Anyways watch your command floods and a timer spam aswell and halt your self out of %nick1/2/3.And why not have the person kicked randomized as well...seems unfair to kick the middle person...they be the ones havein the best time....depending on the company O_o..
DarkDaemon
Comments: 51
 
mIRC Snippet:  !orgy D:
Posted on Mar 23, 2008 10:30 pm
Your welcome giggle
giggle-tan
Comments: 4
 
mIRC Snippet:  !orgy D:
Posted on Mar 23, 2008 8:56 pm
hahahhaha i tottaly forgot about that; ty (updated)
DarkDaemon
Comments: 51
 
mIRC Snippet:  !orgy D:
Posted on Mar 23, 2008 8:37 pm
some people might no be in #Vash so set it

on *:text:!orgy:# PENIS CAKE
DarkDaemon
Comments: 51
 
mIRC Snippet:  !orgy D:
Posted on Mar 23, 2008 8:37 pm
:D
Bottom