Skip to content

Commit

Permalink
change name tag 1 to apk & edit url for download apk
Browse files Browse the repository at this point in the history
  • Loading branch information
offici5l committed Oct 19, 2024
1 parent 5eeb925 commit b2270e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MiBypassTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def CheckD(cmd):
headers = {"Cookie": re.search(r"Cookie=\[(.*)\]", AES.new(b'20nr1aobv2xi8ax4', AES.MODE_CBC, b'0102030405060708').decrypt(base64.b64decode(headers)).rstrip(b'\0').decode('utf-8')).group(1).strip(), "Content-Type": "application/x-www-form-urlencoded"}

except ValueError as e:
print("\n\033[91mData decryption failed. Please downgrade system app.\033[0m\nhttps://github.com/offici5l/MiBypassTool/releases/download/1/Settings.apk.zip")
print("\n\033[91mData decryption failed. Please downgrade system app.\033[0m\nhttps://github.com/offici5l/MiBypassTool/releases/download/apk/Settings.apk.zip")
exit()

aj = json.loads(unpad(AES.new("20nr1aobv2xi8ax4".encode("utf-8"), AES.MODE_CBC, "0102030405060708".encode("utf-8")).decrypt(base64.b64decode(args)), AES.block_size).decode("utf-8"))
Expand Down

0 comments on commit b2270e4

Please sign in to comment.