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
{"backgrounds":[{"id":"bc17b515-6994-429e-9cae-3fb479454431","key":"background/image","active":true,"display":{"luminosity":-0.3,"blur":0}}],"widgets":[{"id":"9e5bd0e1-702d-4a3d-8709-0e445d63fd64","key":"widget/time","active":true,"display":{"position":"bottomRight","fontSize":28}},{"id":"8ea08c0a-fd75-41a9-abc6-7c92f4508cd7","key":"widget/greeting","active":true,"display":{"position":"bottomRight"}}],"data":{"8ea08c0a-fd75-41a9-abc6-7c92f4508cd7":{"name":"Ian"},"9e5bd0e1-702d-4a3d-8709-0e445d63fd64":{"mode":"digital","hour12":false,"showDate":false,"showMinutes":true,"showSeconds":false,"showDayPeriod":true},"6fe03bc4-aa2d-4484-95d1-560ffbceedc6":{"by":"official","collections":"","featured":false,"search":"","timeout":9007199254740991}},"_persist":{"version":-1,"rehydrated":true}} |
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
import base64 | |
filename = input("Enter file location: ") | |
with open(filename, "rb") as f: | |
data = f.read() | |
base64_1 = base64.encodestring(data) | |
with open("output.txt", "w") as w: |
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
#!/usr/bin/env python3 | |
""" | |
Parse.py for parsing Google drive get_video_info files. | |
Not sure what you'll use this for, but cool I guess... | |
@author Ian Hiew([email protected]) | |
""" | |
HOLY SHIT is this original guide outdated and broken as fuck
Credits to OrangeRa1n for the original guide
This is a guide on how to activate ur idevice on ios 15 (maybe ios 14 idk) when its futurerestored on 16 sep.
DISCLAIMER: I am very aware people might use this to bypass icloud, but I am NOT encouraging you to bypass icloud.
ALSO: THIS IS RECOMMENDED FOR ADVANCED USERS ONLY, i am not responsable for ur device being broken (tho idk how it becomes broken via this)