then go to smali/com/unity3d/player and open UnityPlayerActivity.smali then go to OnCreate and add this ```java const-string v0, "AntiCheatBypass" invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V ``` <img width="1295" height="592" alt="Image" src="https://github.com/user-attachments/assets/7a369a5b-9bcf-4100-ba35-b13cb9f1104b" />
then go to smali/com/unity3d/player and open UnityPlayerActivity.smali
then go to OnCreate and add this