mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-01-09 10:58:59 +08:00
fix Alt God Mode crash
This commit is contained in:
parent
ad166eea2d
commit
ce1e1338d2
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"game_version": "2.7",
|
"game_version": "2.8",
|
||||||
"modules": {
|
"modules": {
|
||||||
"UnityPlayer.dll": {
|
"UnityPlayer.dll": {
|
||||||
"checksum": 17900298344514688789,
|
"checksum": 0,
|
||||||
"timestamp": 132967628640000000
|
"timestamp": 0
|
||||||
},
|
},
|
||||||
"UserAssembly.dll": {
|
"UserAssembly.dll": {
|
||||||
"checksum": 7306786341503590701,
|
"checksum": 0,
|
||||||
"timestamp": 132967628640000000
|
"timestamp": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -11874,23 +11874,24 @@ namespace app {
|
|||||||
struct MoleMole_Config_ConfigAbilityModifier__Fields fields;
|
struct MoleMole_Config_ConfigAbilityModifier__Fields fields;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct __declspec(align(8)) HKMHAGBLLMK__Fields {
|
struct __declspec(align(8)) MoleMole_BaseActorActionContext__Fields {
|
||||||
struct MoleMole_BaseAbilityMixin__Array* JGLDNAPGGGC;
|
struct MoleMole_BaseAbilityMixin__Array* instancedMixins;
|
||||||
struct List_1_System_ValueTuple_2__1* JFLGBBBFBLF;
|
struct List_1_UniRx_Tuple_2__1* _attachedPatternIndices;
|
||||||
struct List_1_System_ValueTuple_2__2* EFOPNOEMFBI;
|
struct List_1_UniRx_Tuple_2__2* _attachedResistanceBuffDebuffs;
|
||||||
struct List_1_MoleMole_Config_ConfigAbilityAction__1* PGICFJEDMAE;
|
struct List_1_MoleMole_Config_ConfigAbilityAction__1* _attachedAbilityActions;
|
||||||
struct List_1_System_ValueTuple_3__1* CGBNAMBLDOE;
|
struct List_1_UniRx_Tuple_3__1* _attachedElementTypeResistance;
|
||||||
struct IList_1_MoleMole_BaseAbilityMixin_* LOGOJNMHLIF;
|
struct IList_1_MoleMole_BaseAbilityMixin_* _tickMixins;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct MoleMole_ActorModifier__Fields {
|
struct MoleMole_ActorModifier__Fields {
|
||||||
HKMHAGBLLMK__Fields _;
|
struct MoleMole_BaseActorActionContext__Fields _;
|
||||||
struct MoleMole_ActorAbility* parentAbility;
|
struct MoleMole_ActorAbility* parentAbility;
|
||||||
uint32_t parentAbilityInstanceID;
|
uint32_t parentAbilityInstanceID;
|
||||||
struct MoleMole_Config_ConfigAbility* _parentAbilityConfig;
|
struct MoleMole_Config_ConfigAbility* _parentAbilityConfig;
|
||||||
uint32_t parentAbilityEntityID;
|
uint32_t parentAbilityEntityID;
|
||||||
uint32_t _applyEntityId_k__BackingField;
|
uint32_t _applyEntityId_k__BackingField;
|
||||||
struct MoleMole_LCAbility* owner;
|
struct MoleMole_LCAbility* owner;
|
||||||
|
struct Action* ADBOKMOBNAN;
|
||||||
struct MoleMole_Config_ConfigAbilityModifier* _config;
|
struct MoleMole_Config_ConfigAbilityModifier* _config;
|
||||||
struct Dictionary_2_MoleMole_EncryptedString_System_Int32_* stackIndices;
|
struct Dictionary_2_MoleMole_EncryptedString_System_Int32_* stackIndices;
|
||||||
int32_t _parentOwnedIx;
|
int32_t _parentOwnedIx;
|
||||||
@ -11901,17 +11902,17 @@ namespace app {
|
|||||||
bool attachedModifierIsServerBuff;
|
bool attachedModifierIsServerBuff;
|
||||||
int32_t attachedModifierNameHash;
|
int32_t attachedModifierNameHash;
|
||||||
bool isAttachedParentAbility;
|
bool isAttachedParentAbility;
|
||||||
bool PBDIKHPKHLF;
|
bool GDKHIMOECNI;
|
||||||
struct Action_1_MoleMole_ActorModifier_* onDetached;
|
struct Action_1_MoleMole_ActorModifier_* onDetached;
|
||||||
uint32_t serverBuffUid;
|
uint32_t serverBuffUid;
|
||||||
struct Action_1_Nullable_1_Single_* onDurabilityEmpty;
|
struct Action_2_Nullable_1_Single_Single_* onDurabilityEmpty;
|
||||||
bool _isValid_k__BackingField;
|
bool _isValid_k__BackingField;
|
||||||
uint64_t _modifierStartTime_k__BackingField;
|
uint64_t _modifierStartTime_k__BackingField;
|
||||||
bool isModifierInvalidByServer;
|
bool isModifierInvalidByServer;
|
||||||
bool hasAddedAbilityState;
|
bool hasAddedAbilityState;
|
||||||
float thinkInterval;
|
float thinkInterval;
|
||||||
float reduceElementRatio;
|
float reduceElementRatio;
|
||||||
float PHKNIPMALFB;
|
float JCCKKCLDNLF;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct MoleMole_ActorModifier {
|
struct MoleMole_ActorModifier {
|
||||||
|
@ -93,7 +93,6 @@ namespace cheat
|
|||||||
FEAT_INST(KillAura),
|
FEAT_INST(KillAura),
|
||||||
FEAT_INST(MobVacuum),
|
FEAT_INST(MobVacuum),
|
||||||
FEAT_INST(FakeTime),
|
FEAT_INST(FakeTime),
|
||||||
|
|
||||||
|
|
||||||
FEAT_INST(ChestTeleport),
|
FEAT_INST(ChestTeleport),
|
||||||
FEAT_INST(OculiTeleport),
|
FEAT_INST(OculiTeleport),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user