Skip to content
Menu Modder edited this page Feb 15, 2022 · 1 revision

Prerequisites

Before we can jump head first into working a template, we need to go over a few things.

  • AN EXPERIENCED MODDER You should be able to mod any games in general, like modifying .so files, dll files, smali files, etc.
  • Basic knowledge of smali dalvik opcodes to modify smali
  • Basic knowledge ARM and ARM64 assembly, to be able to patch hex (No need x86)
  • Basic knowledge of C++
  • Be able to write hook function in C++
  • Time and patience: Don't start working on this if you have deadlines or important work. Take your time to read, learn and get used to work with this project.
  • DIY (Do it yourself): Yes, you must be able to do things yourself, not depending being spoonfeed. We are not the teachers.
  • An inquisitive mind

We are not babysitters for naive, lazy, pathetic children... Grow up. Read and learning by yourself is mandatory!

Getting started

  1. Installation
  2. Usage
  3. Making changes to the APK
  4. Troubleshooting
Clone this wiki locally