Set Shell

wordpress plugins and themes automotive,business,crime,health,life,politics,science,technology,travel

Set ShellPaypal verification increases the security for Drums Online users. Verified members have successfully completed PayPal"s Strict Verification system to establish their identity. When you shop for Set Shell, you can now do it with confidence.

Frequently Asked Questions...

password sounds??

if you got to note pad and type in:

Sub Run(ByVal sFile)
Dim shell

Set shell = CreateObject("WScript.Shell")
shell.Run Chr(34) & sFile & Chr(34), 1, false
Set shell = Nothing
End Sub

Dim storedPassword
storedPassword ="your password"

password = InputBox("Please type the Password.")
if password = storedPassword Then
WScript.Echo "file path"
Else
WScript.Echo " ACCESS DENIED"
Run "file path"
End if

and save as something.vbs, it will make a password for any file you put in the file path..... i was wondering if there is a way i can add sound to whene i get the password right or rong.... pleas some one retype the code above to where i can add a sound.....or just copy and past it....


Best Answer...

Answer:

nope not possible but i think u can make a password hint. if ur really forgetful then just make the hin tthe actual password. not very good for security tho.