Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Figure out which variable is for the cost & change to 0
  2. Where is my 17 ?
  3. Pay me, I do it
  4. 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
  5. Don't think so, but why would you want that anyways
  6. You'll get banned for using tweaks in Snapchat. You gotta wait for Cokepokes to update
  7. Make sure you use the correct port.
  8. Then u have to do real stuff
  9. Show ur code instead of this gay sh!t
  10. Why can't you just do it yourself?
  11. 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?
  12. LDR X0, [x23 #0x40] for big value, specific value can be set with MOV
  13. Bruh are u kidding me
  14. 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
  15. Nothing, you can use whatever you want. (gay, ass, lesbian etc etc). Alsong as you return them
  16. 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
  17. -(unsigned int) getConsumableAmountOfType:(int)fp12 { Use this on the line
  18. 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.
  19. %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
  20. Also, you returned it TRUE, which I don't think you want. But not sure ofcourse
×
  • 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