建立个TXT文档
输入: 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) + "哈哈哈哈,真过瘾"
然后保存。再把扩展名改为vbe 发给别人他打开就重启了,
WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是猪,不说我是猪就一分针关你机,不信,试试···"" ",0 ,true
去掉这行就不再重启了 不然就开始->运行->shutdown -a
还可以把这行
WSHshellA.run "cmd.exe /c shutdown -r -t 60 -c ""说我是猪,不说我是猪就一分针关你机,不信,试试···"" ",0 ,true
改成WSHshellA.run "cmd.exe /c shutdown -r -t 1 -c ""说我是猪,不说我是猪就一分针关你机,不信,试试···"" ",0 ,true
保存后发还给他,叫他运行,他想叫自己是猪的机会都没有就重启了。
不懂的可以我:qq:2395015268
on error resume next
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 30 -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) + "哈哈哈哈,真过瘾"
msgbox chr(13) + chr(13) + chr(13) + "你是猪哟!"
dim WSHshellA
set WSHshellA = wscript.createobject("wscript.shell")
WSHshellA.run "cmd.exe /c shutdown -r -t 180 -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) + "你被我耍了"
暂时来说,除了系统自带的备份功能,一般备份系统都要关机重启,因为开机状态下很多系统文件程序在占用,根本复制不了,又怎么能备份得了呢。系统自带的备份又不完全,也不是很好用。
我也不知,不过,我赞同LZ