Tutorial How to Make a Mod for Hero Wars - swf Game

richardson

Platinian
Update: 31\12\2020 How to Make a Mod for Hero Wars IL2ccp

Nor work In PVP

33.jpg


game link: Hero Wars para Android - APK Baixar

Decompiler apk il2ccp


search in dump > public virtual int getEnergyByDamage(double damage) { }
jjjjjj.png


change code

MOV r0, #9000
bx lr

28 03 02 E3 1E FF 2F E1

1 hit increase full energy









=======================================================================================================================







done:
Now you have infinite skill.
do not use auto attack mode
 

Attachments

  • 1.png
    1.png
    50.5 KB · Views: 2,086
  • 1.png
    1.png
    640.8 KB · Views: 1,545
Last edited:
Please suggest if i am missing any thing -

Does it still working?
In current apk file suggested logic is already exists.

public function fullEnergy() : Boolean
{
return state.energy >= 1000;
}



How do you compile apk. I tried to recompile through apktool 2.4.0 but it always throw compilation error.

Thanks in advance for any suggestion and response.
 
Please suggest if i am missing any thing -

Does it still working?
In current apk file suggested logic is already exists.

public function fullEnergy() : Boolean
{
return state.energy >= 1000;
}



How do you compile apk. I tried to recompile through apktool 2.4.0 but it always throw compilation error.

Thanks in advance for any suggestion and response.



replace the swf file with winrar, then sign the apk.
 
thanks i will try out the tutorial tomorrow to mod it myself.
For the Youtube link with the modified apk, it is outdated (im getting the message please update the game to continue playing)
 
i've tried to mod the apk and while decompiling and editing the swf works fine, it is not (longer?) possible to compile the apk. I have tried to compile it without any changes with the newest versions of apktool(and powershell) and Apk Easy tool. Both failed to compile the apk
 
i have used this method but its not working now... any new method.. because it takes only 2 mints to do this.. but unfortunately it didnt work...
 
Tags Tags
hero wars apk mod
Back
Top Bottom