PDA

View Full Version : Create hacks in VC++ 2008 using Windows Forms Application?



willyke
12-26-2007, 03:21 AM
I'm wondering if someone has managed to do this. I have been trying to find solutions like hell how to hook the WarRock process to my hack but I haven't been very succesful.

Is it even possible without MFC?

I hope someone could answer this question for me :)

Thank you.

Dxt-Credzis
12-29-2007, 11:07 AM
Well, first, there is diffirent about coding in vs2003 and 2008..
but, ok...
Your question,

Can u do it without MFC ?

Yes u can.

Take a look at WinMain() function (http://msdn2.microsoft.com/en-us/library/ms633559.aspx)