many changes

fix several offsets for 2.7
partialy rename functions
fix il2cpp api
disable Il2CppPatternScanner
This commit is contained in:
CallowBlack
2022-05-29 22:51:08 +03:00
parent 45146d71be
commit 0a1bbf64f6
32 changed files with 1934 additions and 1808 deletions

View File

@ -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);
}
}