Download : Adobe CS5 Ultimate Activator.rar - 833 KB
Double click on the Adobe CS5 Ultimate Activator.exe for process.igrab4u
Download Tutorials , Softwares And Much More.
Tuesday, 28 February 2012
How To Activate Windows 7
RemoveWAT tool completely removes Windows Activation from the system resulting in no windows activation section in control panel.
Download : RemoveWAT
*Before run this application close all programmes and documents.
How To Create A Password Protected Folder In Windows
Step 1
Open new "Text Document" as shown below.
Step 2
Copy and paste below code.
...............................................................................................................
cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "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 folder
set/p "pass=>"
if NOT %pass%== PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
..............................................................................................................
You can assign any password in the highlighted line
As a example if NOT %pass%== PASSWORD goto FAIL
PASSWORD = 123456 or whatever......
Step 3
Save the "Text Document.txt" as "locker.bat"
Step 4
Open new "Text Document" as shown below.
Step 2
Copy and paste below code.
...............................................................................................................
cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "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 folder
set/p "pass=>"
if NOT %pass%== PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
..............................................................................................................
You can assign any password in the highlighted line
As a example if NOT %pass%== PASSWORD goto FAIL
PASSWORD = 123456 or whatever......
Step 3
Save the "Text Document.txt" as "locker.bat"
Step 4
Once you double click on that "locker.bat" file there will open folder name "Private" as shown below.
Then double click on that "locker.bat" file again. Then It will shows you a message as below
Press "Y" for hide the folder.
Then double click on that "locker.bat" file again. Then It will shows you a message as below
Press "Y" for hide the folder.
Step 5
In order to retrieve the Private folder again , all you have to do is double click on "locker.bat" file and enter the password that you assigned earlier.
That's it. Enjoy
Download PerX Injector.
PerX injector is needed to inject a hack into the game.
Download : PerX Injector
- Injection Instructions -
Make sure PerX.exe and .dll [Hack File] save at desktop.
1. Run PerX.exe
2. Put in " crossfire .exe" in "What To Inject".
3. Make sure the box is ticked to "Automatically".
4. Then "Browse" a hack. You must already have a hack downloaded and saved into a folder you created.
5. Now start up crossfire .
6. The hack should inject automatically.
Download : PerX Injector
- Injection Instructions -
Make sure PerX.exe and .dll [Hack File] save at desktop.
1. Run PerX.exe
2. Put in " crossfire .exe" in "What To Inject".
3. Make sure the box is ticked to "Automatically".
4. Then "Browse" a hack. You must already have a hack downloaded and saved into a folder you created.
5. Now start up crossfire .
6. The hack should inject automatically.
How To Hide Blogger NavBar
Step 1
Click on the "Edit HTML" > then "Proceed"
Step 2
Copy the below code.
Step 3
Paste above code as shown below.
*/
/* Content
----------------------------------------------- */
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
}
Click on the "Edit HTML" > then "Proceed"
Step 2
Copy the below code.
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
Paste above code as shown below.
*/
/* Content
----------------------------------------------- */
#navbar {
height: 0px;
visibility: hidden;
display: none;
}
body {
font: $(body.font);
color: $(body.text.color);
background: $(body.background);
}