Top

Comments

  (98)  RSS
M[n]M's
M[n]M
Comments: 98
 
mIRC Snippet:  IRCOp
Posted on May 28, 2009 1:19 pm
but come on man
there is bounch of mIRC scripts such as this one,,,
but ok...
what ever
M[n]M
Comments: 98
 
mIRC Snippet:  Alias Away Script
Posted on Dec 31, 2008 10:17 pm
hey this is nice

i like it

its kind of similar to mine

i'll give you 10 points
M[n]M
Comments: 98
 
mIRC Snippet:  Spy Bot
Posted on Dec 31, 2008 10:13 pm
guys thank you all

please leave your suggestions or comments and what would you want me to change and

please score my scripts =)

thanks
M[n]M
Comments: 98
 
mIRC Snippet:  Youtube URL Catcher
Posted on Jun 24, 2008 10:29 am
dude its not working :[ :\ :/
but i changed it :P
TO:
Code:

on *:text:*:#: {
  if (*youtube.com/watch?* iswm $1-) {
    %yt.rating = 0
    %yt.entry = $1-
    set %yt.chan $chan   
    if ($window(@YouTube) == $null) {
      msg %yt.chan Tittle: %yt.title - Favorite: $remove(%yt.favorited,<span class="watch-stat">,</span>) - Ratings:4 $remove(%yt.numratings,<div id="ratingWrapper"><div,class="floatL",onclick="urchinTracker('/Events/VideoWatch/Rated');"><div,id="ratingStars",class="floatL"><img,class="ratingL,ratingL-4.5",alt="4.57788461538",src="http://s.ytimg.com/yt/img/pixel-vfl73.gif",/><div,id="ratingMessage">,><img,<div,id="hoverMessage",style="width:100%",class="hid"><a href="/login?next=/watch%3Fv%3DH9mRL8C9MCM">Sign,in</a>,to,rate)   
    }
    if (http:// isin $1-) { %yt.path = / $+ $gettok($gettok($gettok($1-,3,47),1,38),1,32) }
    else { %yt.path = / $+ $gettok($gettok($gettok($1-,2,47),1,38),1,32) }
    %yt.nick = $nick
    %yt.chan = $chan
    %yt.surl = $remove(%yt.path,/watch?v=)
    sockclose yt
    sockopen yt youtube.com 80
  }
}

on *:sockopen:yt:{
  if ($sockerr) {
    ;    echo -a $chr(91) $+ $time $+ $chr(93) YouTube: socket error
    if (%yt.chan) {
      msg %yt.chan $str(.,282)
      msg %yt.chan ERROR: $+($chr(3),04,<,$chr(15),$date,$chr(3),04>,$chr(15)) $+($chr(3),04,<,$chr(15),$time,$chr(3),04>,$chr(15)) $+($chr(3),04,<,$chr(15),$network %yt.chan,$chr(3),04>,$chr(15)) $+($chr(3),04,<,$chr(15),%yt.nick,$chr(3),04>,$chr(15)) %yt.entry
      write yterror.txt < $+ $date $+ > < $+ $time $+ > < $+ $network %yt.chan $+ > < $+ %yt.nick $+ > %yt.entry
    }
    if (%yt.chan == $null && %yt.nick != $null) {
      msg %yt.chan $str(.,282)
      msg %yt.chan ERROR: $+($chr(3),04,<,$chr(15),$date,$chr(3),04>,$chr(15)) $+($chr(3),04,<,$chr(15),$time,$chr(3),04>,$chr(15)) $+($chr(3),04,<,$chr(15),$network PM,$chr(3),04>,$chr(15)) $+($chr(3),04,<,$chr(15),%yt.nick,$chr(3),04>,$chr(15)) %yt.entry
      write yterror.txt < $+ $date $+ > < $+ $time $+ > < $+ $network PM $+ > < $+ %yt.nick $+ > %yt.entry
    }
    halt
  }
  sockwrite -n $sockname GET %yt.path HTTP/1.1
  sockwrite -n $sockname Host: youtube.com
  sockwrite -n $sockname $crlf
}

on *:sockread:yt: {
  :read
  sockread -f %yt.read

  if (Ratings have been disabled for this video isin %yt.read) { set %yt.ratingsdisabled no }
  if (Adding comments has been disabled for this video isin %yt.read) { set %yt.commentsdisabled no }
  if (icn_star_full_19x20png isin %yt.read) { %yt.rating = $count(%yt.read,star_full) }

  if (ratings</span> isin %yt.read) { %yt.numratings = $remove(%yt.read,   ,<div id="ratingMessage" style="float:right">,<div id="defaultRatingMessage">,<span class="smallText">, ratings</span>,</div>) }
  if (<span class="viewCount"> isin %yt.read) { %yt.views = $remove(%yt.read,   ,<span class="viewCount">,</span>) }
  if (<span class="lightLabel">Comments:</span> isin %yt.read) { %yt.comments = $remove(%yt.read,   , ,<span class="lightLabel">Comments:</span> ,<a href="/comment_servlet?,&all_comments,all_comments,&v=,&amp;,v=,%yt.surl,">,</a>) }
  if (<span class="lightLabel">Favorited:</span> isin %yt.read) { %yt.favorited = $remove(%yt.read,   ,<span class="lightLabel">Favorited:</span> , times) }
  if (<meta name="title" content=" isin %yt.read) { %yt.title = $replace($remove(%yt.read,   ,<meta name="title" content=",">),<br/>,$chr(32),&amp;,&,&quot;,") }
  if (<meta name="description" content=" isin %yt.read) { %yt.desc_re = $replace($remove(%yt.read,   ,<meta name="description" content=",">),<br/>,$chr(32),&amp;,&,&quot;,") }

  ;if (<title> isin %yt.read) { %yt.title = $remove(%yt.read,   ,<title>YouTube - ,</title>) }
  ;if (%yt.found) { unset %yt.found | %yt.desc_be = $replace($remove(%yt.read,   ),&amp;,&) }
  ;if (<span id="vidDescBegin"> isin %yt.read) { %yt.found = k }
  ;if (<span id="vidDescRemain"> isin %yt.read) { %yt.desc_re = $replace($remove(%yt.read,   ,<span id="vidDescRemain">,</span>),<br/>,$chr(32),&amp;,&,&quot;,") }

  if (<span class="smallLabel">Category:&nbsp;</span> isin %yt.read) { %yt.done = k }

  if (%yt.done) {
    sockclose yt
    unset %yt.done

    if ($read(youtube.txt,w,* $+ %yt.path $+ *) != $null) { %yt.record = noop }
    else { %yt.record = write }

    %yt.num.rating = $remove(%yt.rating,$chr(44),$chr(32))
    %yt.num.views = $remove(%yt.views,$chr(44),$chr(32))
    %yt.num.numratings = $remove(%yt.numratings,$chr(44),$chr(32))
    %yt.num.comments = $remove(%yt.comments,$chr(44),$chr(32))
    %yt.num.favorited = $remove(%yt.favorited,$chr(44),$chr(32))

    %yt.red.start = 4
    %yt.red.stop = 
    %yt.maroon.start = 5
    %yt.maroon.stop = 

    ;viral or not
    if (%yt.num.views >= 100000) {
      %yt.boldstart.views = %yt.red.start
      %yt.boldstop.views = %yt.red.stop
      if (%yt.num.rating >= 4) { %yt.boldstart.rating = %yt.red.start | %yt.boldstop.rating = %yt.red.stop }
      else { %yt.boldstart.rating = $null | %yt.boldstop.rating = $null }
    }
    elseif (%yt.num.views >= 15000 && %yt.num.views < 100000) { %yt.boldstart.views = %yt.maroon.start | %yt.boldstop.views = %yt.maroon.stop }
    else { %yt.boldstart.views = $null | %yt.boldstop.views = $null }
    if (%yt.num.numratings >= 350) { %yt.boldstart.numratings = %yt.red.start | %yt.boldstop.numratings = %yt.red.stop }
    else { %yt.boldstart.numratings = $null | %yt.boldstop.numratings = $null }
    if (%yt.num.comments >= 1000) { %yt.boldstart.comments = %yt.red.start | %yt.boldstop.comments = %yt.red.stop }
    else { %yt.boldstart.comments = $null | %yt.boldstop.comments = $null }
    if (%yt.num.favorited >= 700) { %yt.boldstart.favorited = %yt.red.start | %yt.boldstop.favorited = %yt.red.stop }
    else { %yt.boldstart.favorited = $null | %yt.boldstop.favorited = $null }

    :title
    if (%yt.chan) { %yt.chanq = %yt.chan }
    elseif (%yt.chan == $null && %yt.nick != $null) { %yt.chanq = PM }

    msg %yt.chan $str(.,282)
    msg %yt.chan 4 $+($chr(3),04,<,$chr(15),$date,$chr(3),04>,$chr(15)) $+($chr(3),04,<,$chr(15),$time,$chr(3),04>,$chr(15)) $+($chr(3),04,<,$chr(15),$network %yt.chanq,$chr(3),04>,$chr(15)) $+($chr(3),04,<,$chr(15),%yt.nick,$chr(3),04>,$chr(15)) %yt.entry
    msg %yt.chan Title: %yt.title

    %yt.record youtube.txt $str(.,261)
    %yt.record youtube.txt < $+ $date $+ > < $+ $time $+ > < $+ $network %yt.chanq $+ > < $+ %yt.nick $+ > %yt.entry
    %yt.record youtube.txt Title: %yt.title
  }
}
M[n]M
Comments: 98
 
mIRC Snippet:  Services Bot Auto Join
Posted on Jun 23, 2008 4:24 pm
o shoot you might wanna remove some of themm :\ where it says !cmd :\
M[n]M
Comments: 98
 
mIRC Snippet:  op voice commands
Posted on Apr 14, 2008 7:04 pm
btw %c is $chan
M[n]M
Comments: 98
 
mIRC Snippet:  Trivia
Posted on Apr 5, 2008 5:16 pm
man can't you make it a !Top10 or !Top20 ?
M[n]M
Comments: 98
 
Profile:  M[n]M
Posted on Mar 19, 2008 3:26 pm
M[n]M
Comments: 98
 
Image:  This is my cock
Posted on Mar 19, 2008 3:25 pm
Yo..this doesn't sound right..lol
M[n]M
Comments: 98
 
Profile:  Sick_Puppy
Posted on Feb 27, 2008 6:55 pm
that picture is funny =)
M[n]M
Comments: 98
 
Profile:  M[n]M
Posted on Feb 27, 2008 6:54 pm
lol thats funny =)
M[n]M
Comments: 98
 
Image:  Untitled
Posted on Feb 23, 2008 1:38 pm
DAMNNNNNNNNNNN yo :D
M[n]M
Comments: 98
 
mIRC Snippet:  Idle bot
Posted on Feb 21, 2008 4:54 pm
yes the color box are not working i dont know why 0_o
M[n]M
Comments: 98
 
mIRC Snippet:  Access Bot
Posted on Feb 21, 2008 1:09 pm
lol ty :)
M[n]M
Comments: 98
 
mIRC Snippet:  Bot away script
Posted on Feb 21, 2008 12:56 pm
thx mountaindew :)
M[n]M
Comments: 98
 
mIRC Snippet:  On Join
Posted on Feb 21, 2008 12:51 pm
right .. :]
M[n]M
Comments: 98
 
mIRC Snippet:  Fun Popups
Posted on Feb 19, 2008 3:52 pm
:P
M[n]M
Comments: 98
 
mIRC Snippet:  Unban All
Posted on Feb 17, 2008 3:26 pm
but you can change the number! =)
M[n]M
Comments: 98
 
mIRC Snippet:  !voice and You Get Voice
Posted on Feb 2, 2008 2:21 pm
LOL!!
LOL!!
LOL!!
LOL!!
M[n]M
Comments: 98
 
mIRC Snippet:  AwAy script
Posted on Jan 26, 2008 1:59 pm
lol
1 2 3 4 5 Next
Bottom