• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Addon d3d9.dll source
#1
Hi
admin's is it possible i have Addon d3d9.dll source ?!
Thank you.
#2
That .dll file is just the normal d3d file with a call added to the addon.dll so it loads, afaik.
[Image: MaEIQ.png]
#3
Thank you but i need the source because i cant decompile that!!
#4
why would you like to decompile it?
ask microsoft for the source code....

d3d9.dll is just used to auto inject
#5
ohhh
How do that ?! normal d3d file with a call added to the addon.dl
#6
Buy addon source from @zxz0O0 or @Cyanide ( i forgot )
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
#7
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;
}
#8
he wants to make the addon work with 4d1 , i guess.
#9
(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
#10
Well, This thread is going nowhere.


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] Windows 8.1 Fix for MW3 Server Addon master131 16 16,983 09-29-2014, 23:08
Last Post: SuperNovaAO
Brick [Release] MW3 Server Administration Addon iRoNinja 5 8,535 11-10-2013, 15:46
Last Post: Casper
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 3,869 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,282 11-08-2013, 05:25
Last Post: [HARD] Tony.
  Hosting With Addon obliviron 9 6,805 11-04-2013, 22:13
Last Post: d0h!
  [Request] d3d9.dll on Windows 8 DePa95 4 5,271 10-30-2013, 18:33
Last Post: Creased
  [Request] Health and Points on hud source robinvm 7 5,130 10-27-2013, 08:23
Last Post: robinvm
  Issue with server addon and NAT dimitrifrom31 3 4,639 10-08-2013, 18:11
Last Post: iRoNinja
  [Release] CS addon for MW2(Sounds,show damage) Fl0w_.JACKDAN 1 4,373 09-29-2013, 19:46
Last Post: Nekochan
  [Release] [SOURCE] DOOR V2.0 [HARD] Tony. 5 4,961 09-26-2013, 14:01
Last Post: Nekochan

Forum Jump:


Users browsing this thread: 1 Guest(s)