(10.22s) NEW OFFSETS HERE!
ggpabuk opened this issue · 5 comments
The new update (10.22) added some code Obfuscation making it more difficult to find these variables. They are there but they have randomly generated names.
I have found what I believe to be the playercontrol, but I am still working on the others.
The new update (10.22) added some code Obfuscation making it more difficult to find these variables. They are there but they have randomly generated names.
I have found what I believe to be the playercontrol, but I am still working on the others.
Thanks, please share the offstets after finding them
I tried this once, in freeplay, in Mira and it worked, but I have not done enough testing to say if this is correct.
PlayerControl: 144BB70
Ship Status: 144BB58
Player Control Get Data: 55 8B EC 80 3D FA 1B ??
I tried this once, in freeplay, in Mira and it worked, but I have not done enough testing to say if this is correct.
PlayerControl: 144BB70
Ship Status: 144BB58
Player Control Get Data: 55 8B EC 80 3D FA 1B ??
Yup, those are the same offsets I found after figuring out the obfuscation. Also to note is there is a new field in ShipStatus (I'm not sure what it does. But I had to add:
[System.Runtime.InteropServices.FieldOffset(0xD8)] public uint SomethingUnknown;
How can you figured out the obfuscation ?
Have you any reference link to learn it ? It's an interesting subject, i'd like to study it.