Approved Net. Reflector tutorial by EMT

Hello and thanks for the tut. but I have a few questions;

1) the first apk file I downloaded didn't had any assets so I opened up lib but all the files are ending with .so, is there a way to change them to .dll? I downloaded Hex Editor but I don't know what to do...

2) the second apk file had assets but didn't had any .dll files in it, so I searched for a lib for there was no lib.

so to mod these what can I do? , please help me about this.
1. Better deal with it or u need to know how to make that game so u can change it from .so to .dll.
2. What game?
hi, how to show message on Reflexil, thanks
string used to change message in unity game. u can try that.
 
i want show messange on Reflexil in android game, or make debug, i use to get some value, thanks
 
@stelau4 hi bro , can u help me how to edit " UINT32" in reflector. pls help me .
same : boolean opcode is ldc.i4.1 or 0 for true or false but " Uint32 " i don't know true opcode and operantype for this :( . sr my bad english Image Link Dead
 
Last edited:
Hy Guys,
I'm trying mod Marvel Contest of Champions.
This is my first mod...
I'm having trouble creating the APK.
I'm using APKTOOL. Everything ocurrs fine.
APK is create.
I can install and run, but stop on the screen to communicate with the server.
This happens if I modify it or not. If I re-create the APK it happens.

Can anybody help me?

Sorry for my english. I'm not native speaker.
 
Hy Guys,
I'm trying mod Marvel Contest of Champions.
This is my first mod...
I'm having trouble creating the APK.
I'm using APKTOOL. Everything ocurrs fine.
APK is create.
I can install and run, but stop on the screen to communicate with the server.
This happens if I modify it or not. If I re-create the APK it happens.

Can anybody help me?

Sorry for my english. I'm not native speaker.

1st of all you dont start with a Game like Marvel Contest of Champions as your 1st Mod, try Modding games such as subway surfers, temple run, hungry shark etc. Mostly it would be giving you the error as you might have modified wrong things.
 
1st of all you dont start with a Game like Marvel Contest of Champions as your 1st Mod, try Modding games such as subway surfers, temple run, hungry shark etc. Mostly it would be giving you the error as you might have modified wrong things.

@sunny1119 ,
I understand it is a difficult mod.
But I have knowledge in some programming language (C, Java, JS ...).
And I saw @Coperius mod and understand...
I need some skills, like decmpile, recompile, extract dll to C#... (if i learn,
I could help you in creating the mods)

BWT I found error..
I need rebuild cert.
Someone have a tutorial to do this ?
 
Nice tut, but you forgot to mention that this is only for games with the .dll file in the assests folder.
 
@sunny1119 ,
I understand it is a difficult mod.
But I have knowledge in some programming language (C, Java, JS ...).
And I saw @Coperius mod and understand...
I need some skills, like decmpile, recompile, extract dll to C#... (if i learn,
I could help you in creating the mods)

BWT I found error..
I need rebuild cert.
Someone have a tutorial to do this ?

head on over to XDA Dev, and download BDFreak Advance apktool, it is soo much better than ibotpeaches apktool.
with ibotpeaches you need to type in the commands like "apktool d bloat.apk" or "apktool if framework-res.apk" and u get rebuild cert errors if your java isint updated,
but with BDFreak, all you do is put the apk inside the "in" folder, launch the GUI, and press the corresponding numbers to decompile, install framework, recompile.... its soo much faster!!
 
Hello guys i just made a video tutorial with voice ..
i put the link of this guide in the description :) and i told about this guide ..
if someone want to check here can find the video :
 
Nice Tutorial Steel and Harryxz for the video.

But it seems a lot of online game have start to have no more the Assembly sharp.dll file anymore. It begin to be a little bit complicated for starter like me or other to learn mod =X
 
Ha
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
http://i.imgur.com/Fvvzvf1.jpg 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
Have a problem... I ended up with assets/bin/data/managed but no .dlls. Instead are two subfolders named metadata and resources. Metadata folder has only one file inside while resources has 2 namely mscorlib.dll-resources.dat and system.dll-resources.dat. -this apk Has been modded already so was wondering how they did it.
 
Ha

Have a problem... I ended up with assets/bin/data/managed but no .dlls. Instead are two subfolders named metadata and resources. Metadata folder has only one file inside while resources has 2 namely mscorlib.dll-resources.dat and system.dll-resources.dat. -this apk Has been modded already so was wondering how they did it.
You should post the APk too
 
Back
Top Bottom