Help! Hooking string inside void

Neko Mage

Solid & Active Platinian
Hi, i've read the thread
But its didnt work for me, or maybe i put the wrong offset?
I have offset in some game like this
Code:
// RVA: 0x16B7020 Offset: 0x16B7020 VA: 0xB53FE020
public void PlayerSendChat(string msg, bool totalTeam, bool bRecognition = False) { }

And the update is

// RVA: 0x16B45DC Offset: 0x16B45DC VA: 0xB53FB5DC
public void Update() { }
How to hook the PlayerSendChat(monostring) and keep update with mshook?
 
Back
Top Bottom