Closed cpz closed 4 years ago
UObject was changed, there updated version.
class UObject { public: char UnknownData00[0x28]; //0x0000 int InternalIndex; //0x0028 int NetIndex; //0x002C class UObject* Outer; //0x0030 struct FName Name; //0x0038 class UObject* Class; //0x0040 class UObject* ObjectArchetype; //0x0048 };
GObjects sig: 48 8B ? ? ? ? ? 48 8B 34 C8 49 8B D6 48 8B CE GNames sig: 48 89 ? ? ? ? ? 48 89 ? ? ? ? ? 48 8B ? ? ? ? ? 48 2B C1 48 83 F8 19
Finished. I'll upload up-to-date version soon.
UObject was changed, there updated version.