Aragon12UC / IL2CPPUniversalSpeed

Universall IL2CPP speedhack using IL2CPP's exports.
24 stars 6 forks source link

Possible Changes #3

Closed mateokladaric closed 3 months ago

mateokladaric commented 3 months ago

Wondering if the could get switch on to a different thing like SceneManager, to load a scene by command.

Il2CppImage* unityCore = il2cpp_domain_assembly_open(domain, "UnityEngine.CoreModule")->image; Il2CppClass* timeClass = il2cpp_class_from_name(unityCore, "UnityEngine", "SceneManager"); This finds nothing I'm guessing I missed something

mateokladaric commented 3 months ago

Nvm just gotta change class_from_name's name from "UnityEngine" to "UnityEngine.SceneManagement"