Jump to content

6 posts in this topic

Recommended Posts

Posted

Hello

Long story short i've attempted to mod a game,but,i've stumbled across a problem i cannot seem to find the solution to it

for example

 

1. I decompile the game apk (Using Apk Easy Tool)

2. I compile it (even without modifying anything,simply just recompile it,it says "Compile successful/Sign successful"

3. I install the app

but when i try to launch the said app it crashes (stops working)

the original app works fine

Posted (edited)

It seems to be because of apk Easy Tool

try with java files

you will need java https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html

https://github.com/appium-boneyard/sign/releases/download/1.0/signapk-1.0.jar

https://github.com/iBotPeaches/Apktool/releases/download/v2.9.0/apktool_2.9.0.jar

java -jar apktool_2.9.0.jar d com.package.apk
java -jar apktool_2.9.0.jar b com.package
out file in com.package/dist/com.package.apk
then sign it
java -jar sign-1.0.jar com.package.apk

 

 

Updated by SubSeven
  • Like 1
Posted
On 10/19/2023 at 3:45 AM, Rook said:

Pinging @L808 as they may be able to assist. :)

The game probably have protection, or you didn't mod it properly then it's crashing. @SubSeven

Posted
On 10/25/2023 at 11:16 PM, SubSeven said:

wrong person :)  and he said "even without modifying anything"

Then the APK is protected, sorry for the ping haha didn't saw

  • Like 2

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines