Tutorial [Discontinued] Android mod menu template for il2cpp and native games

Code:
2021-02-13 11:41:39.235 1486-5905/? W/ActivityManager: Unable to start service Intent { cmp=asia.virtualrealms.warhammerodyssey/uk.lgl.modmenu.FloatingModMenuService } U=0: not found

I checked the folder it is clearly in said location...
 
[QUOTE = "TheLGL, сообщение: 1198505, участник: 832058"]
Вы установили последнюю версию NDK?
[/ ЦИТИРОВАТЬ] привет помогите плиз
Взаимодействие с другими людьми
 
Game stopped if I change the lib name from MyLibName to libPMT. But the mod menu and hooking works with the original lib name.

Any idea?
 
There are several places in which you change lib's name. Make sure the name coincides.
Yeah, I've change the lib name in two places. Application.mk (I forgot or Android.mk) and on MainActivity.java.

I figured it out tho, I changed it to "PMT" instead of "libPMT". I don't know why It'll got stopped when I used a name with 'lib'. Thanks for your help, also!
 
Yeah, I've change the lib name in two places. Application.mk (I forgot or Android.mk) and on MainActivity.java.

I figured it out tho, I changed it to "PMT" instead of "libPMT". I don't know why It'll got stopped when I used a name with 'lib'. Thanks for your help, also!
the system automatically name it libPMT.so, so no need to add "lib". Otherwise, your lib would be named "liblibPMT.so" lul
 
de XP, e onde eu colWhere do I find the codes to activate the XP type mod menu, and where do I put this code to activate?oco esse código pra ativar?
 
Can anybody tell me how to add offsets and hex in mod menu
Take a look and explore here on platinmods since we have a lot of tutorials and modders to help you with modding.

But anyway, I'll give you a link to start with (best for newbies who wants a video tutorial):
 
Take a look and explore here on platinmods since we have a lot of tutorials and modders to help you with modding.

But anyway, I'll give you a link to start with (best for newbies who wants video tutorial):
I know this things but I dont know how offsets and hex are use in mod menu and ho to add them in mod menu
 
[QUOTE = "LEIIKUN, postagem: 2166968, membro: 642489"]
Dê uma olhada e explore aqui no platinmods, pois temos muitos tutoriais e modders para ajudá-lo com o modding.

De qualquer forma, darei a você um link para começar (melhor para iniciantes que desejam um tutorial em vídeo):
[URL unfurl = "true"] Hooking Tutorial {LGL Mod Menu Part II} (With video Tutorial) - Platinmods.com - Android & iOS MODs, Mobile Games & Apps [/ URL]
[/CITAR]
Sou iniciante, fiz tudo certinho nesse tutorial, mas no final da sobreposição do mod menu, não deu certo, fiz tudo certo e nada.
 

Attachments

  • among.png
    among.png
    126.2 KB · Views: 232
  • code.png
    code.png
    171.9 KB · Views: 241
[QUOTE = "LEIIKUN, postagem: 2166968, membro: 642489"]
Dê uma olhada e explore aqui no platinmods, pois temos muitos tutoriais e modders para ajudá-lo com o modding.

De qualquer forma, darei a você um link para começar (melhor para iniciantes que desejam um tutorial em vídeo):
[URL unfurl = "true"] Hooking Tutorial {LGL Mod Menu Part II} (With video Tutorial) - Platinmods.com - Android & iOS MODs, Mobile Games & Apps [/ URL]
[/CITAR]
Sou iniciante, fiz tudo certinho nesse tutorial, mas no final da sobreposição do mod menu, não deu certo, fiz tudo certo e nada.
There is an another code for implementing overlay. Did you check it?
 
Back
Top Bottom