Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. Here's my /var/theos/include: https://www.dropbox.com/s/8p4omu0ey9pgiyu/include.zip?dl=0
  2. 1. I think so, not too positive 2. Which headers?
  3. It looks like you're missing a bunch of headers
  4. I'm just interested in seeing why these are going to be banned
  5. @Raggnar with the W
  6. Been on 8.4 for too long; tethered doesn't exist to me anymore
  7. Was the second question necessary?
  8. Flex is essentially a class sump for apps, in which you can edit the methods within those classes to make hacks. No, it is for jailbroken users only.
  9. Although Google's DNS never helped me any, it can help others, and this goes for any Internet issues.
  10. Only know the song in the video because it's in so many CoD 4 freerunning montages. Either way, great as always, @shmoo
  11. Anyone figure this out? I'm stuck at square 1 with the errors :b
  12. He has. https://iosgods.com/topic/36482-free-dominations-v4460467-1-cheat/
  13. In your Makefile, on the CFLAGS line, add pxcex_ to the beggining of it: pxcex_CFLAGS = -w -fobjc-arc Never mind, don't do that. I thought this fixed it for me, but then I fixed another error, only yo get where you are
  14. "Hope This Save Works" Did you not test it before posting it?
  15. I don't think much has changed (if anything) in terms of ARM. The way you hacked games in IDA before should all be the same
  16. The games you listed require IDA to be hacked. As for the method you have, it would be like this in a Tweak.xm: %hook SomeClass //Change to whatever yours is -(void)setScore:(long)fp8 { %orig(99999); } %end
  17. /var/containers/bundle? I'm not too positive, but check there
  18. No clue, I'm just stuck on the 10 errors
  19. Seeing this, I felt like trying to use it again. I now have 10 errors
  20. What game is this for? I could try myself to see if I can get it to work.
  21. You could try replacing _main_struct with something simple, but I doubt it would work :b
  22. %hook MyMainGame (int)SYS_GetRemainderJewel:(_MAIN_STRUCT*)fp8 { if(GetPrefBool(@"kJewels")) { return 999999999; %orig(fp8); } return %orig; } %end
×
  • 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