Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. 01first
  2.  
  3. #!/system/bin/sh
  4. sleep 30
  5. reboot
  6.  
  7.  
  8.  
  9. 02kill
  10.  
  11. #!/system/bin/sh
  12. busybox mount -o remount,rw /system
  13. rm /system/etc/init.d/01first
  14.  
  15.  
  16.  
  17.  
  18. chmod 755 all of the files created including the one in system/usr/bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement