Top

mIRC Code Snippets by mountaindew

  (30)  
Sort by 
I was bored so I made a thesaurus for mIRC. To launch it you either type /thesaurus or right click a window and hit "Thesaurus". Just type in a word and it'll look up the synonyms and antonyms..
+ 1 likes
5 comment(s)    Score: 7.3    Platform: mIRC    Posted by mountaindew on Dec 18, 2008
This is a snippet that finds the standard deviation of a set of numbers. $stdev(3 7 7 19) --> 6 I guess you could also use the $mean identifier if you wanted, $mean(N N N N).
Tags: dev  deviation  equations  math  mirc  root  square  standard  std  stdev  stnd 
+ 1 likes
7 comment(s)    Score: 7.0    Platform: mIRC    Posted by mountaindew on Oct 09, 2008
So this script searches for images throughout Hawkee. It can sort by Latest, Recently Liked, Most Liked, or Most Commented.
+ 4 likes
14 comment(s)    Score: 8.0    Platform: mIRC    Posted by mountaindew on Aug 26, 2008
So this is just a quick snippet I made, it checks the status of someone on AIM. You type /aim
+ 1 likes
9 comment(s)    Score: 8.4    Platform: mIRC    Posted by mountaindew on Jun 18, 2008
So this is just a little acronym finder. You right click and hit "Acronym Finder" to open up the dialog, and you type in the acronym and click search. For example, you type in "BBL"..
+ 3 likes
20 comment(s)    Score: 8.8    Platform: mIRC    Posted by mountaindew on Jun 17, 2008
This morning I was just playing around with my iPod and was just fooling around in Stocks. Then I thought "Wow, that's a great idea for a script", so here it is
Tags: big  change  dow  down  jones  market  money  nasdaq  new  newyork  stock  stocks  symbol  system  ticker  up  york 
+ 1 likes
17 comment(s)    Score: 9.1    Platform: mIRC    Posted by mountaindew on Apr 15, 2008
This is just a quick snippet I made that searches through the Price Comparison here on Hawkee. It returns the Product name, Brand, Price, and URL.
+ 1 likes
7 comment(s)    Score: 9.0    Platform: mIRC    Posted by mountaindew on Mar 17, 2008
This snippet searches for other snippets from Hawkee. You can search through all of them, or specify a category.
Tags: asp  code  hawkee  java  js  mirc  mysql  net  php  rails  regex  ruby  scripting  search  snippet  snippets  sockets 
+ 9 likes
43 comment(s)    Score: 9.8    Platform: mIRC    Posted by mountaindew on Mar 17, 2008
I made this simple SpellChecker today. It's pretty obvious what it does, it checks if a word is spelled right, and if not, it gives suggestions. Syntax:
+ 1 likes
41 comment(s)    Score: 9.5    Platform: mIRC    Posted by mountaindew on Mar 08, 2008
This is a translator script that I made, it uses
+ 8 likes
66 comment(s)    Score: 9.6    Platform: mIRC    Posted by mountaindew on Mar 04, 2008
This here is a YouTube video searcher. It returns the first three videos of your search result. It returns the Title, Date Added, User, Length, Views, Rating, and URL for each video. Syntax:
+ 17 likes
121 comment(s)    Score: 9.3    Platform: mIRC    Posted by mountaindew on Feb 29, 2008
Well, this is my first sockets script
+ 1 likes
17 comment(s)    Score: 7.0    Platform: mIRC    Posted by mountaindew on Feb 27, 2008
This is an identifier than finds the average of a set of numbers. Syntax: $avg(N.N.N.N,C) N = numbers . = delimeter C = delimeter # Ex: $avg(1 5 2 1 6,32) » 3 $avg(2|4|6|8,124) » 5 $avg(1.1.1.1,46)..
Tags: average  avg  number  numbers 
+ 0 likes
7 comment(s)    Score: 4.0    Platform: mIRC    Posted by mountaindew on Dec 12, 2007
Finally done rewriting it! *View Hash Tables *Add/Remove Hash Tables and Items *Edit Data Enjoy, put in remotes, type /file or right click and click the menu to start it up
Tags: .ini  .txt  dialog  editor  file  files  hash  hashtable  ini  remotes  table  txt  var  variable  viewer 
+ 1 likes
32 comment(s)    Score: 6.9    Platform: mIRC    Posted by mountaindew on Oct 06, 2007
This is a dialog that lets you view, edit, add, delete, and clear all variables. Put in remotes, type /variable or right click > Variable Viewer/Editor to open it up
+ 0 likes
7 comment(s)    Score: 7.0    Platform: mIRC    Posted by mountaindew on Oct 05, 2007
When you start mirc its counts to three (incase of an on start, server <server>) and if $server is $null, it pops up a dialog, which lets you choose a server. Servers: *Undernet *SwiftIRC *Dalnet *Quakenet It..
+ 0 likes
3 comment(s)    Score: 0.0    Platform: mIRC    Posted by mountaindew on Oct 05, 2007
This is basically all of the little dialogs people make, but all together. Includes: *Auto Join *Swear Kicker *Buddy List *Whois *Auto Modes (op,voice,kick,ban,*owner,halfop,protect*) Enjoy..
+ 0 likes
9 comment(s)    Score: 4.0    Platform: mIRC    Posted by mountaindew on Oct 04, 2007
This is a simple dialog to set auto modes for nicks It supports auto: *op *voice *kick *ban *greet (if chanserv) *owner *protect *halfop just go to the edit box, type in a nick, and click..
Tags: auto  modes 
+ 0 likes
23 comment(s)    Score: 4.0    Platform: mIRC    Posted by mountaindew on Sep 27, 2007
Ive never seen an 8ball dialog so i made one :P Its really simple, just type a question and click ask
Tags: 8ball  dialog 
+ 0 likes
7 comment(s)    Score: 6.5    Platform: mIRC    Posted by mountaindew on Sep 22, 2007
This is a buddy list i made for mirc, because I figured that the notifier wasn't good enough. Also, I haven't seen anyone else make one, so i decided to. Basically, just type /bl to open up the buddy..
+ 0 likes
37 comment(s)    Score: 6.9    Platform: mIRC    Posted by mountaindew on Sep 21, 2007
I'm suprised mirc doesnt have this built in, but this is an identifier that returns a random token. Usage: $randtok(string,C) Ex: $randtok(%variable,124) OR $randtok(a p p l e,32) the..
Tags: random  randtok  token 
+ 0 likes
14 comment(s)    Score: 2.4    Platform: mIRC    Posted by mountaindew on Sep 20, 2007
i was bored so i made a number guess game that tells you if the number is higher or lower. enjoy, comments appreciated.
Tags: game  higher  lower  number 
+ 0 likes
11 comment(s)    Score: 2.0    Platform: mIRC    Posted by mountaindew on Sep 11, 2007
I made this so it automatically logs you in, if you are on dalnet, quakenet, undernet, or any server with nickserv. Just go to the menus, and fill them all out with you nick and pass for each login bot...
Tags: any  dal  dalnet  login  net  nickserv  q  quakenet  server  undernet  with 
+ 0 likes
14 comment(s)    Score: 2.0    Platform: mIRC    Posted by mountaindew on Sep 10, 2007
I was bored so i made a spin the bottle script...just type !spin
Tags: bottle  spin  the 
+ 0 likes
5 comment(s)    Score: 7.0    Platform: mIRC    Posted by mountaindew on Sep 10, 2007
This is an easy way to set modes. It has an on input and an on text. To set Channel modes: [+/-] <mode> ex: +k key/-i/+b <nick>/+s To set Nick Modes: [+/-] <mode> <nick> ex:..
Tags: modes 
+ 0 likes
19 comment(s)    Score: 0.0    Platform: mIRC    Posted by mountaindew on Sep 07, 2007
1 2 Next
Bottom