You are viewing our Forum Archives. To view or take place in current topics click here.
Mw3 Tu23 dll loading help
Posted:

Mw3 Tu23 dll loading helpPosted:

chrispro1994
  • Powerhouse
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 408
Reputation Power: 17
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 408
Reputation Power: 17
So I never really paid much attention to modding in Mw3 so bare with me if its a dumb question.
I updated to Tu23 fine and dandy and patched the xex with my dll as well.
The problem is whenever my dll is in the game folder it shuts off my rgh...
Some might say that its un-updated offsets, but I have nothing in my menu at all not even Dvar_GetBool_t.
Its just a plain dll that does absolutely nothing so I don't know why its causing that big of a crash.

I have a feeling its with my patch.s file, I researched and tried all possibilities, but heres mine anyways:


        .globl _start
_start:
 
.set DLLLoaderHook, 0x824F0CE8
.set LoadLibraryA, 0x824F0568
.set DLLLoaderString, 0x82000C18
.long DLLLoaderString
.long (9f-0f)/4
0:
    .string "game:\\dll_load.dll"
    .align 1
9:
 
.long DLLLoaderHook
.long (9f-0f)/4
0:
    lis %r11, DLLLoaderString@h
    ori %r3, %r11, DLLLoaderString@l
    bl (LoadLibraryA - (DLLLoaderHook + 0x8))
9:
.long 0xFFFFFFFF
 
 
#2. Posted:
Cloudz-7s
  • Challenger
Status: Offline
Joined: Oct 08, 201211Year Member
Posts: 176
Reputation Power: 6
Status: Offline
Joined: Oct 08, 201211Year Member
Posts: 176
Reputation Power: 6
I've honestly never heard of that. That's weird.
#3. Posted:
LiveActionPOOP
  • Junior Member
Status: Offline
Joined: Jan 28, 201311Year Member
Posts: 97
Reputation Power: 5
Status: Offline
Joined: Jan 28, 201311Year Member
Posts: 97
Reputation Power: 5
Dll's will never work on mw3 unless you run it as a plugin.
#4. Posted:
chrispro1994
  • Powerhouse
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 408
Reputation Power: 17
Status: Offline
Joined: Jan 03, 201113Year Member
Posts: 408
Reputation Power: 17
LiveActionPOOP wrote Dll's will never work on mw3 unless you run it as a plugin.
Can you explain more?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.