Jump to content

FINAL FANTASY Record Keeper v4.0.2 Android & iOS +1 Cheats!


895 posts in this topic

Recommended Posts

Posted

Please update the script for high stats.

Code:

 

 

# -*- coding: utf-8 -*-

import re

 

def response(context, flow):

    path = flow.request.path

    query = flow.request.get_query()

 

    if path.endswith("get_battle_init_data"):

        r1 = r'"atk":(\d+),"mdef":(\d+),"acc":(\d+),'

        re.compile(r1)

        flow.response.replace(r1, '"atk":9999,"mdef":9999,"acc":9999,',5)

        r2 = r'"matk":(\d+),"spd":(\d+),'

        re.compile(r2)

        flow.response.replace(r2, '"matk":9999,"spd":9999,', 5)

        r3 = r'id":"(\d+)","eva":(\d+),'

        re.compile(r3)

        flow.response.replace(r3, r'id":"\1","eva":9999,', 5)

        r4 = r'def_ss_point_factor":(\d+),"def":(\d+),'

        re.compile(r4)

        flow.response.replace(r4, r'def_ss_point_factor":\1,"def":9999,', 5)

        r5 = r'max_hp":(\d+),"init_hp":(\d+),'

        re.compile(r5)

        flow.response.replace(r5, 'max_hp":1,"init_hp":1,')

        r6 = r'max_hp":"(\d+)","init_hp":"(\d+)",'

        re.compile(r6)

        flow.response.replace(r6, 'max_hp":"1","init_hp":"1",')

Posted (edited)

Any verification on if it's still working?

Edit: it seems the 9999 hp is working, but I guess they erased the max damage portion? Does the VIP version still have max dmg?

Updated by NinjaTeben
Guest
This topic is now closed to further replies.
×
  • 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