谁帮忙解读下这些代码~~~!

来源:百度知道 编辑:UC知道 时间:2024/05/26 08:32:10
on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是个大大大傻瓜,不说我是个大大大傻瓜就一分钟关你机,不信,试试···"" ",0 ,true
dim a
dim i
dim j
i=0
do while(a <> "我是个大大大傻瓜")
a = inputbox ("说我是个大大大傻瓜,就不关机,快撒,说 ""我是个大大大傻瓜""","说不说","不说",8000,7000)
if a="死了都不说" then
i=i+1
j=1
else
j=0
end if
if i<3 AND i<>0 AND j=1 then
msgbox chr(13) + chr(13) + chr(13) + " 还有"& 3-i &"次,加油啊~ "
else
msgbox chr(13) + chr(13) + chr(13) + a,0,"MsgBox"
end if
if i=3 then
exit do
end if
loop
if i=3 then
msgbox chr(13) + chr(13) + chr(13) + "I 服了 U!"
else msgbox chr(13) + chr(13) + chr(13) + "早说不就行了嘛~"

玩你的小程序,
你必须在3次之内说自己“我是个大大大傻瓜”,不回答的话他就会使用WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c 进行在60秒关机的任务。
说了以后他还说“哈哈哈哈,你很好玩噢”等。。。