Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Then u have to do real stuff
  2. Show ur code instead of this gay sh!t
  3. Why can't you just do it yourself?
  4. Do you have headers? Do you have sdks? Did you copy c++ stuff to include folder? Why don't you just use the new theos?
  5. LDR X0, [x23 #0x40] for big value, specific value can be set with MOV
  6. Bruh are u kidding me
  7. Three finger tap the screen once you logged in
  8. You don't hack the string itself, look around the string & see sub_x with not allot xrefs. Health is mostly floats, so try see if there's any float instructions & try hack things like that
  9. Nothing, you can use whatever you want. (gay, ass, lesbian etc etc). Alsong as you return them
  10. There is only one argument in your screenshot %hook UserInfo -(unsigned int) getConsumableAmountOfType:(int)fp12 { return 1; //returns the unsigned int fp12 = 1; //returns the argument } %end
  11. -(unsigned int) getConsumableAmountOfType:(int)fp12 { Use this on the line
  12. You need to declare the original function name, with arguments you don't have to, you can use fp8 etc etc. The unsigned int is the main function name, now in your code it doesn't have a function name & obviously it will generate errors.
  13. %hook UserInfo -(unsigned int) "What is function name" fp8 getConsumableAmountOfType:(int)fp12 { //Tell functionname fp8 = 1; fp12 = 1; return %orig; //if you don't wanna return it anything, I think you need to do: return; or return %orig; (not just %orig, not sure tho) } %end
  14. Also, you returned it TRUE, which I don't think you want. But not sure ofcourse
  15. +{bool) --> Note the "{" instead of "(" Also, cleaner code here: https://ghostbin.com/paste/jnt3a Yes obviously, try to code in sublime & then change this to objective C: Then you go to the line 56 & you'll see there's a mistake in it: Notice the pink thingy: If you don't have sublime, you can always post it in Ghostbin & select Obj C to see what's wrong
  16. Update Cydia Impactor to the latest version & try reboot your PC.
  17. Ted2

    SEX ME BBY :hug: :KISSES: 

×
  • 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