Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Make new & write down.
  2. U can mail apple, they love free money. Or just create a new second apple ID. Not that hard
  3. is it a cracked version?
  4. I'll be back in 45 mins. Gotta bring my old books to school
  5. 0x10 is just a code. for example sometimes you got a item in store, they are all diftrent named. Henk = 0x0, jan = 0x1, pieter = 0x3, Joka = 0x4 etc etc. i don't think it's something you wanna hack. Atleast the 0x10, maybe the IDA function (if u can load the .so atleast)
  6. U can hack level too but then u dont have any missons etc :lol
  7. Cant see it either. Probably removed or has to be approved.
  8. RX --> X = 0,1,2,3,4 etc. register 0 = R0 LDRB R0 MOV R0, #0
  9. It's not a boolean as it seems now. MOV RX, #0 -> false MOV RX, #1 -> true X = 0,1,2 etc But, what's the fuction called. Sometimes you need to change LDR etc to MOV RX, #1/0. Had that too before ??
  10. Goodluck if u need help u can pm me
  11. 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/
  12. 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.
  13. Edit: NEVERMIND SORRY
  14. 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
  15. with functions u mean 'LDR,MOV,SUb etc' ?
  16. But, does that work with offsets?
  17. 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!
  18. 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/
×
  • 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