Top

Comments

  (1,454)  RSS
napa182's
napa182
Comments: 1,454
 
mIRC Snippet:  Commands.
Posted on Nov 9, 2009 10:51 am
i concur with SnoooP about Ghost-writer's comments. on most of ur comments you say " I see no point " instead of making harsh comments whynot try an help or show them. alot of people use hawkee.com as a starting place to learn how to script msl. to me there is no real point in msl scripting other then the fun in it. so try helping rather then being a douche.
napa182
Comments: 1,454
 
mIRC Snippet:  8ball (different approach)
Posted on Oct 28, 2009 7:56 pm
lmao...... most people that act alike hash is more work dont really understand them so just agree an move on it's just another magic 8 ball script ffs.

old version i made long ago
ask in the form of a question
Code:
on $*:text:/^(8ball\s(.+)\?)$/S:#:{ if (!$($+(%,ball8flood),2)) { set -u3 $+(%,ball8flood) $nick | if ($sock(8ball)) .sockclose 8ball | sockopen 8ball pages.cs.wisc.edu 80 | .sockmark 8ball #  } }
on *:SOCKOPEN:8ball: { sockwrite -nt $sockname GET /~craft/8ball.cgi HTTP/1.1 | sockwrite -nt $sockname Host: $+(pages.cs.wisc.edu,$str($crlf,2)) }
on *:SOCKREAD:8ball: {
  var %8ball | sockread %8ball
  if ($regex(%8ball,/<h4>(.+)<\/h4>/)) { msg $sock(8ball).mark 14[04The magic 8ball says:14] $regml(1) | sockclose 8ball }
}
napa182
Comments: 1,454
 
mIRC Snippet:  Clan basic script
Posted on Sep 29, 2009 3:41 pm
;x yeah i took along over due scripting break.
napa182
Comments: 1,454
 
mIRC Snippet:  Op bot
Posted on Sep 29, 2009 2:22 pm
i concur with Jethro_ as well as some flood control or else /timer 0 1 !op balh
napa182
Comments: 1,454
 
mIRC Snippet:  Clan basic script
Posted on Sep 29, 2009 12:40 pm
it would be nice if you made this useing hash. ;x
napa182
Comments: 1,454
 
Image:  Venom irc
Posted on Sep 28, 2009 9:33 pm
nice work lorcan keep up the scripting....
napa182
Comments: 1,454
 
mIRC Snippet:  Mass Commands
Posted on Sep 21, 2009 9:50 pm
lol @ mass invite's
should just take the mass invite script out of it. if you have to mass invite people to ur room thats just sad.
anyways keep up the scripting....
napa182
Comments: 1,454
 
mIRC Snippet:  FunActions
Posted on Sep 6, 2009 10:09 pm
um where is the aliases for $c(1) an $c(2) as well as all the txt files for the last bit.
napa182
Comments: 1,454
 
mIRC Snippet:  $regex Swear Kicker
Posted on Sep 5, 2009 3:38 am
*yawns*
napa182
Comments: 1,454
 
mIRC Snippet:  $regex Swear Kicker
Posted on Sep 5, 2009 2:28 am
there is nothing complicated about the scripts i have posted an if you cant read them then go read a few tutts. ;x
napa182
Comments: 1,454
 
mIRC Snippet:  $regex Swear Kicker
Posted on Sep 5, 2009 12:47 am
lol @ Jethro_ & sunslayer
napa182
Comments: 1,454
 
mIRC Snippet:  Random FML
Posted on Aug 29, 2009 1:51 am
@RicJames
the one i made still works just fine.
just remember the one i made the bot has to have +o to use it.

@Spanky that mla script looks like the one i posted on www.ezzychat.com Jun 03, 2009 just changed abit
napa182
Comments: 1,454
 
mIRC Snippet:  Fun Commands
Posted on Aug 29, 2009 1:46 am
Ghost-writer Said:
Quote:
I like it. It is a great scripting style :)


I hope you are joking
napa182
Comments: 1,454
 
mIRC Snippet:  Text File System
Posted on Aug 5, 2009 10:58 pm
smh @ code tags
napa182
Comments: 1,454
 
mIRC Snippet:  Shitlist 2.8
Posted on Jun 25, 2009 1:41 am
lol
napa182
Comments: 1,454
 
mIRC Snippet:  Kick revenge
Posted on Jun 24, 2009 1:19 am
hmm well this works fine for me
Code:
on !@*:kick:#:{
  if ($knick == $me) {
    join $chan
    kick $chan $nick --==Don't Kick Me==--
  }
}


napa182
Comments: 1,454
 
mIRC Snippet:  Random FML
Posted on Jun 23, 2009 11:04 pm
@ES why set so many vars...also ur's sends out that chr 9
you could just do somthing like this
Code:
on $*:text:/^@gmh$/iS:#: {
  if (!$($+(%,gmhflood,$nick),2)) {
    set -u3 $+(%,gmhflood,$nick) on
    if ($sock(gmh)) .sockclose gmh
    .sockopen gmh www.givesmehope.com 80
    .sockmark gmh #
  }
}
on *:sockopen:gmh: {
  sockwrite -nt $sockname GET /random HTTP/1.1
  sockwrite -nt $sockname Host: $+(www.givesmehope.com,$str($crlf,2))
}
on *:sockread:gmh: {
  var %gmh | sockread %gmh
  if ($regex(%gmh,/\x09<a href=".+" class="fmllink">(.+GMH)<\/a>/)) { msg $sock(gmh).mark 14[04 Gives Me Hope14 ] $regml(1) | .sockclose gmh }
}


napa182
Comments: 1,454
 
mIRC Snippet:  another colored LOL,etc.
Posted on Jun 21, 2009 3:18 pm
it's an on input so it goes into ur remotes then just type lol or any of the other acros in the list.
napa182
Comments: 1,454
 
mIRC Snippet:  Joke List (Not a list of jokes)
Posted on Jun 21, 2009 2:54 pm
=/
napa182
Comments: 1,454
 
mIRC Snippet:  Bot Warn System
Posted on Jun 20, 2009 11:19 pm
why delete my comment of giving Jethro_ credit? he was the one that made it for you in the forum.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Next
Bottom