ItsMods

Full Version: Addon d3d9.dll source
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi
admin's is it possible i have Addon d3d9.dll source ?!
Thank you.
That .dll file is just the normal d3d file with a call added to the addon.dll so it loads, afaik.
Thank you but i need the source because i cant decompile that!!
why would you like to decompile it?
ask microsoft for the source code....

d3d9.dll is just used to auto inject
ohhh
How do that ?! normal d3d file with a call added to the addon.dl
Buy addon source from @zxz0O0 or @Cyanide ( i forgot )
raminr google helps btw Wink

i have still no idea what you are asking for but thats what ive found:

Code:
#include <windows.h>

BOOL APIENTRY DllMain(HINSTANCE hInst, DWORD dwReason, LPVOID lpvReserved)
{
  if (dwReason == DLL_PROCESS_ATTACH)
  {
   LoadLibraryA("random.dll");
   LoadLibraryA("C:\\WINDOWS\\System32\\d3d9.dll");
  }
  return 1;
}
he wants to make the addon work with 4d1 , i guess.
(09-24-2012, 19:09)OzonE Wrote: [ -> ]he wants to make the addon work with 4d1 , i guess.

khaili tizi ha Smile

maybe Big Grin
Well, This thread is going nowhere.
Pages: 1 2