Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Goodluck if u need help u can pm me
  2. PSEditTextCell Tutorials: https://iosgods.com/topic/1737-tutorial-how-to-add-psedittextcell-in-a-patcher/ https://iosgods.com/topic/1902-tutorial-how-to-add-a-settings-textfield-using-psedittextcell/ For a patcher template: https://iosgods.com/topic/20831-update-v11template-custom-nic-mshook-patcherpreferencebundle-template/
  3. use this then: http://armconverter.com/mshookgenerator/ Also add a patcher template to ur theos, otherwise it won't get working. Since ur a beginner, try it slowly tho.
  4. Edit: NEVERMIND SORRY
  5. code: static float 0x3CC716(void *self) { if(GetPrefBool(@"key9")) { float newValue = GetPrefFloat(@"key9value"); return newValue; } else { return old_0x3CC716(self); } } error: Tweak.xm:157:14: error: expected unqualified-id static float 0x3CC716(void *self) { @DiDA
  6. with functions u mean 'LDR,MOV,SUb etc' ?
  7. But, does that work with offsets?
  8. Hi, I'm hacking a game & some functions are sub_x, so I can't hook like I normally would. Which results in confusion for me, since I want a PSEditTextCell for this function. @shmoo told me in shoutbox something about using a hook, but how using a hook when it's sub_x were my thoughts.. but didn't wanna ask it since shoutbox aint for support Anyways, if anyone could help me out it would be awesome!
  9. See: https://iosgods.com/topic/904-tutorialvideo-hack-games-with-flex-and-convert-it-to-deb-tweak/ https://iosgods.com/topic/51365-starter-pack-ios-hacking-ida-ms-ms-hook-etc/
  10. There isn't, sadly..
  11. hi, welcome
  12. The real function loads 3 things, 1 thing shouldn't be loaded so hack would work. That's why I need to skip that part.. BX LR would skip the whole function right? or am I wrong?
  13. I wanna NOP from offset 0x15BDD4 till 0x15BF92
  14. Alright.. but where do I write '0x00bf' sorry if I sound very noob right now lol
  15. hm ok, like this? writeData(0xWhereIWannaStart, B); writeData(0xWhereIWannaEnd, 0x00bf);
  16. Hey, I got a function where I wanna NOP only one part in the function. But that part is pretty long. Is there a possibility to NOP more offsets at once? Example I wanna NOP 0x0004 till 0x1234, can this be done with writeData? Thankyou in advance
  17. Hi, I'm trying to hack a function, but it's protected & can't seem to find how to bypass it. When hacking this function, the game will crash. Can we get the actual offset which causes a crash? Maybe using lldb? if yes, what command would I use? Thankyou
  18. Updated download link, no longer broken.
  19. Ah here it is, thankyou!
  20. it can take up to 2 weeks lol
  21. For image you can use this tool: http://armconverter.com/appinfo/
×
  • 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