Here is the source for W3DR. It has like 5 lines of comments so good luck deciphering my code. Even for anyone seriously interested, you have to know Warcraft pretty well, i don't use any injection or stuff like that, its pretty much all thinking outside of the square so you probably have to trace it line by line to figure out what's going on.
Download
Subscribe to:
Post Comments (Atom)

16 comments:
Thanks, what language is this coded in?
C# right?
Its C#
Great!
when someone does fix this send me your address i will buy you a case of alcohol :P
lol, wow 2k lines of code...
So much for RAD...
Also:
HttpWebRequest myHttpWebRequest = (HttpWebRequest)WebRequest.Create("http://www.wc3banlist.de/iptc.php?addr=" + ip);
myHttpWebRequest.UserAgent = "Mozilla/3.0 (compatible; Indy Library)";
WebResponse myHttpWebResponse = myHttpWebRequest.GetResponse();
StreamReader streamRead = new StreamReader(myHttpWebResponse.GetResponseStream());
Cheating much? =p
While it's not the same as the quality VT DR, there's a lightweight DR available here: http://forums.boredaussie.com/viewtopic.php?t=36264
(Though it's not written in fail c# =p).
can u make a new dr for new patch? the patch wont allow dr :(
when y try to download W3ER 1.8.3.1 on EASYSHARE i see 0.0MB and i have to wait 500 sec -_- , but nvr download ..
W3DR 1.8.3.0 doesn't work with warcraft 1.24c , constantly crash (fatal error)
Im gonna get one that actually works
Could you make available the source for Window Mouse Capturer too please? It's pretty much the best mouse capturer program out there, minimalistic, fully functional and works absolutely perfectly! It would be interesting to see how it works(although I can't code C#, it will be nice to take a look=). Thanks!
Out of interest, why would you obfuscate the compiled version so heavily only to release the source?
http://tinyurl.com/24lrx4m
I'm going to continue this..
thanks for giving the source code.
I'm going to notify you guys when i already have good news.
Would be nice if this could get updated....
I try building this in visual c# 2008 and dr doesn't recognise wc3 being open.
Do I have to build with 2005 because it said the project was made with an older version of visual c#
Post a Comment