Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. You still have a bunch of methods with nothing at the end of them. In the methods that you have (bool), (id), whatever at the end, you need to put something after those, even if there's nothing after it in Flex.
  2. Give me a couple minutes and I should have it
  3. Show us your Makefile?
  4. In the methods that you have (id) at the very end, you don't have anything as a name for those methods
  5. Assuming you used iFile at first, yes. You will need a file browser for your PC (I use the classic iFunBox, it shouldn't matter), as wel as Apple File Conduit "2" and House Arrest Fix from Cydia. You then plug your phone into your computer, find your Tweak.xm, and you can use a text editor on your computer to edit it that way. When you're done, you can save it and put it back into whatever you're using for a file browser
  6. Not sure about the ID thing, but I don't think you can disable replying.
  7. Just noticed something. There are member tags in there for some reason, so if you find one that says "edirsito" or something like that, replace it with _dirs
  8. Not sure if that's what you were looking for, but I found that on GitHub. If it is, just overwrite your current one again
  9. This topic is just a quick thank you to and @DiDA for holding the competition that recently ended, and it feels great to say that I won it I did get my prize from S14t3r, though I did forget to screenshot the actual redeeming of the prize
  10. Honestly, the VP candidates would be better than our presidential candidates
  11. I'm telling you, nobody knew what to do
  12. That method won't work unless shmoo has something up his sleeve
  13. So that method doesn't give you an error when compiling?
  14. I feel like that would give you an error if you try compiling
  15. It's okay, I still can't do x32
  16. I knew it was something simple. Not sure how I let that go by. Glad you got it fixed, though
  17. No, those should be fine if you did what Diversityy suggested earlier
  18. I'm honestly clueless right now, and it's probably something simple I'm missing out on. I'll install the game real quick and use your Tweak.xm and see if I can figure it out that way
  19. Hmm, you shouldn't be getting that error from what I can see. Try changing every instance of %orig(fp8); to fp8 = %orig;
  20. Show me what your Tweak.xm looks like now
  21. Remove everything before your credits popup in your Tweak.xm and do this: #include <UIKit/UIKit.h> %hook UserDataManager -(bool)isTrailUnlocked:(int)fp8 { return TRUE; %orig(fp8); ) -(bool)isCharacterUnlocked:(int)fp8 { return TRUE; %orig(fp8); ) -(bool)isHatUnlocked:(int)fp8 { return TRUE; %orig(fp8); ) -(bool)isPowerupUnlocked:(int)fp8 { return TRUE; %orig(fp8); ) %end
  22. Pro

    Build Source Code

    cool
  23. I can confirm this. I've used it before, and I went to buy cash while using it (was gonna get cash regardless), and it gave me the amount of cash it usually does
×
  • 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