Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Woahh congrats mattie

  2. Figure out which variable is for the cost & change to 0
  3. Hi, currencies & some other things for this game https://itunes.apple.com/us/app/ezpz-rpg-3d/id1322878941?mt=8&uo=8&at=1010lce4&at=1010lce4 https://ghostbin.com/paste/cbazc @Joka add to ur hax thenks
  4. Don't think so, but why would you want that anyways
  5. You'll get banned for using tweaks in Snapchat. You gotta wait for Cokepokes to update
  6. Make sure you use the correct port.
  7. Then u have to do real stuff
  8. Show ur code instead of this gay sh!t
  9. LDR X0, [x23 #0x40] for big value, specific value can be set with MOV
  10. 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
  11. Nothing, you can use whatever you want. (gay, ass, lesbian etc etc). Alsong as you return them
  12. 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
  13. -(unsigned int) getConsumableAmountOfType:(int)fp12 { Use this on the line
  14. 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.
  15. %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
  16. Also, you returned it TRUE, which I don't think you want. But not sure ofcourse
  17. +{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
  18. Update Cydia Impactor to the latest version & try reboot your PC.
  19. Ted2

    SEX ME BBY :hug: :KISSES: 

  20. Try edit it on pc & then replace back on phone
×
  • 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