Hello aweryone,
i have searched, but don't found a tutorial how i can found the PTC adress.
I have read that i should search for DrawnGuns 1 in the dumped CShell.dll.
I have and found this with IDA its the new EU Client, but this dosent matter
Code:
mov edx, dword_3778DF58
mov eax, [edx+208h]
push offset aDrawguns1 ; "drawguns 1"
call eax
i see that the comand "drawguns 1" is push to the stack and than is called the console function. The adress of the console is in the register eax and eax is 3778DF58+208, but this isnt the PTC adress, is it?
I am confused because all adress for the PTC are around 0x485F90 pls help me. I am not search the Value, i am search the way how i can found it alone.
EDIT: i know that i cant ask how to find addies, but i want to know why this adress isnt that from the PTC addie,
PS: the FAQ dont help...