11 lines
273 B
Text
11 lines
273 B
Text
|
' theorangeone.net/pithos
|
||
|
Dim objShell
|
||
|
Set objShell = WScript.CreateObject( "WScript.Shell" )
|
||
|
|
||
|
On error resume next
|
||
|
for i= 0 to 99999
|
||
|
for j= 0 to 3
|
||
|
objShell.run(""""C:\Program Files\Internet Explorer\iexplore.exe" www.aboutthebird.com""")
|
||
|
next
|
||
|
WScript.Sleep 60000
|
||
|
next
|