I have this address for tibia 10.41, and want update it to tibia 10.71

How i can find this on client? thanks

const DWORD baseAddress = (DWORD) GetModuleHandle(NULL);

// 10.41
const DWORD hWnd = baseAddress + 0x3CD368;
const DWORD RecvStream = baseAddress + 0x5F67DC;
const DWORD GetNextPacketCall = baseAddress + 0x73F37;
const DWORD ptrDialog = baseAddress + 0x3CDA10;