KuTsuM

KuTsuM

Joined
Oct 31, 2004
Occupation
Marketing Manager
Location
Minneapolis, Minnesota
Interests
whatever challenges me ;)

Code Snippets

KuTsuM created a Page  -  Sep 26, 2007
270 

This snippet will show you how to add and remove directories, as well as check if they exist already or not in VB.NET.

 Respond   .NET  
KuTsuM created a Page  -  Sep 26, 2007

This snippet will check if your computer is currently logged onto the internet in VB.NET. This is especially useful if you are using winsock

KuTsuM created a Page  -  Sep 26, 2007
1,106 

This snippet will kill a current running process in VB.NET. To load snippet go File>New Project>Console Application

 Respond   .NET  
KuTsuM created a Page  -  Sep 26, 2007
336 

This snippet will list all of your system's current processes that are running into a console window using VB.NET. To load the snippet, go to File>New Project>Console Application and copy paste the module.

 Respond   .NET  
KuTsuM created a Page  -  Jun 19, 2006
5,219 

I'm posting this script to make it more visible than on the forums:

KuTsuM created a Page  -  Jan 02, 2006
1,843 

I created this snippet for a topic on the forum, and now I've modified it a bit. This snippet will lookup stats from Outwar.com for any specified player. Refer to the snippet for usage

KuTsuM created a Page  -  Dec 31, 2005
6,342 

This is a basic talker bot using the $regex alias for those who want to get started in Regular Expressions. There are a few triggers (These aren't case sensetive, punctuation won't affect it, and you can sort of mix it with other words):

KuTsuM created a Page  -  Oct 22, 2005
349 

This is sort of stupid (as in rather basic), but I figure someone could learn from this.

KuTsuM created a Page  -  Sep 24, 2005
411 

type /id3 to read the current songs ID3 tags.. (only works for .mp3's, of course)

KuTsuM created a Page  -  Sep 18, 2005
5,188 

This snippet is a Hexadecimal encoder and decoder. Just add $hex(your text here).encode/decode IE: alias test { if ($1 == encode) { echo -a $hex($2-).encode } else { echo -a $hex($2-).decode } }

KuTsuM created a Page  -  Jul 01, 2005
469 

Mp3 player with no dialog: /play (song number optional, leave blank for random play), /dir to set file directory, /add to add file to playlist, /stop to stop, /check returns the number of files in playlist

KuTsuM created a Page  -  Mar 13, 2005

Basic mIRC Based Web Server capable of supporting HTML and javascript using a basic socket bot. SocketBot is capable of allowing up to 50 connections at one time. Web Address will be HTTP://Your IP/ [IE: HTTP://255.255.255.255/] - MUST have knowledge of HTML. Type /mIRCw.HELP for a list of commands - Tested on MSIE(Microsoft Internet Explorer) 5.5 and 6.0

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.