Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. <dict> <key>cell</key> <string>PSStaticTextCell</string> <key>cellClass</key> <string>PFHeaderCell</string> <key>background</key> <string>#EFEFF4</string> <key>image</key> <string>/Library/PreferenceBundles/ProjectNamePreferences.bundle/header.png</string> <key>height</key> <integer>100</integer> </dict> <string>/Library/PreferenceBundles/ProjectNamePreferences.bundle/header.png</string> is this still a valid string? because I'm getting this error when I compile make[3]: *** No rule to make target `obj/PFHeaderCell.mm.2267a18e.o', needed by `obj/mimopref.bundle/mimopref.64873355.unsigned'. Stop. make[2]: *** [internal-bundle-all_] Error 2 make[1]: *** [mimopref.all.bundle.variables] Error 2 make: *** [internal-all] Error 2 @DiDA
  2. Yeah, but I'm talking about the .h files in the /theos/include folder , everytime I try to compile, It's asking me for a .h file that I need to find. Compiling worked before I put alot of .h files from the UIKit folder. If you could DiDa, could you give me all of your folders in your /theos/include? So I don't have to spend hours figuring out what to get and what not to EDIT 1 : Nevermind, I got all of them right and can compile. Now I just need to figure out how to fix this damn .png header not showing up
  3. Yeah, it's all there. I'll try to remove the previous random headers that I installed and re-write the code. I'm getting way to many errors
  4. No, I'm not sure why it's not locating it :s
  5. Goodjob man I'm sorry about your grandfather's death. May he rest in peace
  6. Well this is what I used : <dict> <key>cell</key> <string>PSStaticTextCell</string> <key>height</key> <string>133</string> <key>label</key> <string></string> <key>icon</key> <string>banner.png</string> I'm not exactly sure what I'm supposed to write to make it centered?
  7. Do I need UIKit for this to work?
  8. After following this tutorial : https://iosgods.com/topic/6527-tutorialtemplate-how-to-add-a-header-image-to-your-preferencebundle-pfheadercell/?hl=+pfheadercell ... It seems like my header just won't show up. I followed the steps correctly and don't seem to be missing anything. This is what I'm getting :
  9. What's the code to make it centered? It seems like it's a bit on the left
  10. Use the keychain method
  11. Download flex 3, there's a search feature. Flex 2 is outdated and you'll never find a tweak on the cloud, there's way too many
  12. Hello
  13. Even if you downgrade, the game won't let you play until you have the newer version.
  14. No problem and he won't if you want make a support topic
  15. I don't think you can put more than 1 hack in 1 switch, ive never seen it before. Ask DiDA
  16. If it's a 2nd hack, you don't need to put <key>items</key> <array> You start with <dict> <key>cell</key> <string>PSGroupCell</string> <key>footerText</key> <string>Magic Piano Cheats</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <true/> <key>defaults</key> <string>ptest</string> <key>key</key> <string>kPlan</string> <key>label</key> <string>Always perfect</string> </dict>
  17. You have to add the PSGroupCell on top also
  18. Add another PSSwitchCell in the resource .plist file and link the hack
×
  • 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