Tool ImGui Il2cpp Tool

Update v0.8

- Patcher for System.String return type
- Struct will have a gray-ish text color
- Changing field values is now possible within Object Inspector
- Improved Object Selector style
- Others
(gif below...)
View attachment 606141

NOTE
You can install the lib like normal.
if the imgui is not showing, there is a 'classes.dex' file inside the zip file that you can use. you can install it by renaming the classes.dex file , add it to the game apk, and call this in main activity instead of the method mentioned in the main thread, you sitll need to copy the libTool.so
Code:
invoke-static {p0}, Limgui/il2cpp/tool/MainActivity;->startMain(Landroid/content/Context;)V
Nice
Update v0.8

- Patcher for System.String return type
- Struct will have a gray-ish text color
- Changing field values is now possible within Object Inspector
- Improved Object Selector style
- Others
(gif below...)
View attachment 606141

NOTE
You can install the lib like normal.
if the imgui is not showing, there is a 'classes.dex' file inside the zip file that you can use. you can install it by renaming the classes.dex file , add it to the game apk, and call this in main activity instead of the method mentioned in the main thread, you sitll need to copy the libTool.so
Code:
invoke-static {p0}, Limgui/il2cpp/tool/MainActivity;->startMain(Landroid/content/Context;)V
Nice
 
@mlsmanXP
Tools working great
Thanks bro
Suggestions
I like use mouse on android and love to play games with mouse but I don't know I can't use this tools with mouse coz doesn't work. Plz can you make it.
 
Before asking about the error, I would like to express my deep gratitude for the information you have shared.
The smartphone I am using is a Galaxy Z Flip5, and the Android version is 14.
I downloaded an XAPK file named "UnderDark Defense" from the APKPure website and decompiled it using "APK Tool (Android)."
I moved the "libtool.so" file to the appropriate directory, opened the ".smali" file, and inserted the contents of "install.txt" into the onCreate method.
Then, I compiled the ".smali" file into a ".dex" format, rebuilt it into an ".apk" file, and installed it on my device.
As a result, the game launches successfully, but the function you shared does not work as expected.
How can I resolve this issue?
 
Back
Top Bottom