Search results

  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
  12. Tutorial MOD Menu for il2cpp and native Android Games

    the repository has everything you need, it’s not crooked, just clone it again through git bash. Yes, I didn’t upload the sources through android studio, but I fixed it there and it was going to work fine.
  13. Tutorial MOD Menu for il2cpp and native Android Games

    the sources are updated, a bug with the menu when minimizing the game to the background is fixed
  14. Tutorial MOD Menu for il2cpp and native Android Games

    it can't be, the activity always has OnCreate
  15. Help! Dynamic analysis

    use ida, cracked version you find in the internet:face04:
  16. Tutorial MOD Menu for il2cpp and native Android Games

    it means I made a mistake somewhere, I'm sure there is a crash, so write a crash log and see why it crashes
  17. Tutorial MOD Menu for il2cpp and native Android Games

    Lol, it is not normal
  18. Tutorial MOD Menu for il2cpp and native Android Games

    @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.
  19. Tutorial MOD Menu for il2cpp and native Android Games

    This is a separate topic, something similar to mine. In general, this will work from under the root or in virtual space.
  20. Tutorial Manually dump il2cpp unity 2019.x.x on Android games

    can throw a bug report on the Perfare on github, let him fix automatically dump
  21. Tutorial Template Menu [Free] for Mod Menu Il2cpp and other Native Games

    Once, he made improvements, it was necessary to fix the jni code :), I know what this menu is.
  22. Tutorial Template Menu [Free] for Mod Menu Il2cpp and other Native Games

    I saw, but what's inside is already ported from another menu. I just do not understand why they dragged me there, although there are guesses.
  23. Tutorial Template Menu [Free] for Mod Menu Il2cpp and other Native Games

    explain what it is and why you uploaded my menu to the file sharing ad, when you can download it from github without a problem
  24. Tutorial Substrate Hooking Template for Android

    I know that armeabi-v7a is a universal platform, but x86 emulators work better, arm64 is relevant in the modern world.