Do you have experience with ARM syntax?T
There should be a tutorial here on ida to help you along your way
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
Do you have experience with ARM syntax?T
There should be a tutorial here on ida to help you along your way
oohh my head is exploding... I need to learn about what you say ..step by step. Thanx a lotI don't know what game you are trying to mod. But basically the answer is yes. You can modify the attack by multiply with a certain number or set an exact number. But from my experience, this class usually affect player and opponents units. In other words, you can modify your attack, but your opponent's attack would multiply too.
You need to inject more syntax here, but first, you need to search for a function which can tell you whether this unit our ally or not. It's a bit hard if you are using CIL to inject the class, you need to convert it to C# or .NET project and edit it via Visual Studio or any other debugger. You need to rebuild the dll file.
post a screenshot of the function and maybe we'll be able to help youguys i have a question if you can help me.I find more than 1 ldarg.0 I must edit them all with the value i want?
I have the screenshot.There are 5 functions of ldarg.0.In the screenshot i captured 3 of them,but the others 2 cannot be seen ,they are at the end.post a screenshot of the function and maybe we'll be able to help you
just delete all and put a ldc.r4 XXX then retI have the screenshot.There are 5 functions of ldarg.0.In the screenshot i captured 3 of them,but the others 2 cannot be seen ,they are at the end.
took you that much for such a simple mod?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
simple or not the process is the sametook you that much for such a simple mod?
At the lib folder you will see files called .so these are native meaning require ida and hex editorreally2 newbie here. hopefully some experts modder will teach me.
when i see inside the "assests" folder there are no dll files.
when i read the post at first page there is someone said that he tried 3 different apks and dont have dll files.. so stelau4 said that its not unity game and have to check lib folder.. but at lib folder i dont see any dll files.
so what have i do now?
i'm trying to mod a game
@stelau4 do you have line? or any expert modders which is willing to teach me through Line chat can add my Line id Vivmexko.
thank you so much
lol just read post #49 and #50.. sir BTG and sir Malfurion said that the game cannot be modded using net reflector
Love confession huhuI 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![]()
Uint32 can use ldc.i4also i want to ask for Ulnt32 is use ldc.4 too? or it need other magic like force the value to lnt32 or?
@Androhacks_ what game u are working? me im trying mecha gear but it only give me visual mod lol
oh yeah i also meet with some OPcode like ldc.4s what it use for? @stelau4
oh.. tyUint32 can use ldc.i4
ldc.i4.s is byte bro