Jump to content

Miscdemeanor

Member
  • Posts

    37
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone 3G

Recent Profile Visitors

472 profile views

Miscdemeanor's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Still quite stuck on this
  2. Here is the full function From further testing it seems W2 Branches to LDR W9, [X19,#0x40] CMP W9, #3 B.NE loc_100683344 When the Suns do not match up ie. The correct value is 1, however what is displayed is 10. However [X19, #0x40] seems to always hold 2 (as I have set a watchpoint on the address and it never triggers). Which means it branches back to the original link (loc_100683344). I am really lost now in where the "true" value is getting stored
  3. Hey, So I've been trying to hack Plants vs Zombies Heroes for a few days now and im getting really stuck. I've found the offsets for the player's sun which is 0x100683328. This offset is triggered when the player uses their sun. When I change: SUB W9, W9, W1 Into this ADD W9, W9, W1 It affects the player's sun value visually, however it still does not allow you to use more than what you initially had(Correct Value). There is also another offset that is triggered on each new wave which again affects the Player's sun (it acts like a reset of sorts) which is located at 0x100683264 Once again if I change STR W1, [X0,#0x48] To STR W7, [X0,#0x48] It changes the players sun, but only visually. (Note [19,#0x48] and [X0,#0x48] both point to the same address). Now to me it seems there is obviously some sort of check happening to make sure the values are the same and if theyre not restore them to what they were, but I cant seem to find it. Any help would be greatly appreciated.
  4. thanks for the information
  5. Ahhhhh so easy thank you
  6. There's a few good tutorials in that section that teach you string IDA hacking
×
  • 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