Jump to content

How to hack Unity Games | il2cpp resolver [ Level: Beginner ]


31 posts in this topic

Recommended Posts

Posted

Great work man this really makes it a lot easier. But I think since the resolver update, code changed a little or is it just me?

Posted (edited)
On 12/11/2024 at 11:18 AM, Tentiix said:

Great work man this really makes it a lot easier. But I think since the resolver update, code changed a little or is it just me?

not just you! its been months now since it was posted, i tried this today and this is what I get when trying to make in theos

 

/Users/surfway/Cheat/Patches.h:30:5: error: use of undeclared identifier 'Il2CppAttach'

    Il2CppAttach();

    ^

/Users/surfway/Cheat/Patches.h:32:5: error: use of undeclared identifier 'Il2CppMethod'

    Il2CppMethod AsmMethod("Assembly-CSharp.dll");

    ^

/Users/surfway/Cheat/Patches.h:34:47: error: use of undeclared identifier 'AsmMethod'

    offset::CharacterMotor::CheckSideImpact = AsmMethod.getClass("SYBO.RunnerCore.Character", "CharacterMotor").getMethod("CheckSideImpact", 1);

                                            

can't find AsmMethod or il2CppMethod or il2CppAttach, 

Updated by Chris Owen
Posted
4 hours ago, Chris Owen said:

not just you! its been months now since it was posted, i tried this today and this is what I get when trying to make in theos

 

/Users/surfway/Cheat/Patches.h:30:5: error: use of undeclared identifier 'Il2CppAttach'

    Il2CppAttach();

    ^

/Users/surfway/Cheat/Patches.h:32:5: error: use of undeclared identifier 'Il2CppMethod'

    Il2CppMethod AsmMethod("Assembly-CSharp.dll");

    ^

/Users/surfway/Cheat/Patches.h:34:47: error: use of undeclared identifier 'AsmMethod'

    offset::CharacterMotor::CheckSideImpact = AsmMethod.getClass("SYBO.RunnerCore.Character", "CharacterMotor").getMethod("CheckSideImpact", 1);

                                            

can't find AsmMethod or il2CppMethod or il2CppAttach, 

download the il2cpp.h file and put it in the Cheat folder !

  • Thanks 1
Posted
On 12/11/2024 at 12:18 PM, Tentiix said:

Great work man this really makes it a lot easier. But I think since the resolver update, code changed a little or is it just me?

 

8 hours ago, Chris Owen said:

not just you! its been months now since it was posted, i tried this today and this is what I get when trying to make in theos

 

/Users/surfway/Cheat/Patches.h:30:5: error: use of undeclared identifier 'Il2CppAttach'

    Il2CppAttach();

    ^

/Users/surfway/Cheat/Patches.h:32:5: error: use of undeclared identifier 'Il2CppMethod'

    Il2CppMethod AsmMethod("Assembly-CSharp.dll");

    ^

/Users/surfway/Cheat/Patches.h:34:47: error: use of undeclared identifier 'AsmMethod'

    offset::CharacterMotor::CheckSideImpact = AsmMethod.getClass("SYBO.RunnerCore.Character", "CharacterMotor").getMethod("CheckSideImpact", 1);

                                            

can't find AsmMethod or il2CppMethod or il2CppAttach, 

The code has changed and improved this tutorial is about the old version of the resolver. I'll update it when I have time. Until then you can check the wiki of the new code. At https://github.com/Batchhh/IOS-Il2cppResolver/wiki

  • Like 1
  • Thanks 1
Posted
7 hours ago, batchh said:

 

The code has changed and improved this tutorial is about the old version of the resolver. I'll update it when I have time. Until then you can check the wiki of the new code. At https://github.com/Batchhh/IOS-Il2cppResolver/wiki

thanks for the clarification, i'll look at the wiki for new update. Nice work on the resolver!

 

11 hours ago, papas said:

download the il2cpp.h file and put it in the Cheat folder !

thanks for this, will include it in my files..

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines