Recent content by kissu7979

  1. Outdated 소서리스 키우기 : 방치형 마법 RPG Ver. 0.25 | No Skill cooldown | maximum range

    iTunes Link:‎소서리스 키우기 : 방치형 마법 RPG Game Name: 소서리스 키우기 : 방치형 마법 RPG Game Version: v0.25 Bundle ID: com.highbrow.games.sorcere Needs Jailbreak: Yes Platform: Apple 64 bit (old devices not working like iPhone 4) Supported iOS: 14 and less Supported Devices: -Jailbroken iPhone 5s or newer...
  2. Outdated 쌍칼키우기 Ver. 1.47 | No Skill cooldown

    iTunes Link: ‎쌍칼키우기 Game Name: 쌍칼키우기 Game Version: v1.47 Bundle ID: com.superbox.ios.dualblade Needs Jailbreak: Yes Platform: Apple 64 bit (old devices not working like iPhone 4) Supported iOS: 14 and less Supported Devices: -Jailbroken iPhone 5s or newer -Jailbroken iPod Touch 6G or newer...
  3. Help! Unable to install due to apk package issue x

    If I change it to 29 and try to sign it, it's 30. What's the problem? The order I did is. Decompile and open apktool.yml. and change to 29, compile, zipalign, sign again and it's 30.
  4. Help! Unable to install due to apk package issue x

    Thank you. I'll give it a try Thanks for your help.
  5. Help! Unable to install due to apk package issue x

    Emulator 7.0 works fine, but Android 12 phones have packaging errors. Despite sorting compilation options by apk Easy tool. I set it to sdk 30 with apk editor and re-installed it, but it's the same problem
  6. Help! Mod menu attack speed multiplier does not increase

    Thanks, 0f didn't work, so I fixed it to 1.0f
  7. Help! Mod menu attack speed multiplier does not increase

    this is the code i modified float BaseAttackSpeed = 1; float (*old_BaseAttackSpeed)(void *instance); float AttackSpeed(void *instance) { if (instance != NULL && BaseAttackSpeed > 1) { return (float) BaseAttackSpeed; } return old_BaseAttackSpeed(instance); }...
Back
Top Bottom