I will take a look :))Sketchware in playstore
![]()
SKETCHWARE - CREATE YOUR OWN APPS - Apps on Google Play
Create native Android apps on your smartphone. Main Features: - Block programming similar to Scratch from MIT - Visual Drag & Drop Integrated development environment (IDE) - Automatically translated source code (Java and XML) - Compile and build install files on your phone (APK file) - Fully...play.google.com
feature2 = !feature2; in your Changes method@TheLGL
Hello, I have a huge doubt! How to start this function when clicking the button? I've tried and so far it doesn't work.
C++:bool (*old_get_IsInvincible)(void *instance); bool get_IsInvincible(void *instance) { if (instance != NULL && feature2) { LOGI("get_IsInvincible God Mod"); return true; } //LOGI("get_IsInvincible"); return old_get_IsInvincible(instance); }
You need to provide a logcat for anyone to help.I added mod menu and i got crash when
I join the game sometimes white screen
How to fix free fire
What does logcat show?what to do if the image does not display correctly please
shows nothingThank you for creating and sharing this.
What does logcat show?
It should; it even reports how did the installation process go. Showing nothing means there's issues with Android Studio or the debugging process itself.shows nothing
Maybe just the emulator or the icons. I sometimes have this issue when I use LD player.what to do if the image does not display correctly please
Did you put the same name on the lib?Need a little help here ....
I want to load this toast from main.cpp when game starts.
View attachment 240914
thats why I made a call on FloatingModMenuService.java
View attachment 240915
but now the app (Floating Mod Menu) is crashing when testing. What I am doing wrong or what else I need to do ?
Sorry where ? ?Did you put the same name on the lib?
Yeah I named it Gourovirus. And I usually use this Template but without the toast. Today I wanted use the toast and Did what I show up there but the game is crashing. Well I used the toast call on "on Touch" method too and its working as intended (showing toast when clicking the icon). But don't know why its crashing while I am using on onCreate.
Need a little help here ....
I want to load this toast from main.cpp when game starts.
View attachment 240914
thats why I made a call on FloatingModMenuService.java
View attachment 240915
but now the app (Floating Mod Menu) is crashing when testing. What I am doing wrong or what else I need to do ?
Yeah I named it Gourovirus. And I usually use this Template but without the toast. Today I wanted use the toast and Did what I show up there but the game is crashing. Well I used the toast call on "on Touch" method too and its working as intended (showing toast when clicking the icon). But don't know why its crashing while I am using on onCreate.
If I try to use the inbuilt toast, the menu crashes.
Logcat displays the following error:
java.lang.UnsatisfiedLinkError: No implementation found for java.lang.String uk.lgl.modmenu.FloatingModMenuService.Toast()
at uk.lgl.modmenu.FloatingModMenuService.Toast(Native Method)
at uk.lgl.modmenu.FloatingModMenuService.onCreate(FloatingModMenuService.java:128)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3194)
at android.app.ActivityThread.-wrap5(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1570)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6138)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:893)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:783)