add: SetRank and fix: crash

This commit is contained in:
ALittlePatate
2022-10-01 13:47:20 +02:00
parent 45d39d6e64
commit a61b2eb18c
8 changed files with 46 additions and 11 deletions

View File

@@ -57,6 +57,8 @@ DWORD WINAPI Main() {
return false;
}
CreateHooks();
print("[+] Created hooks\n");
IL2CPP::Callback::Initialize();
IL2CPP::Callback::OnUpdate::Add(OnUpdate);