i see in 2.9 theres added macros .. how is it work ? is it able to hook use substrate throught kittymemory ?
yes it is .. im not see the file before actually .. as my phone broke it not showing anything when i opened .. just saw a update notice in github .. :'D .. i was see it use my friend phone ..If you had learnt c++ programming you'd be aware a macro is just a "shortcut" to make repetitive things be done faster.
Disable "keep original signature" on Apk Easy Tool
Download Android-Mod-Menu-2.9, do not use Android-Mod-Menu-masterView attachment 359211
How to fix this when build ?
There is a boolean, so you can use a switch to on / off the mod and simply call the same macroPATCH_SYM_SWITCH("_SymbolExample", "00 00 A0 E3 1E FF 2F E1", boolean);
RESTORE_SYM("_SymbolExample");
I notice these 2 on your wiki github, how do i call this switches? @TheLGL
PATCH_SYM_SWITCH("_SymbolExample", "00 00 A0 E3 1E FF 2F E1", true);
PATCH_SYM_SWITCH("_SymbolExample", "00 00 A0 E3 1E FF 2F E1", false);
Hey man, you got any tutorials or websites to learn on how to do this kind of stuff?There is a boolean, so you can use a switch to on / off the mod and simply call the same macro
Code:PATCH_SYM_SWITCH("_SymbolExample", "00 00 A0 E3 1E FF 2F E1", true); PATCH_SYM_SWITCH("_SymbolExample", "00 00 A0 E3 1E FF 2F E1", false);
RESTORE_SYM is just for another usage. If you used PATCH_SYM and want to restore later, you use RESTORE_SYM. As simple as that
And I updated the template to 3.0. Hope you enjoy!
you don't make it in Java, you make in c++, you need high experience in c++.Hey man, you got any tutorials or websites to learn on how to do this kind of stuff?
I wanna do UIs but imGUI is a pain to set up for Android, and i don't know how to make them with Java
Maybe make changes in Macros.h?I'm using version 3.2.
I'm trying to set the value dynamically but I get an error.
What's wrong?
This was fine until 2.9
View attachment 386512