Top

Code Snippets by KuTsuM

  (12)  
Sort by 
This snippet will show you how to add and remove directories, as well as check if they exist already or not in VB.NET.
+ 0 likes
0 comment(s)   |   Score: 0.0   |   Language: .NET   |   Posted by KuTsuM on 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
+ 0 likes
0 comment(s)   |   Score: 0.0   |   Language: .NET   |   Posted by KuTsuM on Sep 26, 2007
This snippet will kill a current running process in VB.NET. To load snippet go File>New Project>Console Application
Tags: kill  process  processes 
+ 0 likes
0 comment(s)   |   Score: 0.0   |   Language: .NET   |   Posted by KuTsuM on Sep 26, 2007
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..
Tags: list  processes 
+ 0 likes
0 comment(s)   |   Score: 0.0   |   Language: .NET   |   Posted by KuTsuM on Sep 26, 2007
I'm posting this script to make it more visible than on the forums:<br> <p>This script will scan connecting users for open proxies. If a proxy is found, the script will K-line the user..
Tags: chatspace  detector  proxy  scan  scanner 
+ 0 likes
6 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by KuTsuM on Jun 19, 2006
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
Tags: outwar 
+ 0 likes
7 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by KuTsuM on Jan 02, 2006
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..
Tags: regex 
+ 0 likes
10 comment(s)   |   Score: 1.8   |   Language: mIRC   |   Posted by KuTsuM on Dec 31, 2005
This is sort of stupid (as in rather basic), but I figure someone could learn from this. Usage: $min(numbers sepearted by spaces) $max(numbers sepearted by spaces) $average(numbers sepearted..
Tags: calculator 
+ 0 likes
2 comment(s)   |   Score: 3.2   |   Language: mIRC   |   Posted by KuTsuM on Oct 22, 2005
type /id3 to read the current songs ID3 tags.. (only works for .mp3's, of course)
Tags: mp3 
+ 0 likes
2 comment(s)   |   Score: 2.0   |   Language: mIRC   |   Posted by KuTsuM on Sep 24, 2005
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 } } NOTE:..
Tags: crypter 
+ 0 likes
3 comment(s)   |   Score: 1.4   |   Language: mIRC   |   Posted by KuTsuM on Sep 18, 2005
Mp3 player with no dialog: /play <song number> (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..
+ 0 likes
4 comment(s)   |   Score: 2.4   |   Language: mIRC   |   Posted by KuTsuM on Jul 01, 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:..
+ 1 likes
10 comment(s)   |   Score: 5.4   |   Language: mIRC   |   Posted by KuTsuM on Mar 13, 2005
Bottom