Advertisement
princetechn0

Untitled

Feb 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #import <control.h>
  2.  
  3. %hook SBLockHardwareButtonActions
  4.  
  5.  
  6. -(void)performTriplePressActions {
  7.  
  8. [[NSClassFromString(@"SBUIFlashlightController")
  9. sharedInstance] turnFlashlightOn];
  10.  
  11.  
  12.  
  13. }
  14.  
  15. %end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement