Home

Awesome

CuteVirusCollection

A Collection of Cute But Deadly Viruses

They will instantly snatch control from you. Then will sicken your high-end PC by overflowing the RAM & overwhelming the processor. And you will see your computer groaning till it crashes. Believe me, viruses were never so lovely before.

Computer is a very complex machine. You just have to break one support to crash the whole structure. It can be done in many ways- overloading the processor, overflowing the RAM, flooding the hard-disk, occupying input/output system or any other resource, and erasing essential software (like- operating system). Follow the Disaster Level for getting a categorical view of the project.

Disaster Level

Level-1: Wolf

CodeIntro
prank_master.vbsShows an unending sequence of annoying messages.
out_of_control.javaRandomly moves the mouse pointer, & clicks different places on the screen.
chaos_devil.cRandomly moves the window round. Only Ctrl+Alt+Del will work here.
dark_screen.cSimply shuts the system down.

Level-2: Tiger

CodeIntro
memory_crash.htmlCreates a super big string and overwhelms the RAM.
browser_breaker.htmlThe site contains JS code which generates an infinite string of characters that overwhelms the memory.
cmd_blast.cOpens an infinite number of command prompt window till the system crushes.
unclosable.htmlOpens lots of windows in the browser and crushes the PC.
consecutive_normal_punch.cA fork-bomb that creates lots of child process till the computer gives up.
fork_bomb.shCreates an infinite number of processes.
ram_slayer.cConsumes full space of the RAM.

Level-3: Demon

CodeIntro
cpu_eater.batThis batch program recursively executes itself forever and takes up full CPU usage.
zip_bomb_42.zip4.5 petabytes of data compressed into 42 kilobytes. Trying to uncompress may prove fatal. The password is 42.
folder_flooder.batCreates a lot of folders on the disk.

Note: I have personally tested all of the programs on my laptop; no permanent damage was caused by any of them. But I cannot guarantee your safety. So run them on your own risk.

You can stop them by pressing Ctrl+Alt+Del or kill the process with task manager. For testing, you may also use online compilers, like- TutorialsPoint-CodingGround or repl.it.