Skip to content

Instantly share code, notes, and snippets.

@CPDigitalDarkroom
Created August 19, 2015 20:20
Show Gist options
  • Save CPDigitalDarkroom/d02f9c508367bd18d59d to your computer and use it in GitHub Desktop.
Save CPDigitalDarkroom/d02f9c508367bd18d59d to your computer and use it in GitHub Desktop.
Get past disabled on iOS using cycript
cycript -p SpringBoard
//Not sure if this one was required but I did run it first so theres that
[choose(SBFDeviceLockController)[0] _clearUnblockTimer];
[choose(SBFDeviceLockController)[0] _clearBlockedState];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment