Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. I've already posted BoomGift I agree though, it is nice
  2. I think I know what your problem is. Go into your makefile, and add this at the top if you haven't ARCHS = armv7 arm64
  3. There should be a file called "YourProjectName.plist" in your project folder. In it, there should be a line that says "<string>Your Bundle ID</string>" Since I'm guessing that you don't have it right, use this. <string>com.blumarket.stayinthelinefree</string> EDIT: Didn't see that @castix posted it.
  4. Did you put the correct bundle ID when first making your tweak?
  5. What iOS are you on?
  6. What's wrong with it?
  7. Already been done: http://iosgods.com/topic/592-zombiediary-v13-and-zombiediary2-v10-2/
  8. %hook GameViewController -(void)resetGameAndShouldResetScore:(bool)fp8 { %orig(FALSE); } %end
  9. "Little Elf Helper" Congrats on Novice Cheater!
  10. -Lifetime VIP even though I already have 8 months
  11. I really like this, actually. Good job, @Zimon
  12. Nerva has the Christmas effect
  13. Yeah, sub_x will be a pain Also found the function for lives, I just did MOVS R0, R7 and BX LR'd it
  14. Nice, I'm pretty sure I was looking at the same function you saw in IDA.
  15. Just make a new file called substrate.h and copy all of the text from the one on GitHub and paste it onto yours
  16. Try this: http://iosgods.com/topic/1986-use-of-undeclared-identifier-msfindsymbol/#entry23807 When you download it, put it in /var/theos/include, and you should be good to go
  17. The line that says ScrubbyDubbySaga_FRAMEWORKS, put this "ScrubbyDubbySaga_FRAMEWORKS = Foundation " (Put UIKit in there if you plan on adding a credits popup). If that doesn't work, you could try removing that line.
  18. Nice app image
  19. With YouTube++ and Cercube 3 (both are available on the BigBoss repo), when you watch a video, there will be an option to download it. When you tap it, your video will of course download. You can then find the download tab in whatever place, depending on which of the two you downloaded, and wait for the download to finish. Once that's done, you should have an option to import it to your music app.
  20. You can get a song from YouTube using YouTube++ or Cercube 3 and import it to your music app
  21. already made this tut I believe
  22. Can't tell if this was sarcasm or what
×
  • 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