Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

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