This is the AMP version of this page.
If you want to load the real page instead, click this text.

Latest PMT Posts/Updates

Tutorial How To Mod Unity Games

  • 123,878
  • 141

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...