Top

Code Snippets by LIQUID_NiTrO

  (17)  
Sort by 
This simple alias is intended for the quick creation of otherwise tedious regexes used primarily in badword filter snippets. What this alias does is take a simple English word and generate a regex that..
Tags: badword 
+ 0 likes
1 comment(s)   |   Score: 7.0   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Oct 22, 2007
Alright, well here it is. Something I've been wanting to do for quite some time but never had the energy or motivation to get through. This is the beginning of hopefully my full script for online mIRC..
Tags: poker 
+ 0 likes
1 comment(s)   |   Score: 8.8   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Mar 10, 2007
A simple and straightforward snippet that will scan for IRCops and echo the nickname and address of any that it finds to the active window. The scanning will be automatically performed when you join a..
Tags: ircop  scanner 
+ 0 likes
2 comment(s)   |   Score: 4.7   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Feb 21, 2007
This snippet does what $duration should do and converts a string like 2w4d10h3m2s into seconds. Usage is $lduration(string) where string should be formatted as above. Accepted time measures are the same..
Tags: duration  time 
+ 0 likes
2 comment(s)   |   Score: 5.0   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Dec 30, 2006
I made this snippet for someone else here and decided it was good enough to add as a snippet. The syntax is <B>/getalert CHANNEL|ECHO</B>. Specifying a channel will cause it to send the alert..
+ 0 likes
7 comment(s)   |   Score: 6.3   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Jul 10, 2005
Uses dnsstuff.com to give you the location of a given IP address. Most IP addresses will work. Syntax is <B>/trace [IP]</B>. It will also echo an extra line if the IP is a known proxy server.<BR>--EDIT--<BR>Sorry..
+ 0 likes
7 comment(s)   |   Score: 4.8   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Jun 24, 2005
Couple of aliases dealing with cards. These were made for blackjack.<BR>The first is <B>$addcards(value1,...,valueN)</B> which adds the values of the cards, evaluating any letter other..
+ 0 likes
1 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Jun 23, 2005
This is a basic auth system with lots of aliases to make implementation easy. It is very flexible and has all of the core functions done for you; it is designed to be a scripter's resource for when they..
+ 0 likes
5 comment(s)   |   Score: 6.5   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Jun 15, 2005
This snippet is designed to take the pain out of looking for the targets of certain modes, etc. It was set up and tested on UnrealIRCd but should work for most servers.<BR>This is kinda hard to..
+ 0 likes
2 comment(s)   |   Score: 8.6   |   Language: mIRC   |   Posted by LIQUID_NiTrO on May 29, 2005
This is a regex version of the $findfile identifier.<BR>Note that this identifier will take a good while to evaluate if there are lots of files in the folder, since it has to check EVERY file to..
+ 0 likes
3 comment(s)   |   Score: 5.0   |   Language: mIRC   |   Posted by LIQUID_NiTrO on May 01, 2005
This is a basic quadratic calculator that will give you the roots of a quadratic equation. The output is given in both Radical format and Approximate format (which will actually be exact if the solution..
+ 0 likes
7 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Apr 28, 2005
I got a bit bored so I decided to create an mIRC clock, which is displayed in the bottom right corner, just above the edit bar and just to the left of the scroll bar. It can display the time in either..
+ 0 likes
6 comment(s)   |   Score: 6.5   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Apr 12, 2005
This is my most basic alias I've ever posted here, just returns the x-root of a number.<BR>I know you can do it with $calc, but doing that is a little complicated and for some of us math idiots confusing,..
+ 0 likes
4 comment(s)   |   Score: 6.7   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Mar 21, 2005
Syntax: $char(text,N)<BR>Syntax: /char text N<BR>simply returns Nth character in text, counting from the left. There might be a builtin identifier for this but I looked and looked and couldn't..
+ 0 likes
8 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Feb 20, 2005
This is a customizable dice rolling script ideal for RPing and use in "Pen-and-Paper" type RPGs, such as D&D and stuff. The syntax is a bit complicated:<BR><B>/advdice {Number}!{Sides}[+|-][Modifier]..
+ 0 likes
6 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by LIQUID_NiTrO on Jan 23, 2005
1 2 Next
Bottom