PDA

View Full Version : Help finding Nametags Address (v1.5)


jettic
20th July 2009, 03:49
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 :\

hangover_
20th July 2009, 23:19
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. :P

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.

BlackDove
21st July 2009, 05:04
May I ask how you intend to use binkw32.dll?

hangover_
21st July 2009, 20:03
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."

BlackDove
22nd July 2009, 04:58
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?

jettic
22nd July 2009, 22:27
When i set breakpoints the game crashes, that's the problem.

hangover_
23rd July 2009, 14:07
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?

BlackDove
23rd July 2009, 18:08
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?

jettic
24th July 2009, 01:08
Did that already. Could my steam version of cod cause the problems?

hangover_
24th July 2009, 01:11
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