Jump to content
  • 0

How to find Arm edits and class name? Help me


GeorgeMonkey

Question

Hi Im wondering how did this happen

scriptFunctions = { -- table(a9ee253)

 [1] = { -- table(dcdd790)

  ['edits'] = { -- table(1b2d889)

   [1] = { -- table(f6c94bd)

    ['arm7_edits'] = { -- table(dbb1ab2)

     [1] = '~A MOVW R0, #0',

     [2] = '~A BX LR',

    },

    ['arm8_edits'] = { -- table(278ca03)

     [1] = '~A8 MOV W0, WZR',

     [2] = '~A8 RET',

    },

    ['class_name'] = 'Castle',

    ['edit_name'] = 'CalcLevelUpPrice',

    ['method_name'] = 'CalcLevelUpPrice',

   },

  },

  ['menu_name'] = 'Free Castle

Upgrade 🏰',

 },

 

Im Going to make the same but i have questions how did this script find  [1] = { -- table(dcdd790)

 

  ['edits'] = { -- table(1b2d889)

 

   [1] = { -- table(f6c94bd)

 

    ['arm7_edits'] = { -- table(dbb1ab2)

 

     [1] = '~A MOVW R0, #0',

 

     [2] = '~A BX LR',

 

    },

 

    ['arm8_edits'] = { -- table(278ca03)

 

     [1] = '~A8 MOV W0, WZR',

 

     [2] =~A8 RET',

 

    },

 

And the classname to anyone help me?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

On 10/27/2022 at 5:56 PM, GeorgeMonkey said:

Hi Im wondering how did this happen

scriptFunctions = { -- table(a9ee253)

 [1] = { -- table(dcdd790)

  ['edits'] = { -- table(1b2d889)

   [1] = { -- table(f6c94bd)

    ['arm7_edits'] = { -- table(dbb1ab2)

     [1] = '~A MOVW R0, #0',

     [2] = '~A BX LR',

    },

    ['arm8_edits'] = { -- table(278ca03)

     [1] = '~A8 MOV W0, WZR',

     [2] = '~A8 RET',

    },

    ['class_name'] = 'Castle',

    ['edit_name'] = 'CalcLevelUpPrice',

    ['method_name'] = 'CalcLevelUpPrice',

   },

  },

  ['menu_name'] = 'Free Castle

Upgrade 🏰',

 },

 

Im Going to make the same but i have questions how did this script find  [1] = { -- table(dcdd790)

 

  ['edits'] = { -- table(1b2d889)

 

   [1] = { -- table(f6c94bd)

 

    ['arm7_edits'] = { -- table(dbb1ab2)

 

     [1] = '~A MOVW R0, #0',

 

     [2] = '~A BX LR',

 

    },

 

    ['arm8_edits'] = { -- table(278ca03)

 

     [1] = '~A8 MOV W0, WZR',

 

     [2] =~A8 RET',

 

    },

 

And the classname to anyone help me?

Is this a result of any other tools?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.