ProjectWinterHack
ProjectWinterHack copied to clipboard
update offset
i tried to update offset with dnspy and found
{ // Token: 0x060012AC RID: 4780 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60012AC")] [Address(RVA = "0xA73C70", Offset = "0xA72470", VA = "0x180A73C70")] private void Update() { } }
so new offset for Methods::GameManager_Update is "0xA72470" right ?
i tried to update offset with dnspy and found
{ // Token: 0x060012AC RID: 4780 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60012AC")] [Address(RVA = "0xA73C70", Offset = "0xA72470", VA = "0x180A73C70")] private void Update() { } }so new offset for Methods::GameManager_Update is "0xA72470" right ?
do you fifured it out?