Administrators Sysadmin Posted January 16, 2014 Administrators Posted January 16, 2014 Hey guys, Unity games are not the best secured games. Thats for sure. Anyways: Unity Games Modding Tut - Made by ProHex © (my example is Battle Bears Zero) 1.) Decompile the app. 2.) Open the file: Battle Bears Zero v1.1.0-disasm\smali\com\unity3d\player\UnityPlayerProxyActivity.smali3.) Add this to the file on line 80: const-string v0, "Cracked by ProHex" const/4 v1, 0x1 invoke-static {p0, v0, v1}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast; move-result-object v0 invoke-virtual {v0}, Landroid/widget/Toast;->show()V const-string v0, "Cracked by ProHex" const/4 v1, 0x1 invoke-static {p0, v0, v1}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast; move-result-object v0 invoke-virtual {v0}, Landroid/widget/Toast;->show()V const-string v0, "Cracked by ProHex" const/4 v1, 0x1 invoke-static {p0, v0, v1}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast; move-result-object v0 invoke-virtual {v0}, Landroid/widget/Toast;->show()V const-string v0, "Cracked by ProHex" const/4 v1, 0x1 invoke-static {p0, v0, v1}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast; move-result-object v0 invoke-virtual {v0}, Landroid/widget/Toast;->show()V const-string v0, "Cracked by ProHex" const/4 v1, 0x1 invoke-static {p0, v0, v1}, Landroid/widget/Toast;->makeText(Landroid/content/Context;Ljava/lang/CharSequence;I)Landroid/widget/Toast; move-result-object v0 invoke-virtual {v0}, Landroid/widget/Toast;->show()VNote: that creates a toast. 4.) Open Battle Bears Zero v1.1.0-disasm\assets\bin\Data\Managed\Assembly-CSharp.dll with .NET Reflector Open Reflexil and go to: SkyVuNetworkManager\SNSpendGas Below the function get_gas set the value idc.i4 to 16777215 http://i.imgur.com/ZIrJ5qP.png 5.) Go to: SkyVuNetworkManager\<SNSpendGas>c__AnonStorey148http://i.imgur.com/puQqzdu.png And change the sub (you see it on the screen) to add. Save and finished! Enjoy! ProHex
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now