Recent content by Mr Ikso

  1. Solved Java to smali

    @JuJuHZ, try this code .class public Lcom/mymod/MenuApplication; .super Lcom/tencent/tpshell/TPShellApplication; # direct methods .method public constructor <init>()V .registers 1 .prologue .line 29 invoke-direct {p0}, Lcom/tencent/tpshell/TPShellApplication;-><init>()V...
  2. Tutorial How to make mod menu for il2cpp and native games

    How funny to look at those who do not even have basic knowledge, so that he makes it imagine a great hacker. Lol
  3. Help! is it possible to see function calls of APK?

    Possible, use debugger (jeb/ida/frida)
  4. Tutorial How to make mod menu for il2cpp and native games

    Ndk do not like unicode symbol in patch. move android studio or ndk in another drive, without chinese symbols in patch
  5. Tutorial How to make mod menu for il2cpp and native games

    Possible, drawing view in the open gles:)
  6. Tutorial How to make mod menu for il2cpp and native games

    android.support.v4. using such a library in the menu is not the best option, not every game has an android.support library, and it is already outdated, now androidx is used. I did everything on purpose without any support so that there would be no problems later :), but it's not so simple :)...
  7. Tutorial How to make mod menu for il2cpp and native games

    Great work :face11: :face11: you can clone through Android studio itself. It easy
  8. Solved HOW TO ADD LICENSE KEY INTO YOUR OWN APP/GAME?

    Yes, you must inject check license code to your game
  9. Solved HOW TO ADD LICENSE KEY INTO YOUR OWN APP/GAME?

    1. Create servers databse. 2. Inject the license verification code in the database into the game. 3. Finally.
  10. Solved Programming Language

    All languages:) java, Assembler, с#/с++ and more
  11. Tutorial MOD Menu for il2cpp and native Android Games

    cloning repo and open in Android Studio