Tutorial Bypassing games: A HACKING MEGATHREAD.

nowhere_222

Just Crazy
Original poster
Jul 29, 2022
480
6,082
193
23
Inner Peace 🕊️
MOD MENU INSERT CODES:

ANDROIDMANIFEST.XML

<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

<service android:name="uk.lgl.modmenu.FloatingModMenuService" android:enabled="true" android:exported="false" android:stopWithTask="true"/>

UNITYPLAYERACTIVITY

invoke-static {p0}, Luk/lgl/MainActivity;->Start(Landroid/content/Context;)V


MAKE YOUR OWN TOAST POPUP WITHOUT MOD MENU:

PUT IT ON ONCREATE ON MAIN ACTIVITY OF THE GAME

const/4 v0, 0x1

const-string v1, "Modded by yourname"

invoke-static {p0, v1, v0}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast;

move-result-object v0

invoke-virtual {v0}, Landroid/widget/Toast;->show()V


LEVEL 0:


ADDING MOD MENU WITH MT MANAGER



LEVEL 1:
BYPASSING UPDATES & FIX FROM DEVS.

1699472686598.jpeg

CHANGE:


android:versionCode


android:versionName

TO LATEST versionCode & versionName

You can find it on AndroidManifest.xml




LEVEL 2:


BYPASSING APPDOME (NHN AppGuard)


CASE 1:

CASE 2:



LEVEL 3:


Bypassing LIAPP (this wild anticheat.)

Rename folder arm64-v8a to arm.

You can mod LIAPP games same as games with libil2cpp.so

Just modify libil2cpp.so on armeabi-v7a folder!

1699472791887.jpeg


LEVEL 3.1:


Making speedhack from libil2cpp.so

get_deltaTime from Unity Time class. set it to 1 in float value.

1699472821739.png

LEVEL 3.2:
Keep login enabled on some games (not works on all games.)

1699494736059.png

1699494748172.png

Set it to true




LEVEL 4:


Bypassing signature manually on some games (can hook original signature from smali)

1699472849465.jpeg

Search META-INF on all classes.dex of APK.

Replace it with META-INT
1699472874868.jpeg

COPY META-INF folder and rename it META-INT

Add META-INT without signing the APK (don't sign on these steps, sign after all your modifications.)

LEVEL 5:

LATEST APPDOME NHN APPGUARD BYPASS


And you're done! It will help for some hard games.


Enjoy the thread!!
 
Last edited: