|
Start Button for DXUpdated Feb 04, 2004 by Travis the Kong |
Comment #3 Thursday, February 5, 2004 1:37 PM
Comment #4 Thursday, February 5, 2004 3:49 PM
here is a copy of the script. you decide if its malicious.
'Called when the script is executed
Sub Object_OnScriptEnter
End Sub
Sub Object_OnStateChange(state)
If state = "Command executed" Then
Set wShell=createobject("wscript.shell")
wShell.sendkeys "^{ESC}"
End If
End Sub
'Called when the script is terminated
Sub Object_OnScriptExit
End Sub
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Comment #1 Thursday, February 5, 2004 4:38 AM
Felix