Page 1 of 1

How do you make trainers for il2cpp Games

Posted: Sun Apr 03, 2022 3:59 pm
by jjc1228
Good morning, Evening,

I am trying to create an trainer in C# with Memory.dll. You need to select a target process for example EasyRed2.exe. But the games base address for pointers doesnt include the .exe it only includes the GameAssembly.dll(il2cpp)

How would you target this pointer when building a trainer in C#?