This is the AMP version of this page.
If you want to load the real page instead, click this text.

Tutorial MOD Menu for il2cpp and native Android Games

Numark

Awesome Active Platinian
May 23, 2017
116
929
193
I've known. Lmao. Right now you're doing a great job. Lol
 

nik2143

Jr. PMT Modder
Staff member
Modding-Team
Jun 30, 2018
532
28,460
1,193
Italy
When I enable two toggles and then disable all toggles the mod menu restore the bytes of the second toggle and not the original bytes this not happen when I enable one toggle and then I disable it
 

Mr Ikso

Solid & Active Platinian
Original poster
Dec 6, 2017
56
132
33
Ukraine
When I enable two toggles and then disable all toggles the mod menu restore the bytes of the second toggle and not the original bytes this not happen when I enable one toggle and then I disable it
Look carefully at your c ++ code. Error there, 95% sure
 

Numark

Awesome Active Platinian
May 23, 2017
116
929
193
I understand what you mean. That's what I wrote that we need brains :). I have one game for example, but I need something more simple. Inject menu in the game business for about 10 minutes, not more.
It'd be easier if you did a tutorial with a video.
 

Mr Ikso

Solid & Active Platinian
Original poster
Dec 6, 2017
56
132
33
Ukraine
@NovqiGarrix, I know that some il2cpps have good protection against changes. It’s not difficult to do what you ask, but you need more than I do while I’m doing another thing, I can’t give you a link, it can be regarded as an advertisement.
 
Reactions: dartangnham

NovqiGarrix

Platinian
Jul 10, 2019
6
0
1
26
Indonesia
Ok bro Thank You,
We can private chat bro? In Telegram?
@officialNovqi_Garrix,Thats my Telegram Username, I hope U chat Me, Thanks
 

PH1P

Platinian
Jun 7, 2018
15
0
3
N.America
<application android:allowBackup="true" android:icon="@mipmap/app_icon" android:isGame="true" android:label="@string/app_name" android:roundIcon="@mipmap/app_icon_round" android:supportsRtl="true" android:theme="@style/UnityThemeSelector" android:usesCleartextTraffic="true">
<activity android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:hardwareAccelerated="false" android:label="@string/app_name" android:launchMode="singleTask" android:name="com.unity3d.player.UnityPlayerActivity" android:screenOrientation="sensorLandscape">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<action android:name="valhalla.survival.craft.z.StartApp"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.LEANBACK_LAUNCHER"/>
</intent-filter>
<meta-data android:name="unityplayer.UnityActivity" android:value="true"/>
</activity>





Does that go in android manifest?
 

Francois284Modz

Awesome Active Platinian
Jun 10, 2018
187
2,439
193
26
france
Use code tag
 
Tags
hack il2cpp mod menu unity