Top

mIRC Code Snippets Tagged with table

  (9)  
Sort by 
This script has the ability to add new tables , items and data. It can also be used to delete tables , items or data. It can also be used to delete multiple items from a hash table at one time. Update:
Tags: dialog  hash  hashtable  table 
10 comment(s)   |   Score: 7.6   |   Language: mIRC   |   Posted by Scakk on May 18, 2008
This is the game Slots. !snew -- creates an account !smoney -- show money for $nick or $2 !sreset -- resets money to 1000 for $2 !play slot -- plays game Change " !isin " to be
Tags: casino  hash  hashtable  slots  table 
0 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Scakk on Jan 14, 2008
This little ( started little any way ) will transfer a hash table to a text file and sort several different ways. Thanks to QuickStep for the " sorttxt " alias. ;Usage /htt HashTable WL/W
Tags: .txt  file  hash  hashtable  table  text 
0 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Scakk on Jan 07, 2008
Documentation lies within the code.
Tags: add  delete  editor  hash  table 
0 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by Kyousoukyoku on Oct 18, 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 
32 comment(s)   |   Score: 6.5   |   Language: mIRC   |   Posted by mountaindew on Oct 06, 2007
/hedit or $hedit <br> A simple alias that edits the data of a specified item in a hash table through hadd and hdel. You must specify all the required parameters otherwise the snippet will not
Tags: edit  hash  move  table 
9 comment(s)   |   Score: 4.7   |   Language: mIRC   |   Posted by Saeed on Sep 28, 2007
simple code that copies one hash table into a new one. * Further documentation in code.
Tags: copy  hash  paste  table 
3 comment(s)   |   Score: 4.3   |   Language: mIRC   |   Posted by Kyousoukyoku on Sep 24, 2007
A simple code that allows you to view the items in a hash table. It gives you the option to delete or add items on free will. /hview (hash) - lists all items in the table in the new window, giving
Tags: add  delete  hash  table  view 
8 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by Kyousoukyoku on Sep 22, 2007
Have a lot of Hash Tables? Here is a way to see what you have in each one. There is also ways to add tables , items to tables & items/data to tables. Update1: Found an issue where you could not
Tags: dialog  hash  table  viewer 
17 comment(s)   |   Score: 6.5   |   Language: mIRC   |   Posted by Scakk on Aug 05, 2007
Bottom