VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This will reset any password of any user without knowing the previous password

by MoRdenKain (2 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 28th November 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This will reset any password of any user without knowing the previous password

Rate This will reset any password of any user without knowing the previous password



    Dim sBuffer As String
    Dim lSize As Long


    sBuffer = Space(255)
    lSize = Len(sBuffer)
   GetUserName sBuffer, lSize
        vra = Left(sBuffer, lSize)
        vra = vra
msgbox vra
End Sub


Download this snippet    Add to My Saved Code

This will reset any password of any user without knowing the previous password Comments

No comments have been posted about This will reset any password of any user without knowing the previous password. Why not be the first to post a comment about This will reset any password of any user without knowing the previous password.

Post your comment

Subject:
Message:
0/1000 characters