mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-09-20 12:36:02 +08:00
many changes
fix several offsets for 2.7 partialy rename functions fix il2cpp api disable Il2CppPatternScanner
This commit is contained in:
@ -127,7 +127,7 @@ namespace cheat
|
||||
|
||||
static uint32_t _lastUserID = 0;
|
||||
|
||||
auto playerModule = GET_SINGLETON(PlayerModule);
|
||||
auto playerModule = GET_SINGLETON(MoleMole_PlayerModule);
|
||||
if (playerModule == nullptr || playerModule->fields._accountData_k__BackingField == nullptr)
|
||||
return;
|
||||
|
||||
@ -158,7 +158,7 @@ namespace cheat
|
||||
static void InstallEventHooks()
|
||||
{
|
||||
HookManager::install(app::GameManager_Update, GameManager_Update_Hook);
|
||||
HookManager::install(app::LevelSyncCombatPlugin_RequestSceneEntityMoveReq, LevelSyncCombatPlugin_RequestSceneEntityMoveReq_Hook);
|
||||
HookManager::install(app::MoleMole_LevelSyncCombatPlugin_RequestSceneEntityMoveReq, LevelSyncCombatPlugin_RequestSceneEntityMoveReq_Hook);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user