Tutorial How to make mod menu for il2cpp and native games

TFive

Platinian
May 5, 2019
16
62
78
Thai
Thank you very much. Your template is really awesome.
I took it as the default for my soon inject tool.
 
  • Like
Reactions: TheLGL

Dhubs

Platinian
Jan 10, 2019
28
180
33
42
California
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...
 

hfhhjfggjf

Rookie
Jan 21, 2021
1
0
1
24
rbnfq
[QUOTE = "TheLGL, сообщение: 1198505, участник: 832058"]
Вы установили последнюю версию NDK?
[/ ЦИТИРОВАТЬ] привет помогите плиз
Взаимодействие с другими людьми
 

LEIIKUN

Retired Staff
Retired but loved <3
Oct 13, 2019
500
10,986
1,193
20
Davao
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?
 
  • Like
Reactions: Dhubs

LEIIKUN

Retired Staff
Retired but loved <3
Oct 13, 2019
500
10,986
1,193
20
Davao
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!
 

TheLGL

Awesome Active Platinian
Original poster
Skilled
Feb 19, 2020
156
4,201
193
UK
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
 
  • Haha
Reactions: LEIIKUN

vbgfvbvcvb

Platinian
Mar 28, 2021
13
4
3
23
Londres
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?
 

TheLGL

Awesome Active Platinian
Original poster
Skilled
Feb 19, 2020
156
4,201
193
UK
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?
Learn modding and coding. We are not teaching here since we are not the teachers ;))
 

LEIIKUN

Retired Staff
Retired but loved <3
Oct 13, 2019
500
10,986
1,193
20
Davao
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):