求高手给我一个vbe的整人代码 15
展开全部
楼上。。你可以调用CMD、之后运行shutdown -s -t 0(这是时间)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
打开记事本复制
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
作完以后,可以自己先试验一下,好不好玩…………
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
作完以后,可以自己先试验一下,好不好玩…………
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询