Jump to content

45GTR

Senior Member
  • Posts

    443
  • Joined

  • Last visited

Everything posted by 45GTR

  1. Ah ok, it works!!!! Any idea how to add a centred image in the settings to make it look professional? Do you want to go in the creds?
  2. im getting nothing to be done errors
  3. ill try it, is it ok to recompile a tweak which is already installed?
  4. DiDA everything works, but i don't know where to put this: <dict> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>Respring</string> <key>action</key> <string>respring</string> </dict>
  5. Now it says something about looking for a open tag on line 5
  6. here is some extra info, when opening the plist from ifile it says; property list/var/mobile.asd/AsD/Resources/AsD.plist invalid: close tag on line 32 doesnt match open tag array?
  7. Oh ok thanks, trying to Add a respring button but my pref is blank in settings: <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-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>LockDelete</string> </dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>label</key> <string>Prevent Apps From Being Deleted</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>Enable LockDelete</string> </dict> </dict> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>Respring</string> <key>action</key> <string>respring</string> </dict> </array> <key>title</key> <string>LockDelete</string> </dict> </plist>
  8. 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'
  9. Oh btw how do you add multiple things to he turned on from one switch
  10. Yep! Pref is now working, just gonna add some fun stuff
  11. Oh sh** sorry, I've had a long week and was tired
  12. now this: http://imgur.com/ilF4kch
  13. no headers from another source
  14. 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?
  15. duplicate declaration of method error
  16. 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
  17. Yep changing that then re-compiling you forgot to hook
  18. 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!
  19. We won't ever know what happened.
  20. :laughing:
  21. Awesome! Enjoy your device, how did everybody know your birthday?!
  22. HBD Bro!! What did u get?
  23. Upload it to Cydia!
  24. LOL that makes no sense
×
  • 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