DrNseven / Warframe

d3d9 hook x86/x64
40 stars 21 forks source link

No visual studio. How do I compile? #17

Open SLmei87 opened 7 years ago

SLmei87 commented 7 years ago

Dunno if the old file works or not, but regardless, the instructions would cost me a fortune. Visual studio is up to 500 bucks. Is there a way to compile this WITHOUT visual studio?

Or i dunno, maybe I'm just a noob and deserve to get rekt verbally. Either way I'd appreciate an answer more than being rekt, lol

P-Squiddy commented 7 years ago

VS 2017 is free for the community version

other than that, any c++ compiler can do it

SLmei87 commented 7 years ago

Thanks for helping this simple noob out ^_^;

SLmei87 commented 7 years ago

But another issue popped up. I tried to compile and it's giving me this msg. "WFDXHook.dll is not a valid Win32 application."

I've tried this with both 64bit and 32bit, and the message is the same. Am I missing something I should have on my computer to run it?

DrNseven commented 7 years ago

ignore that popup, the dll was successfully created. Visual studio tries to run dll, but can't because it's not an executable

SLmei87 commented 7 years ago

Oh... okay. But how does it inject? x.x i'm really lost here. And sorry for the hundred questions thing that I am seemingly doing. Again, I'm a total noob x.x;;

DrNseven commented 7 years ago

Inject with a dll injector into warframe.exe (not into warframe launcher) in the main menu screen. You can use this injector for example: https://www.unknowncheats.me/forum/general-programming-and-reversing/213038-extreme-injector-v3-7-a.html

SLmei87 commented 7 years ago

Thanks! ^_^ Even if this turns out to not work at all or too well, thanks for being patient with me and supplying a link and everything! Super helpful