Tutorial How To Mod Unity Games

Mika Cybertron

PMT Elite Modder
Original poster
Staff member
Modding-Team
Mar 24, 2017
898
63,712
1,213
24
Indonesia

Example Game: Robot Fight: Fighting Games
Requirement:
1. APK Tools, you can Use APK Easy Tools: APK Easy Tool (GUI Apktool Windows) - platinmods.com - Android MODs | iOS MODs | Tutorials & More!
2. .Net Reflector: You have to find a download source on your own

Note: for this Tutorial only work for Unity Games!

Step:
1. Install Net Reflector + Reflexil first
2. Download Game what do you want
3. Open the APK with Winrar
4. And find like this Name.Apk\assets\bin\Data\Managed
5. Drag all fils in Folder Managed to Net Reflector
6. And then search your keyword. Example: get_gems

7. If you have found the function, just edit it. If he is int32 then you should change it to idc.i4 = value.
Example:
idc.i4 = 99999
ret


8. If you have edited it, just save it and close Net Reflector.
9. Drag the saved file to apk.
10. and then Sign the apk with APK Easy Tools
11. Then test your mods in your Device or Emulator to see if your mods works or not!

for image soon!

you can make and share your mod in here: PUBLIC MODS FROM EVERYWHERE

GET VIP RANK
--------------> BUY VIP <--------------
 
Last edited by a moderator:

thienha1

Platinian
May 25, 2017
30
80
18
26
What about IDA? Like maphack in mobile legends or Liên Quân Mobile!? I want to see that...
 
Tags
tutorial modding games by pmt team