After discovering the guys behind eBot had blatantly used work from here and were profiting from it, i took it upon myself to atleast decompile an obfuscated source. I mean, come on guys. Is it that hard to do your own research?
After defeating the Code Veil (Poorly configured) protection, it was rather easy to dump out the .NET layer. Surprising enough, there was no obfuscation used on the source at all.
Having seen the source, i can confirm this is poorly developed and is a failed attempt at cloning Glider.
So i present, the eBot source code. (Attached)
Mirror: http://dl.getdropbox.com/u/29438/WoWBot_Source.rar
PS: eBot Devs: Compile it in x86 mode to fix the Registry bug with the the Loader.
PPS: Source is in C# Syntax, as VB is fugly.