Yes! I just cleaned out my development folder, that place was crazy, and managed to find these 15 projects. I've compiled them all, and added a readme file with any important notes. If there are any not compiled, let me know and I'll compile and reupload them.
Source Code DirectoryBNLS Data RetreiverThis shows how to make a binary connection to BNLS and use packets 0x0E 0x0F (I removed my password, however), and 0x10. This will connect and send 0x10 for each product, and display the version byte.
CheckRevision()Unfinished, unworking, etc. Generally crap. Maybe someone wants to fix it. Anyhow, I had it laying arround, and now you can too.
CountdownBasic manipulation of Time() to change it to the time remaining until midnight.
FTP Password RetreiverActs as a FTP server that you can connect to, in case you forget your password but have it saved in your client. Originally written for deadly7, but others could use it too.
JoeBot 4JoeBot 4's source code. modAI was lost, as it wasn't in the project folder I backed up when I reformatted, but the rest is there. A compiled version is also included, if someone, for some reason, would like to use it.
JoeChatMy grand P2P UDP chat client. Its pretty decent, I may yet rewrite as MDI some day to support multiple connections.
StealthBot Script InstallerCopy and paste your script in, name it, press the button and bam! It was by no means elegant, but it worked.
Stealthbot Math Exploit PatchName says it all.
Stealthbot News ViewerUses an Inet control to download the Stealthbot news, then parses and displays it in a RTB.
TAHCBotDecent, lightweight telnet client for Battle.net. I worked on it long enough to get the major bugs out. Shouldn't have any problems under regular use.
Vote PredictorI used this to predict the x86 leaders vote. I didn't win. Anyhow, it can be easily adapted to fit any small-scale vote.
WORD ConverterJust paste in a WORD or DWORD in hex format, spaces or no spaces, press enter, and the result will be shown. Bonus, its even copied to the clipboard!
Ex: FF FF FF FF
WoW News ViewerAnother simple news viewer, but this time I used Winsock.
VanquishBot PluginsplgWinamp: Adds winamp commands to VanquishBot.
plgUserInterface: A simple chatting interface for VanquishBot.
EDIT: 8-30-05
WoW Realm Status ViewerThe one they made sucks. Just admit it. I use an Inet to download the status page, then parse it. Man, I can't believe I wrote a string debuffer to parse an XML tag. -sigh-