Google+

Wednesday, June 12, 2013

Small Hacking Tricks with Notepad..

How to Delete all your system files with a small command ?

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

del *.*

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


RAM crashing trick

open notepad and type

:A
start http://info-unleashed.blogspot.in/
goto A

save with .bat extension.
Infinitely loops your browser to open up http://info-unleashed.blogspot.in/

Use this for learning purpose.

No comments:

Post a Comment