Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. yes
  2. Idk how to add that to the MM, also the hack wasn't even enabled yet so it probably detects the MM?
  3. Hi, I tried hack a app, but it seems it detects there's a MM in the game since I didn't even turn on my hack yet. How's this possible? Adding NSTimer into patcher & it works fine. Can we easily bypass this for MM?
  4. It skips the argument. Sometime your tweak won't work if you don't include the argument. Also flexcoverter sucks so do it manually or using a nic template
  5. %hook something -(bool)functionnams:(id)arg1:(id)arg2 { return; TRUE %orig (arg1,arg2); } %end @TheArmQueen yhe '-' isn't supposed to be there. Can't edit on phone somehow ??
  6. Write the id as NSNumber & set number to 1, 1= true edit nvm. Didn't saw ir picture %hook UnlockManager -(bool)wasUnlocked:(id)arg1 { return; TRUE %orig (NULL); } %end
  7. Just tested, works amazing.. Thanks for sharing!
  8. @Zimon good for yo with ur sh!t ipad
  9. I recommend you reading this by @Zimon
  10. A binary file is inside the .ipa yea, i think this hacking is above ur niveau..
  11. You get the binary of the .ipa, edit the usefull offsets & place it back to the ipa & install it using cydia impactor. if making hook tweKs, u can use theos-jailed
  12. Just figured out it's only visual the STR
  13. I just NOPPED these 2 STR functions.. This made the enemy have godmode.. Can I fix this ? https://imgur.com/gallery/MK659
  14. If i bxlr the loc of my enemy, will it skip the other loc functions from the sub_x funtions too? If yes, my health is stored too in the sub_x in another loc..
  15. Hm, yea. Tried it too, didn't work either Yea R2 is supposed to be health.. So I though R10 (damage) into R2 (health) chabfe to R7 would do the job
  16. I know.. That's why I think what I hack is right xD. loads R10 into R2 loads 'damage' into R2 loads R7 into R2 loads '803mil' into R2 right? Edit: did just do the thing u said, ain't working either.
  17. The red marked functions tells to load r10 (damage) into r2 right? changing it to r7 would make it load 803 million as damage right?
  18. Can you tell me why?
  19. Hi, i found the health function of enemy.. I do a breakpoijnt, which tells me R10 = damage. So what do I do: I change the red marked function to LDR.W r2, [R7] This doesn't work, I don't see a CMP with the register 10 either, so no idea what's wrong. Anyone sees what I do wrong?
×
  • 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