StrSQLlite = 'C:\Users\dth8hxg\Documents\_programs\sqlite3.exe' StrCurrentDirectory = left(WScript.ScriptFullName,(Len(WScript.ScriptFullName))-(len(WScript.ScriptName))) StrCacheFile = FindCacheFile(strCacheFile) StrCacheFile = 'C:\Program Files (x86)\Common Files\Adobe\Adobe PCD\cache\cache.db' Set objNetwork = CreateObject( 'Wscript.Network' ) Set objShell = CreateObject( 'WScript.Shell' ) Set objFSO = CreateObject( 'Scripting.FileSystemObject' ) 'SQLITE3 source and binaries can be found at 'Variable Declarationsĭim strCacheFile, strCurrentDirectory, strCommand, strSQLlite, strLine, strAdobeEncryptedKey, strAdobeKey, strFile 'To run this program make sure that sqlite3.exe is in the same folder as this vbs file. 'His code was Converted from the source for 'Enchanted Keyfinder' 'Cipher code converted from Sam Gleske's javascript found at: 'Written by Ryan Williams I am not a programmer so please excuse the messy code 'Modified by Travis Smith () to fetch all Adobe licenses.