Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. curl -k https://raw.githubusercontent.com/NitinJami/keychaineditor/master/keychaineditor.deb -o keychaineditor.deb
  2. su
  3. dpkg -i keychaineditor.deb
  4. cat <<EOF>torebaClear.sh
  5. #!/bin/bash
  6. keychaineditor -d --account adjust_persisted_uuid --service deviceInfo
  7. keychaineditor -d --account cs_toreba --service com.cyberstep.toreba1
  8. keychaineditor -d --account com.cyberstep.toreba1 --service com.google.iid.checkin
  9. keychaineditor -d --account com.cyberstep.toreba1 --service 211093366040:*
  10. EOF
  11. chmod -c 777 torebaClear.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement