Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

  1. %hook DynamicWorld - (BOOL)doorCanBeUsedByPathUser:(id)pathUser atPos:(id)pos { if (GetPrefBool(@"kHack")) { return YES; } return %orig(); } %end
  2. Depends, I would recommend doing this: %orig(arg1, MODIFIED, arg3); Here, only arg2 (MODIFIED) is modified, arg1 and arg3 are "pass-through" values.
  3. That might be because there is an error when loading the binary into memory. Install "syslogd to /var/log/syslog/" from saurik's repo, reboot, and run the application. Then retrieve the syslog file from /var/log/syslog, open it, and at the very bottom of the file, find any errors when trying to load Safari and/or the App Store, and report them here.
  4. @@Ky1e Did you install the package, "GNU Debugger" from cydia.radare.org?
  5. It's actually: %orig(99999999, 99999999, 9999999); Make sure the number is not set to above 2,147,483,647 at which point numbers exceeding that value are turned negative, if you want to use that value in Hacking, use this: %orig(INT_MAX, INT_MAX, INT_MAX); Just make sure that the number hacked is permanent, and never exceeds that amount.
  6. Here you go: #define plistPath @"/var/mobile/Library/Preferences/YourPlist.plist" BOOL GetPrefBool(NSString *key) { return [[NSDictionary dictionaryWithContentsOfFile:plistPath]; %hook ClassName - (void)function:(int)arg1 function:(int)arg2 function:(int)arg3 { if (GetPrefBool(@"")) { %orig(arg1ModifiedValue, arg2ModifiedValue, arg3ModifiedValue); } else { %orig(); //return original implementation since prefs are not enabled } } %end
  7. You can't modify values after you've already returned and ended the execution of the method. Here is the proper solution: %hook ClassName - (void)function:(int)arg1 function:(int)arg2 function:(int)arg3 { %orig(arg1ModifiedValue, arg2ModifiedValue, arg3ModifiedValue); } %end Make sure to replace the "arg#ModifiedValues" with the integer values you want.
  8. 'My phone will lag while typing my password i cant open it' sounds pretty specific to me
  9. Modern Combat 5, suck wack Security.
  10. I'm DiDA

    1. zzmorg82

      zzmorg82

      Hi DiDA, I'm MickySoFine.

    2. AnotherLurker

      AnotherLurker

      Hi MickySoFine, I'm Mohammad96

    3. zzmorg82

      zzmorg82

      Hi Mohammad96, I'm smokey.

    4. NitroxicDemon

      NitroxicDemon

      Hi Smokey, I'm Curry

    5. 1Jakey

      1Jakey

      Hi Curry, I'm Klepto

  11. DiDA promoted me to secret banned. :(

    1. Show previous comments  1 more
    2. --Techarmor--

      --Techarmor--

      Your using his profile picture.

    3. Klepto
    4. 3lli0t
    5. --Techarmor--

      --Techarmor--

      You changed your pic again? its supposed to be like this http://i.imgur.com/RYPYJj4.jpg

    6. AnotherLurker

      AnotherLurker

      DiDA probably removed by picture.

  12. I'm saying that no one can truthfully leave, they will always come back.
  13. "Leaving" Klepto said that last week.
  14. He still hasn't locked Time to spam
  15. Do a text search of 6.9 and see "far" it will get you.
  16. Welcome!
  17. No Problem.
  18. Unless you are an A4 Device with Saved SHSH Blobs, there is currently no way to downgrade to iOS 9.0.2. Sorry.
×
  • 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