打印

[原创] 让心爱的人说爱你

本主题由 小3 于 2008-8-23 18:43 移动
哈哈,^_^,真强!!!!!

TOP

支持...

TOP

呵呵,楼住为我门男性同胞做的贡献太大了啊
忠实的守望者

TOP

回复 1# 的帖子

youchuang有创意 但是时间短 而且 输入shutdown -a 就没事了
加油

TOP

可以
起来,不愿做菜的鸟儿们!!!

TOP

哈哈   太有意思了。。
太有创意了!!!

TOP

有意思!!顶。。。。。。。。。。。。。。。。。。。
我想学习!慢慢得变黑!

TOP

太棒了

TOP

呵呵,好玩哈

TOP

呵呵,这个好像是根据一个关机的代码写下来的, on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 30 -c ""说小赵旭是猪,不说就20秒关你机,不信?试试···"" ",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) + "小赵旭o(∩_∩)o...早说就行了嘛"
dim WSHshell
set WSHshell = wscript.createobject("wscript.shell")
WSHshell.run "cmd.exe /c shutdown -a",0 ,true  
msgbox chr(13) + chr(13) + chr(13) + "哈哈哈哈,晕了吧!真过瘾o(∩_∩)o..."


给认定制的一个版本,o(∩_∩)o...,原版本 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) + "哈哈哈哈,真过瘾"

TOP

Processed in 0.163918 second(s), 6 queries, Gzip enabled.