Jump to content

45GTR

Senior Member
  • Posts

    443
  • Joined

  • Last visited

Everything posted by 45GTR

  1. Awesome! How do i change the name of the settings for my tweak? when i click the tab it says the name of my tweak but when outside it says 'AsD'
  2. Oh btw how do you add multiple things to he turned on from one switch
  3. Yep! Pref is now working, just gonna add some fun stuff
  4. Oh sh** sorry, I've had a long week and was tired
  5. now this: http://imgur.com/ilF4kch
  6. no headers from another source
  7. i went back to the previous sdk, apparently the IOSSURFACE error is to do with bad headers, have u got a link for a other one?
  8. duplicate declaration of method error
  9. yayyy my tweak.xm is ^ this is my plist now: <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>entry</key> <dict> <key>cell</key> <string>PSLinkCell</string> <key>icon</key> <string>icon.png</string> <key>label</key> <string>XXX Hack</string> </dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>label</key> <string>Tons of coins for you</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.AsD.pref</string> <key>key</key> <string>kUninstall</string> <key>label</key> <string>Infinite Coins</string> </dict> </array> <key>title</key> <string>XXX Hack</string> </dict> </plist> I still haven't changed some titles
  10. Yep changing that then re-compiling you forgot to hook
  11. hey guys can someone please help me create a pref bundle for my tweak? it is greatly appreciated! I'l give you guys my tweak.xm and plist stuff. Tweak: #define PLIST_PATH @"/var/mobile/Library/Preferences/pref.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook SBIconController -(BOOL)allowsUninstall{ return FALSE; } %end Plist in resources: <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>entry</key> <dict> <key>cell</key> <string>PSLinkCell</string> <key>icon</key> <string>icon.png</string> <key>label</key> <string>XXX Hack</string> </dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>label</key> <string>Enable!</string></dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.AsD.pref</string> <key>key</key> <string>allowsUninstall</string> <key>label</key> <string>Infinite Coins</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>label</key> <string>High number of gems</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>xxxx</string> <key>key</key> <string>kGems</string> <key>label</key> <string>Infinite Gems</string> </dict> </array> <key>title</key> <string>XXX Hack</string> </dict> </plist> This bundle ^ isn't complete so your help is greatly appreciated! Thanks!
  12. We won't ever know what happened.
  13. :laughing:
  14. Awesome! Enjoy your device, how did everybody know your birthday?!
  15. HBD Bro!! What did u get?
  16. Upload it to Cydia!
  17. LOL that makes no sense
  18. ooh, do i need to make a new tweak or should i just change it in the plist?
  19. where'd you get those from!? I cant find messages in my applications! is that why it dont work?
  20. i'll get back to you bro, was the bundle thing ok? I've installed the tweak, everything went smoothly, however the tweak doesn't actually work tried a respring
  21. what about the other errors
  22. I can't seem to make another thread anyway please disregard my other errors, Ok, http://imgur.com/bv3kgWD Thats my error now! IM using com.apple.messages as a bundle DiDA i think your code was wrong!
  23. how do you build the tweak? cd to project folder then 'make package install'? Now, It's saying directory not found when loading NIC.PL It was working fine yesterday! IT's AN -SH ERROR
  24. Awesome! Do I still need to #import anymore?
×
  • 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