This is the AMP version of this page.
If you want to load the real page instead, click this text.

OA Outdated [18+] Ella 2048 (Nutaku) Ver. 1.1.9 MOD APK | Dmg | God | Combo Cound | Dmg multi | Money | Battle Stars and many More!

Inspired by your mod I decided to make my own. So basically you can mod stars to always get 3 of them.

There is a method in StageManager called CheckStar(...).
There are a few ifs u can just comment out and leave starInfo.star[x] = <number>; only, and it always gives you 3 stars at the end.

Another thing is easy 1k Boss HP in Boss.ApplyData method. There you can modify:

Code:
this.MaxHp = 1000L;
this.Hp = this.MaxHp;

Bosses will always have 1000 HP no matter the difficulty.

Cheers :)