+ Reply to Thread
Results 1 to 10 of 10

Thread: Help finding Nametags Address (v1.5)

  1. #1

    Help finding Nametags Address (v1.5)

    In theory i know how to find the nametag address, but i stuck at the very beginning.

    1. Finding the address that holds the team number

    I found 4 addresses that hold the team number:
    9B4E38
    9DE500
    A746A0
    A746A4

    I'm not sure, i think the third is the right one. But that doesn't matter atm, because here is the next problem.

    2. Finding the code that writes to it

    I tried to find the code with cheat engine and tsearch autohack, but every time i attach a debugger to the game it crashes?!

    please help
    Last edited by jettic; 20th July 2009 at 13:13.

  2. #2
    Hi,

    I've just taken a look after a long time here so I could see your topic. Believe me, tsearch and cheat engine won't help you.

    Upload somewhere your patched CoD Waw (v1.5) exe file and the: binkw32.dll (also 1.5) together. You can find them in the CoD Waw installation folder.

    Send me the link in PM or here then I will take a look in it. I haven't got CoD5 installed.

  3. #3
    Moderator & Somewhat Evil BlackDove's Avatar
    Join Date
    23rd May 2004
    Posts
    3,478
    May I ask how you intend to use binkw32.dll?

  4. #4
    Hi,

    you can't load CoDwawmp.exe properly without that .dll file.

    http://img12.imageshack.us/i/46803927.jpg/

    "The application cannot be started because the dll can't be found. Reinstalling the application may solve the problem."
    Last edited by hangover_; 21st July 2009 at 19:10. Reason: added pic

  5. #5
    Moderator & Somewhat Evil BlackDove's Avatar
    Join Date
    23rd May 2004
    Posts
    3,478
    Oh, I see. You're not attaching and running the game executable with bare minimums.

    To the OP, what are you trying to accomplish? Wouldn't it be better to find the team address then place a breakpoint to find a corresponding name tag read address?

  6. #6
    When i set breakpoints the game crashes, that's the problem.

  7. #7
    Quote Originally Posted by jettic View Post
    When i set breakpoints the game crashes, that's the problem.
    well, i am still waiting for the proper binaries. Not the steam ones. BlackDove, could you help me with this?

  8. #8
    Moderator & Somewhat Evil BlackDove's Avatar
    Join Date
    23rd May 2004
    Posts
    3,478
    hangover - check your PMs. As far as I can tell, an updated binkw32.dll was not included with the latest patch.

    jettic - disable PB by renaming folder?

  9. #9
    Did that already. Could my steam version of cod cause the problems?

  10. #10
    Hey,

    thank you.

    Nametags:

    no teams:

    0043FD49 |. 0F84 05010000 |JE CoDWaWmp.0043FE54

    teams:
    0043FD62 |. 0F85 EC000000 |JNZ CoDWaWmp.0043FE54

    showthrough walls:

    0043FD78 |. 74 23 |JE SHORT CoDWaWmp.0043FD9D


    Wallhack:

    0046013E . BA 04000000 MOV EDX,4

    change to BA 12000000 (+0x8)

    Norecoil:

    0047CD35 |. 74 10 JE SHORT CoDWaWbe.0047CD47

    to: 75 10 (jnz)

    cheat protected:

    005C37FE . 75 19 JNZ SHORT CoDWaWmp.005C3819

    to EB 19 (jmp)

    console:

    004956BE |. E8 5DC60C00 CALL CoDWaWmp.00561D20

    console 2:

    00496637 > 68 185B8500 PUSH CoDWaWmp.00855B18 ; ASCII "stoprecord"
    0049663C . 50 PUSH EAX
    0049663D . 51 PUSH ECX
    0049663E . E8 0D660C00 CALL CoDWaWmp.0055CC50
    00496643 . 83C4 0C ADD ESP,0C

    __asm
    {
    push command
    push 0
    push 0
    mov esi, 0x0055CC50
    call esi
    add esp, 0x0C
    }

    hope it's enough...

    to enable the radar just send a command to console with that compass stuff, i don't remember.

    regards,

    adam

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts