Dummy ADE account and Arguments

This commit is contained in:
bipinkrish
2023-02-24 00:12:15 +05:30
parent b2759bc182
commit a89c55ce39
10 changed files with 141 additions and 49 deletions

View File

@@ -12,7 +12,7 @@ from os.path import exists
VAR_MAIL = ""
VAR_PASS = ""
VAR_VER = 1 # None # 1 for ADE2.0.1, 2 for ADE3.0.1
KEYPATH = "adobekey.der"
from decrypt.params import KEYPATH
#################################################################
@@ -38,11 +38,10 @@ def loginAndGetKey():
global KEYPATH
# acc files
if (not exists(FILE_ACTIVATIONXML)) or (not exists(FILE_DEVICEXML)) or (not exists(FILE_DEVICEKEY)):
if True:
takeInput()
print("Logging in")
print()
createDeviceKeyFile()