Jump to content

imp0ss1ble

Senior Member
  • Posts

    205
  • Joined

  • Last visited

Everything posted by imp0ss1ble

  1. maybe you hook something and make your menu pop up like credits alert? i dont know
  2. so its like nop everything in the function it's in?
  3. what is BX LR and what does it do?
  4. Apple is an american company. they use center. not centre %hook SBUIController -(BOOL)shouldShowNotificationCenterTabControlOnFirstSwipe { return FALSE; } %end
  5. 1919
  6. #define PLIST_PATH @"/var/mobile/Library/Preferences/com.asd.preferences.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook SBUIController -(bool)shouldShowNotificationCentreTabOnFirstSwipe { if(GetPrefBool(@"kEnabled")) { return TRUE; } return %orig; } %end you forgot the '{'
  7. 1915
  8. 1913
  9. where's my page breaker?

  10. try this #define PLIST_PATH @"/var/mobile/Library/Preferences/com.asd.preferences" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } %hook SpringBoard -(bool)homeScreenRotationStyleWantsUIKitRotation{ if(GetPrefBool(@"kEnabled")){ return TRUE; } -(long long)homeScreenRotationStyle{ return 2; } %end <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>label</key> <string>preferences First Page</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <true/> <key>defaults</key> <string>com.asd.preferences</string> <key>key</key> <string>kEnabled</string> <key>label</key> <string>Enable Rotation On SpringBoard</string> </dict> <dict> <key>action</key> <string>respring</string> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>Respring</string> </dict> </array> <key>title</key> <string>preferences</string> </dict> </plist>
  11. those might be just visual only diamonds
  12. does your .ipa file name contain the word 'clutch'?
  13. imp0ss1ble

    Count to 1

    how you make it long??
  14. yes. a flip switch would do. and for two switch. You would get errors when you compile. Becuase you cant return several values to one method at once(which would happen when both switch are on). but you can have something like this < my termcolor tweak it force user to select only one choice. the combo box cell up there require prefup, which is a little bit hard for beginner. just tell me if you want to know more about it
  15. where did you get the crashing app?
  16. found a solution. ldid -s it after cracking with Clutch2 thanks toh everyone
  17. alas, look like binary can be decrypted on iOS 8.3

  18. gameloft got hooked!!!
×
  • 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