Top

Comments

  (26)  RSS
`[-Alex-]'s
TropicalMeltdown
Comments: 72
 
mIRC Snippet:  rainbow
Posted on Aug 16, 2008 4:46 pm
Awspome
jonesy44
Comments: 920
 
mIRC Snippet:  Heart..Some randomness
Posted on Jun 17, 2008 4:59 pm
missing some heartness on the right of it .. it\'s a bit .. juddery ..
EL
Comments: 1,232
 
mIRC Snippet:  Heart..Some randomness
Posted on Jun 17, 2008 4:59 am
Ahh well as it is your sendin the heart to your self you should replace $nick\'s with $2 so u can just type .heart \"nickname\" other then that an te bracket missing as MD stated its a cool lookin heart.`-.-ยด
mountaindew
Comments: 1,540
 
mIRC Snippet:  Heart..Some randomness
Posted on Jun 16, 2008 6:30 pm
Add another } to the end

And by the way, you can replace the _\'s with $chr(160) (it\'s a hard space, so you can have multiple ones without them being stripped).

So $str($chr(160),8) for example.
Korvin
Comments: 238
 
mIRC Snippet:  rainbow
Posted on Feb 21, 2008 12:26 am
add haltdef to the end
DiAbLo19
Comments: 5
 
mIRC Snippet:  rainbow
Posted on Feb 21, 2008 12:20 am
whenever i use this script, it makes the text show twice on my screen....once without colour and once with the colour....any advice?
Flexi
Comments: 4
 
mIRC Snippet:  blacklist
Posted on Dec 11, 2007 12:53 am
Does this have a owner control?
AHBARAR
Comments: 141
 
mIRC Snippet:  .:Ban Protection:.
Posted on Oct 19, 2007 7:18 pm
it looks same as red script addon just u delete the msg and add ur msg .. well i will not be so bad .. if u did it without copying i tell u its a nice work .. keep good job
zonirc
Comments: 24
 
mIRC Snippet:  .ei,.topic etc.
Posted on Oct 17, 2007 12:25 pm
lol ;p
`[-Alex-]
Comments: 8
 
mIRC Snippet:  .ei,.topic etc.
Posted on Oct 15, 2007 3:12 pm
lol ;D
`[-Alex-]
Comments: 8
 
mIRC Snippet:  av script
Posted on Oct 15, 2007 3:11 pm
lol thanks :P
FRISH
Comments: 63
 
mIRC Snippet:  .ei,.topic etc.
Posted on Oct 15, 2007 3:11 pm
ye i prefer on input for 1 thin one less character to type, lazyness is great init ;p
Tippy
Comments: 28
 
mIRC Snippet:  av script
Posted on Oct 15, 2007 2:39 pm
Well done..I really like it and it works ;) Well make more :)
`[-Alex-]
Comments: 8
 
mIRC Snippet:  .ei,.topic etc.
Posted on Oct 15, 2007 2:24 pm
i dont like using alias most of the time cuz it can mess up stuff some times :P
FRISH
Comments: 63
 
mIRC Snippet:  rainbow
Posted on Oct 15, 2007 11:28 am
also try learning to make your own snippets instead of stealing my old version.... =/
http://www.hawkee.com/snippet/2727/
i have to admit though the code is good :O ;p
kerstt
Comments: 64
 
mIRC Snippet:  rainbow
Posted on Oct 15, 2007 8:04 am
try learning regex :)

it will be faster and much much smaller :-)
Scakk
Comments: 218
 
mIRC Snippet:  blacklist
Posted on Oct 15, 2007 1:56 am
Just few things I moticed right off.

1) There is no need for the \" / \" in there.
2) You can just group all the sclick as one

Code:

on *:dialog:blacklist:sclick:*: {
  if ($did == 14) { stuff }
  if ($did == 15) { stuff }
}

And so one

3) You can dombine like events

Code:

    /did -b blacklist 38
    /did -b blacklist 33


Can be
Code:
 did -b blacklist 33,38


4) This
Code:
 /timer $+ blacklist 0 1

could be
Code:
 .timerblacklist 0 1

and be the same. Also with a \" . \" before timer it will not show in the status window.
zonirc
Comments: 24
 
mIRC Snippet:  .ei,.topic etc.
Posted on Oct 15, 2007 1:35 am
Just wonder why we need to typing a text in channel window to issuing some command? Well maybe it might look something *great*(especially when you want to brag to other people\'s that you can control yours mIRC :P) but in my opinion it is better be used as a custom command/aliases. Since this will prevent you from sending a messages to channel, for example when you using \'.eI\', you will be sending two command to the server which is \'/msg\' and \'/mode\' rather when you used it as custom command/alias that only send 1!

napa182
Comments: 1,004
 
mIRC Snippet:  rainbow
Posted on Oct 14, 2007 10:23 pm
copy and paste in Ur remotes and then click in a channel to turn it on
adamb_135
Comments: 1
 
mIRC Snippet:  rainbow
Posted on Oct 14, 2007 9:59 pm
how do you use scripts like this in Mirc??thanks for your help
1 2 Next
Bottom