Hey!
Did somebody ever try that Stuff in AutoIt ? Its so hard for me!
I wanted to recover Steam Passwords. But I had to stop there:
Code:
#include <String.au3>
$ProId = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\","ProductId")
$MacGuid = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\","MachineGuid")
$HlIo = RegRead("HKEY_CURRENT_USER\Software\Valve\Half-Life\Settings","io")
$DecKey = $ProId & $MacGuid & $HlIo
MsgBox(64,"Decryption Key","The Decryption Key is:"&@CRLF&@CRLF&$DecKey)
Lol! I didn't know how to continue! ;)
So... Here are several password recoverys. Could someone tell me what is an easy one for the beginning ?
Thank you SM in Advance,
and take care!
Lenny