Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. 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)
  2. All offsets edit ur not patcher, just on top.
  3. I'm using shmoo MM cause this one supports autolipo
  4. 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
  5. U need to add NSTimer to it
  6. armv7 offsets --> 32 bit.
  7. 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
  8. 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.
  9. Great post welcome!
  10. https://canijailbreak.com/
  11. 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]
  12. Any tweaks installed that might havwe acces to it?
  13. Hi, I was looking with some words what could mean it sends something to server or so, I saw 'parseCsv' under some functions. I googled, but then I get some project with it, so no idea what it actually is Anyone knows ?
  14. Hmm wil try thanks! u mean brenches in function?
  15. yea it's just shooting enemy, when not hit u failed. I can also play that someone shoots me.. (Then i have godmode enabled) & then I still don't get rewards. So then it should look to my behaviour maybe? Cause when get hit & i don't die maybe protection thinks: HAX.. or isn't that how it works?
  16. Uhh shooting enemy i had: - damage - auto fire - unlim ammo - no reload - no recoil
  17. @DiDA @3L1T3 BL4Z3 @K_K Any of you guys know? I'm hopeless ??
  18. Duhh, that's the question lol
  19. But im not banned & when turn off hacks i get rewards lol.
  20. Delete keychain would just make a new account for me right + is online game
  21. Hey! as of now I made a +7 hack for a game, but I saw when finish the 'mission' the game recognizes my behaviour & i don't get any mission reward.. Can we disable this? What will I be looking for?
  22. Well if a patcher doesn't get detected using nstimer & mm does with hack turned off..?
×
  • 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