This code will porotect your folders, not 100% it is still can hacked, but
you can hide in some ways the folder.
Code:
// Floder PassWord.cpp : main project file.
// MADE BY EXROV ONLY \\
#include "stdafx.h"
#include <iostream>
#include <string>
using namespace System;
using namespace std;
int main(){
string password="example"; // not must to be example.
cout<<"Please enter the password to the Folder:documents \n";
cin >> password;
if (password=="text"){ //Change text to your password!
cout<<"Geting in \n";
system("start c:\documents");
// change c:\documents to your folder location!
}
else {
cout<<"Wrong Password! \n";
system("EXIT");
}
}
hope i helped you.
DOWNLOAD CODE:
http://www.sendspace.com/file/ua4jhc
if there errors tell me please i will help you.
Exrov.

New Topic/Question
Reply



MultiQuote




|