Created
August 19, 2015 20:20
-
-
Save CPDigitalDarkroom/d02f9c508367bd18d59d to your computer and use it in GitHub Desktop.
Get past disabled on iOS using cycript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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