Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Rip, that;s not what the register read command is for. It's a number in hex, which you need to convert to decimal to see which registers holds your value
  2. doesn't seem to be right. Don't tell me you jumped to adress: 186b2 please
  3. The offset your watchpoint gave you R1 holds 186b2 value (hex value) converted to decimal is ur coin value u said
  4. Go to the offset you got from your watchpoint. You told me R1 holds your coins so hack instructions with R1 in it.
  5. Isn't it just your apple id password
  6. You don't need to enter something lldb. You already got everything you need.
  7. Maybe a check, try hack store though. getCost, get_cost,getPricr, get_price
  8. I didn't know u could read registers with only watchpoints lmao. Alright, what you do now is see in the function the watchpoint gavee you, what you can hack with the register R1
  9. If you have a free .ipa for me, I could atleast try
  10. MOV R0, R7 is the right way to do it. not MOV R7, R0. all instructions read right to left except STR
  11. Did you even breakpoint?
  12. A deb hack is only code that implents itself into the app. You don't make the app itself with it & you don't have to use the app's binary (except when autolipo)
  13. All offsets edit ur not patcher, just on top.
  14. I'm using shmoo MM cause this one supports autolipo
  15. Hi! Since the game I'm hacking right now detects changes in code when starting app, I have to add NSTimer to it. In a patcher I can do that, but no idea how I do that in a MM... This is the NStimer code I use for patcher: dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 10 * NSEC_PER_SEC), dispatch_get_main_queue(), ^ { if(GetPrefBool(@"key4")) { vm_writeData(0x******,0x00bf7047); // No Cooldown } else { } }); But this is the MM code.. addHack(@"God Mode", @"When enabling this, you won't be able to die", font, {0x*****, 0x*****}, {0x38467047 ,0x000bf7047}, {0xD0F81805, 0xf0b5}); How the hell would I do this? thanks
  16. U need to add NSTimer to it
  17. armv7 offsets --> 32 bit.
  18. breakpoint on offset you get from llldb watchpoint using the command 'b 0xwatchpointoffset' make changes in coins, game will freeze. type 'register read' U get a list with what the register means. Copy this list in text editor or so. Go to decimal to hex converter Type in your coins in game AFTER freeze from breakpoint U'll get a hex number Search this hex number in the list you pasted. If the value is found, see which registers holds the value (for example R6) Search in IDA for r6 in the watchpoint offset u got
  19. I doubt you can hack coins in this game, but whatever. What you do now: breakpoint on the sub_x function (b 0xoffset) Make some changes & see which Registers (R0, R2, R3 etc) holds the current coins value.
  20. Great post welcome!
  21. https://canijailbreak.com/
  22. I got some nice functions, but sadly I'm not able to bypass the 'not giving reward' protection. So maybe some other cheaters are Godmode [Hidden Content] High Damage (doesn't work when u hit a gadget or bag) [Hidden Content] Auto Fire (Does not auto aim, you just dont need to pull trigger.) [Hidden Content] Unlimited Ammo [Hidden Content] No Reload [Hidden Content] No Recoil [Hidden Content] All gadgets are free (Rifles & Upgrades not, just unlocking the gadget) [Hidden Content] Always full stamina [Hidden Content]
×
  • 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