Code Snippets by KuTsuM
(12)
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
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
This snippet will kill a current running process in VB.NET. To load snippet go File>New Project>Console Application
+ 0 likes
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..
+ 0 likes
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
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
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
type /id3 to read the current songs ID3 tags.. (only works for .mp3's, of course)
Tags:
mp3
+ 0 likes
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
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
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




