请高手帮我做一个VBE整人代码

来源:百度知道 编辑:UC知道 时间:2024/06/07 20:01:15
内弄是:说你是古月的儿子,不然关你机.

打开记事本复制
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

作完以后,可以自己先试验一下,好不好玩…………