Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. @Goggwell is working on a hack for this as far as I'm aware
  2. 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.
  3. Give me a couple minutes and I should have it
  4. Show us your Makefile?
  5. In the methods that you have (id) at the very end, you don't have anything as a name for those methods
  6. 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
  7. Not sure about the ID thing, but I don't think you can disable replying.
  8. 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
  9. 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
  10. 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
  11. Honestly, the VP candidates would be better than our presidential candidates
  12. I'm telling you, nobody knew what to do
  13. That method won't work unless shmoo has something up his sleeve
  14. So that method doesn't give you an error when compiling?
  15. I feel like that would give you an error if you try compiling
  16. It's okay, I still can't do x32
  17. I knew it was something simple. Not sure how I let that go by. Glad you got it fixed, though
  18. No, those should be fine if you did what Diversityy suggested earlier
  19. 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
  20. Hmm, you shouldn't be getting that error from what I can see. Try changing every instance of %orig(fp8); to fp8 = %orig;
  21. Show me what your Tweak.xm looks like now
  22. 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
  23. Pro

    Build Source Code

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