Unknownchaos86
New User
- 5
- 09/17/18
- 0
Thread Author
Is it possible to mod Eternium or other offline games with these tutorial.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
Check if that game have dll(unity)Is it possible to mod Eternium or other offline games with these tutorial.
hahaha..When i try to install the apk it says "App not installed"![]()
Hey all im gonna whip up a quick tut for you guys has so many ask me how to mod so here we go
Tool's we require
1.Net. reflector .NET Reflector - Download
2.Reflexil (addon for reflector) LInk here reflexil.1.9.AIO.bin.zip
3.Winrar
4.Signing tool (apkmultitool)
5.An apk
CAN FIND ALL TOOLS IN GOOGLE
Today im showing how to mod currency in Adventure town
STEP 1
1. Download apk can find eaither on apkpure or playstore
2. Add apk to archive we do that but using winrar by right clicking on apk
3. open archive and double click on apk name
4. Once done you will see a few files the one you need is assets so click that
5. then open followed by data then managed then there you have it your dlls
6. Create folder on desktop (called what ever you want)
7. Drag and drop ALL dlls into that folder you created
Thats the first step out the way now time to move on to the second step
STEP 2
1. open net.reflector
2. First off before we mod go to tools has shown in pic 1
3. addins has shown in pic 1
4. Click the + sign and add reflexil in has shown in pic 2
[Attachment removed from Quotes] [Attachment removed from Quotes]
Pic 1 Pic 2
STEP 3
Now down to the modding guys which is the fun and best part
1. Open up files in reflector and then open assemblys has show in picture
[Attachment removed from Quotes]
2. Find the dll's you dragged and dropped to what ever folder you called it and click open
3. Now go tools and click reflexil has shown in picture
[Attachment removed from Quotes]
4. Click the icon has shown in picture
[Attachment removed from Quotes]
5. Then press ctrl+m (this allows you to search for members these are what we mod)
6. A new search box opens up in top right of reflector has shown in picture ( we search here)
[Attachment removed from Quotes]
7. In that search bar type get_coins has you can see we get two hits shown in picture
[Attachment removed from Quotes]
8. We want the top one LocalPlayer so double click that one
9. This will now open coins up in object browser on left hand side get_coins() : int32
[Attachment removed from Quotes]
10. This is where reflexil comes into play now has you see in picture a new box is open called Sebasten LEBRETON's Reflexil (this is were we edit)
[Attachment removed from Quotes]
11. Right click where you see all the opcodes and delete all shown in picture
[Attachment removed from Quotes]
12. Now right click in empty space and click create new you will see a box
13. In opcode type ldc.i4 in operand type find int32 and click on it in operand type a number like this 87678654 you can use any number BUT MUST BE 8 NUMBERS MAX once done click append has show in picture
click link for picture
14. Click in empty space again and in opcode just type ret and click append has shown in picture
http://i.imgur.com/vH6Grzj.jpg Click link for picture
15. Where you got coins has you can see you got cash and so on do the same for that just follow these steps again from 11 to 14
16. On object browser side scroll all the way back to the top to you see Assembly-CSharp.dll and right click it has shown in picture
http://i.imgur.com/jKIhyie.jpg Click link for picture
17. Now click reflexil and save then remove patch from the end of the end and add .dll and then press save file if it asks to overright then click yes
http://imgur.com/a/RTeyi Click link for picture
STEP 4
1. Open up your archive and find the dll's you added to the folder on desktop
2. Drag and drop the Assembly-CSharp.dll in with all the dlls
3. Update archive has it asks
4. Now your apk is ready for signing
STEP 5
1. Open up apkmultitool
2. Find folder called signing (if you followed the tut propley on how to install you will see this)
3. Drag and drop apk from archive to the signing folder
4. Then double click script
5. Once in there hit 18 then enter and thats your apk signing
6. Once done apkmultitool will automaticaly close
7. Open sign folder and Drag and drop apk to device for testing
Sorry i could not add rest of photos guys has im limited but this is a rough guide on how to mod a simple function for a unity game there are more complicated functions that can be modded but you will pick that up has you mod more
I give a massive thank you to @hiyall360 who has showed and learned me so much if it wasn't for this dude i wouldn't be here now. My other thanks is to @fantasy235 who also has shown me so much true master so love to him
SORRY ABOUT PICTURES I TOOK FROM PHONE
Credits: EMT
This is il2cpp game i think check the lib folder .....excuse me, thanks @stelau4 for the tutorial. after trying that, i try to mod Survivor Mr Who, but it seems like there's no dll file in managed folder
i'm quite sure this is unity-based game tho..
[Attachment removed from Quotes]