Modding Unity & Its Dll's: Starter Pack + Tutorial

Ok does anyone know how to edit Drop amount within a game, Ive been given a few hints but nothing thats really helped, Ive searched the code for everything pertaining to Gold & cant find it, Also searched Dropitems & tried editing that but nothing in game was changed the drops were still 3 or 2 or 5 gold each time :(
How can we know what game is Unity without decompiling to see the assembly file ?
 
Sorry was looking at the line directly above...... & to answer the other question Unity games have a managed folder with dll's there is NO real way to know unless you look or can tell by the GFX or know the company use Unity....

How on earth did you find that so fast lol ? Changed the line & its asking me to purchase gold ? Think I see my mistake...

"TapGUI(string) : Void" still searching the 1500 lines lol

Pressing CTR+F doesnt do anything ? Found it lol not used that before...
 
Last edited:
OMG!! Changed the lines & Bamm !! my brains like WTF as id expected it to be lines & lines of changes..... Ok am i understanding this correctly the new instruction nulls the event of me clicking buy ???
 
Well ive found a game that if you change its splash screen it crashes lol.... Thats a 1st

Thankz too for all your help :)
 
Last edited:
i also found it in candy crush saga hacked by riu.. if i decompile n change that string to something i want.. then it displays the KING logo.. shows the text that i replaced for " hacked by riu" and crashes just before the game menu displays..
.
.
Any ideAs??
 
guys i want just a tiny help in hacking coin and gem in temple run 2.. plz help me wid this.. what should i search n edit??..cant find so..
 
For 1 you shouldnt be rehacking an already hacked file, if its modded by Riu then you should be modding an original not just stealing someones work to put your own name to it.... Sorry but I wont help as ive got princables when it comes to this..
 
no no..not that.. i modded the locked levels.,dream world,auto win,auto complete jelly level,but couldnot mod invalid moves... and that splash screen text also i kept in the candy crush i modded.. i was success.. i didnt have the idea what i m doing.. but what i did was.. i copied the text from
.
".line 54
const/4 v0,0x1
const-string v1, "hacked by beast"
bla..bla..bla.. upto invoke -static.......

and it worked.. so im not trying to mod prehacked apk.. im doing on my own.. i dont have detailed knowledge so im asking here.. :) that why it wont run if i edit that prehacked apk.. im not asking u teach.. but just the reason it crashed! :)
 
so wil u teach me how to display some message on splash screen?? i can do it only in candy crush..but not other app.. :p :) and make the game to crash when some1 edits my modded file?? thnx in adv.
 
if not teach me next thing.. how to mod games without lib---.so like that of guns & blood
 
I would like some help with "Replace All With Code" in Reflexil.

I want to recompile a method in a Unity game. I get a lot of these CS0246 errors ("The type or namespace "[somenamehere]" could not be found. (Are you using directive or an assembly reference?")

I use Reexil 1.9 with the Unity/Silverlight compiler profile. (If you don't use that version and profile you will get a duplicate mscorlib error.)

The types in error are all part of the parent DLL. I have tried to correct this by adding references to the types in the Import section but they all fail indicating a semicolon is missing but I can see it is there. I think I am doing that wrong.

I would really like to understand what to do to resolve these namespace errors.

Is this the place or should I start a new thread? I don't see a lot of threads in this section started with a problem -- most are tutorials.
 
How to Fix this One??
ee145604368429f8360456251391e2289709379f.webp
 
Excellent tutortal I just started to get back into this and came across your thread
The way I was trying to mod before was with apk-tool and dex2jar reading smali folders? That was a long time ago, but I just have this passion to always come back and try again.. I will practice now this method with the dlls and recommended software provided here, I may be crawling to become a dev but one day I feel ill get there :)
 
Does that happen with every .so file you try loading up into IDA? if so, you've installed IDA incorrectly, and need to try a different download.
thanks.. i thinks this problem is for IDA installer that Version is 6.6 DEMO,, :)
 
Ty for tutorial sir, now im working mod dll apk, how i can find damage area( when I hit one mob,1 map will be hit)..im working for toram online.

Mybe anyone have keyword for my problem
Ty,sorry for my english
 
Back
Top Bottom