Top

Comments

  (161)  RSS
DarthReven's
SpotRedDog
Comments: 81
 
mIRC Snippet:  NASDAQ/NYSE Stock Quote Checker
Posted on May 3, 2008 5:09 am
I do all the commands and then it fails to do anything after the read info lines tell you they are getting info on blah blah
Eugenio
Comments: 1,097
 
mIRC Snippet:  DR-Clone
Posted on Mar 15, 2008 6:16 am
you are meant to paste it in the remotes tab then save as and give it a name you want then go to load from the file option and lod it up again just in case! you dont want to put anything you got from here in the aliases = this is directed to virak he sed:

Quote:
Now i copy you to code and past in to mIRC --> Script Editor --> aliases tap. but it's does not show anything to me..
What should i do after i copy and past code in aliases tap?
virak
Comments: 2
 
mIRC Snippet:  DR-Clone
Posted on Mar 15, 2008 3:24 am
Now i copy you to code and past in to mIRC --> Script Editor --> aliases tap. but it's does not show anything to me..
What should i do after i copy and past code in aliases tap?
Daid
Comments: 1
 
mIRC Snippet:  Previous Nick Addon v3.5
Posted on Feb 19, 2008 3:56 pm
disappointed....all i get are errors for /if: invalid format

I've yet to find one of these scripts that works really well....and don't know enough to script my own
Darkkeeper
Comments: 101
 
mIRC Snippet:  Halo 2 Stat Grabber v2.1
Posted on Feb 7, 2008 9:40 pm
* /return: line too long (line 152, script1.ini)

i keep getting that everytime i try and search for somebody on this :\
Darkkeeper
Comments: 101
 
mIRC Snippet:  Halo 2 Stat Grabber v2.1
Posted on Feb 7, 2008 7:37 pm
Yo, make one for halo 3
Caligula
Comments: 5
 
mIRC Snippet:  DR-Clone
Posted on Nov 21, 2007 4:49 pm
This is the best Clone Scanner and the unic working. Thanks you much DarthReven, you are nice :)
Joshuaxiong1
Comments: 91
 
mIRC Snippet:  Simple Clone Scanner
Posted on Oct 8, 2007 3:24 am
Rank 3 on clones
Joshuaxiong1
Comments: 91
 
mIRC Snippet:  Simple Clone Scanner
Posted on Oct 8, 2007 3:22 am
And oh yeah I got ban from a channel for typing this command wrong. cls instead of /cls lol banned.
Joshuaxiong1
Comments: 91
 
mIRC Snippet:  Simple Clone Scanner
Posted on Oct 8, 2007 3:22 am
Nice clone check. Wow very nice but I suggest some ip address to it
Joshuaxiong1
Comments: 91
 
mIRC Snippet:  DR-Clone
Posted on Oct 7, 2007 5:47 am
Love it!!!
joshieprince
Comments: 3
 
mIRC Snippet:  Weather Underground.com Bot
Posted on Sep 16, 2007 12:35 am
useless, doesnt work
Godzilla
Comments: 91
 
Product Review:  The last great game for Sony's dieing console
Posted on Aug 31, 2007 9:24 am
Awesome game, i play it all the time, guess what? I finished the game! ^^
Metallboy100
Comments: 28
 
mIRC Snippet:  Hawkee.com mIRC Snippet Search
Posted on Aug 22, 2007 11:32 am
good job
Anti
Comments: 305
 
mIRC Snippet:  Simple Clone Scanner
Posted on Jul 6, 2007 6:38 pm
Nice
Script
It's
Good
For
My
Channel
:D
Find
Me
At
irc.aXpi2.net #Goodeh :D
mountaindew
Comments: 1,645
 
mIRC Snippet:  Hawkee.com mIRC Snippet Search
Posted on Jul 3, 2007 6:11 pm
duznt work for me
CtrlAltElite
Comments: 1
 
mIRC Snippet:  DR-Clone
Posted on Jun 28, 2007 9:59 pm
Wat about BNC's? They have the same address after the @. Will they show up too?
DarthReven
Comments: 468
 
mIRC Snippet:  DR-Clone
Posted on Apr 3, 2007 1:08 am
The caps isn't a method to 'rip' my scripts sides all codes posted on Hawkee.com are open source. The only way a script is truly ripped is if the code is copied and the 'original creator' is not sited. At any rate I put everything in caps cause I like it that way not to prevent people from "ripping" my scripts
ZabuzaMomochi
Comments: 186
 
mIRC Snippet:  DR-Clone
Posted on Apr 3, 2007 12:07 am
are we teaching people how to rip darthrevens snippets..?
DarthReven
Comments: 468
 
mIRC Snippet:  DR-Clone
Posted on Apr 2, 2007 11:04 pm
Only problem with that alias Solo you need to provide the file extension for $script([file]) to work. So a better way do it if you were going to do this is:
Code:

alias lowercase {
  if ($script($1)) {
    echo $color(info) -a *** Converting $1 now...
    %file.tmp = $+($gettok($1,1,46),-lc.,$gettok($1,2,46))
    if ($isfile(%file.tmp)) { write -c $v1 }
    filter -fk $1 convert
    unload -rs $1
    .remove $1
    filter -ff %file.tmp $1
    .remove %file.tmp
    load -rs $1
    echo $color(info) -a [End - Conversion]
    unset %file.*
  }
  else { beep 2 | echo $color(notify) -a *** Error - $1 was not valid }
}
alias -l convert { write %file.tmp $upper($1-) }
1 2 3 4 5 6 7 8 9 Next
Bottom