You are viewing our Forum Archives. To view or take place in current topics click here.

Did you find this useful ?

Yes
68.75% (11 votes)
No
6.25% (1 vote)
Dont care im a leech
25.00% (4 votes)

Total Votes: 16

How to patch a mw2 dll
Posted:

How to patch a mw2 dllPosted:

Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
I have seen people wanting to know how to patch there mw2 dll's so i am going to tell you step by step on how to do this.


    Step 1 : Download this folder it has allready got xepatcher and xex tool in here
    [ Register or Signin to view external links. ] and extract it to any where you want

    Step 2 : open the folder and put your own .dll and default_mp.xex in there

    Step 3 : Hold the "SHIFT" key and then "RIGHT Click on your mouse" the list that come up if you done it right "http://gyazo.com/afbccea32569aa345f9fd9c9496d6eda"

    Step 4 : Go down to where it says "Open command window here" and click on it (it might be called something different for you but that is what mine is called) now you should get something like this pop up "http://gyazo.com/9cce25415a159214d4f3d88b6416ef6c"

    Step 5 : copy this code and past it into the command prompt (tis is what you opened in step 4)
    xepatcher -p patch.s -x default_mp.xex
    now hit enter now this should start happening and if you done it right you should get this "http://gyazo.com/ab596d6e3bc64927d0b4e0a301abf7b0"

NOW IF YOU WANT TO CHANE YOUR .DLL NAME YOU WILL DO THESE STEPS BEFORE THE ONES ABOVE


    STEP 1 : open the Patch file that is in the xepacther folder and change this line
     original line off code (   .string "game:\\dll_load.dll"
       .align 2) TO name your .dll to what you want change it to this (   .string "game:\\Your dll_name_here.dll"
       .align 1)
    then save that then right click your dll and rename it to what ever you named it in the patch file i named mine
    Your dll_name_here.dll so what i would rename my dll to is Your dll_name_here.dll this

    Hope this helped people who are wanting to do this there self


Last edited by Nissan ; edited 2 times in total

The following 3 users thanked Nissan for this useful post:

Hi52utoday (04-08-2013), The-Rev (04-08-2013), Brutus124 (04-08-2013)
#2. Posted:
Rgh-Xp-Lobby
  • Wise One
Status: Offline
Joined: Jan 27, 201311Year Member
Posts: 562
Reputation Power: 24
Status: Offline
Joined: Jan 27, 201311Year Member
Posts: 562
Reputation Power: 24
thanks man i got it !!!!!!!!!!!!!!!!!!



thanks
#3. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Rgh-Xp-Lobby wrote thanks man i got it !!!!!!!!!!!!!!!!!!



thanks

no problem happy to help
#4. Posted:
Hi52utoday
  • New Member
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 21
Reputation Power: 0
Status: Offline
Joined: Dec 16, 201013Year Member
Posts: 21
Reputation Power: 0
Great tutorial, quick and easy to understand! Just what I'v been looking for.
#5. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Hi52utoday wrote Great tutorial, quick and easy to understand! Just what I'v been looking for.

thank i am glad to see i helped
#6. Posted:
Qrematic
  • Junior Member
Status: Offline
Joined: Mar 26, 201311Year Member
Posts: 68
Reputation Power: 2
Status: Offline
Joined: Mar 26, 201311Year Member
Posts: 68
Reputation Power: 2
RGHJTAGZ wrote
I have seen people wanting to know how to patch there mw2 dll's so i am going to tell you step by step on how to do this.


    Step 1 : Download this folder it has allready got xepatcher and xex tool in here
    [ Register or Signin to view external links. ] and extract it to any where you want

    Step 2 : open the folder and put your own .dll and default_mp.xex in there

    Step 3 : Hold the "SHIFT" key and then "RIGHT Click on your mouse" the list that come up if you done it right "http://gyazo.com/afbccea32569aa345f9fd9c9496d6eda"

    Step 4 : Go down to where it says "Open command window here" and click on it (it might be called something different for you but that is what mine is called) now you should get something like this pop up "http://gyazo.com/9cce25415a159214d4f3d88b6416ef6c"

    Step 5 : copy this code and past it into the command prompt (tis is what you opened in step 4)
    xepatcher -p patch.s -x default_mp.xex
    now hit enter now this should start happening and if you done it right you should get this "http://gyazo.com/ab596d6e3bc64927d0b4e0a301abf7b0"

NOW IF YOU WANT TO CHANE YOUR .DLL NAME YOU WILL DO THESE STEPS BEFORE THE ONES ABOVE


    STEP 1 : open the Patch file that is in the xepacther folder and change this line
     original line off code (   .string "game:\\dll_load.dll"
       .align 2) TO name your .dll to what you want change it to this (   .string "game:\\Your dll_name_here.dll"
       .align 1)
    then save that then right click your dll and rename it to what ever you named it in the patch file i named mine
    Your dll_name_here.dll so what i would rename my dll to is Your dll_name_here.dll this

    Hope this helped people who are wanting to do this there self

It says "'xepatcher' is not recognized as a internal or external command, operable program, or batch file."
#7. Posted:
JordanH4X
  • Junior Member
Status: Offline
Joined: Mar 31, 201311Year Member
Posts: 55
Reputation Power: 2
Status: Offline
Joined: Mar 31, 201311Year Member
Posts: 55
Reputation Power: 2
Thanks for this, it will help a lot of people

Deserves a sticky:)
#8. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Qrematic wrote
RGHJTAGZ wrote
I have seen people wanting to know how to patch there mw2 dll's so i am going to tell you step by step on how to do this.


    Step 1 : Download this folder it has allready got xepatcher and xex tool in here
    [ Register or Signin to view external links. ] and extract it to any where you want

    Step 2 : open the folder and put your own .dll and default_mp.xex in there

    Step 3 : Hold the "SHIFT" key and then "RIGHT Click on your mouse" the list that come up if you done it right "http://gyazo.com/afbccea32569aa345f9fd9c9496d6eda"

    Step 4 : Go down to where it says "Open command window here" and click on it (it might be called something different for you but that is what mine is called) now you should get something like this pop up "http://gyazo.com/9cce25415a159214d4f3d88b6416ef6c"

    Step 5 : copy this code and past it into the command prompt (tis is what you opened in step 4)
    xepatcher -p patch.s -x default_mp.xex
    now hit enter now this should start happening and if you done it right you should get this "http://gyazo.com/ab596d6e3bc64927d0b4e0a301abf7b0"

NOW IF YOU WANT TO CHANE YOUR .DLL NAME YOU WILL DO THESE STEPS BEFORE THE ONES ABOVE


    STEP 1 : open the Patch file that is in the xepacther folder and change this line
     original line off code (   .string "game:\\dll_load.dll"
       .align 2) TO name your .dll to what you want change it to this (   .string "game:\\Your dll_name_here.dll"
       .align 1)
    then save that then right click your dll and rename it to what ever you named it in the patch file i named mine
    Your dll_name_here.dll so what i would rename my dll to is Your dll_name_here.dll this

    Hope this helped people who are wanting to do this there self

It says "'xepatcher' is not recognized as a internal or external command, operable program, or batch file."

take a screenshot and link me to it to i can see
#9. Posted:
Nissan
  • Ultra Gifter
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Status: Offline
Joined: Sep 20, 201211Year Member
Posts: 2,136
Reputation Power: 312
Qrematic wrote
RGHJTAGZ wrote
I have seen people wanting to know how to patch there mw2 dll's so i am going to tell you step by step on how to do this.


    Step 1 : Download this folder it has allready got xepatcher and xex tool in here
    [ Register or Signin to view external links. ] and extract it to any where you want

    Step 2 : open the folder and put your own .dll and default_mp.xex in there

    Step 3 : Hold the "SHIFT" key and then "RIGHT Click on your mouse" the list that come up if you done it right "http://gyazo.com/afbccea32569aa345f9fd9c9496d6eda"

    Step 4 : Go down to where it says "Open command window here" and click on it (it might be called something different for you but that is what mine is called) now you should get something like this pop up "http://gyazo.com/9cce25415a159214d4f3d88b6416ef6c"

    Step 5 : copy this code and past it into the command prompt (tis is what you opened in step 4)
    xepatcher -p patch.s -x default_mp.xex
    now hit enter now this should start happening and if you done it right you should get this "http://gyazo.com/ab596d6e3bc64927d0b4e0a301abf7b0"

NOW IF YOU WANT TO CHANE YOUR .DLL NAME YOU WILL DO THESE STEPS BEFORE THE ONES ABOVE


    STEP 1 : open the Patch file that is in the xepacther folder and change this line
     original line off code (   .string "game:\\dll_load.dll"
       .align 2) TO name your .dll to what you want change it to this (   .string "game:\\Your dll_name_here.dll"
       .align 1)
    then save that then right click your dll and rename it to what ever you named it in the patch file i named mine
    Your dll_name_here.dll so what i would rename my dll to is Your dll_name_here.dll this

    Hope this helped people who are wanting to do this there self

It says "'xepatcher' is not recognized as a internal or external command, operable program, or batch file."

right i know now what you have done you have created a shortcut of your cmd and put it in the xepatcher folder and not followed wht i said to do go back through the steps and what i tell you to do in there
#10. Posted:
Qrematic
  • Junior Member
Status: Offline
Joined: Mar 26, 201311Year Member
Posts: 68
Reputation Power: 2
Status: Offline
Joined: Mar 26, 201311Year Member
Posts: 68
Reputation Power: 2
RGHJTAGZ wrote
Qrematic wrote
RGHJTAGZ wrote
I have seen people wanting to know how to patch there mw2 dll's so i am going to tell you step by step on how to do this.


    Step 1 : Download this folder it has allready got xepatcher and xex tool in here
    [ Register or Signin to view external links. ] and extract it to any where you want

    Step 2 : open the folder and put your own .dll and default_mp.xex in there

    Step 3 : Hold the "SHIFT" key and then "RIGHT Click on your mouse" the list that come up if you done it right "http://gyazo.com/afbccea32569aa345f9fd9c9496d6eda"

    Step 4 : Go down to where it says "Open command window here" and click on it (it might be called something different for you but that is what mine is called) now you should get something like this pop up "http://gyazo.com/9cce25415a159214d4f3d88b6416ef6c"

    Step 5 : copy this code and past it into the command prompt (tis is what you opened in step 4)
    xepatcher -p patch.s -x default_mp.xex
    now hit enter now this should start happening and if you done it right you should get this "http://gyazo.com/ab596d6e3bc64927d0b4e0a301abf7b0"

NOW IF YOU WANT TO CHANE YOUR .DLL NAME YOU WILL DO THESE STEPS BEFORE THE ONES ABOVE


    STEP 1 : open the Patch file that is in the xepacther folder and change this line
     original line off code (   .string "game:\\dll_load.dll"
       .align 2) TO name your .dll to what you want change it to this (   .string "game:\\Your dll_name_here.dll"
       .align 1)
    then save that then right click your dll and rename it to what ever you named it in the patch file i named mine
    Your dll_name_here.dll so what i would rename my dll to is Your dll_name_here.dll this

    Hope this helped people who are wanting to do this there self

It says "'xepatcher' is not recognized as a internal or external command, operable program, or batch file."

right i know now what you have done you have created a shortcut of your cmd and put it in the xepatcher folder and not followed wht i said to do go back through the steps and what i tell you to do in there

I did what it said. I don't have a shortcut of cmd, and everything is fresh.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.