Neko Mage
Solid & Active Platinian
Hi, i've read the thread
platinmods.com
But its didnt work for me, or maybe i put the wrong offset?
I have offset in some game like this
How to hook the PlayerSendChat(monostring) and keep update with mshook?
How to modify Unity's Il2cpp String method's
I heard people wanted to modify strings such as Player Names, etc. It's pretty easy. First of all, create a header and call it Strings which will look like "Strings.h". Make sure to include "Strings.h" in your main.cpp files so to make sure the files inside strings are working. Paste this...

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() { }