Subscribe to our RSS Feeds
Welcome to my Place...
This blog is for those folks who are interested in computer tweaks..
Do it on your own risk !!, i am not responsible for any sort of misuse
All posts are tested, nothing fake over here.. If you like, comments on it..
Enjoy

✔ Change Your IP Address and Surf Web Anonymously

5 Comments »

When you're online, unfortunately, one of the things at risk is your identity. Hackers look for ways to identify you and use personal information that's yours, usually to your detriment. However, IP address hiding can be one of the ways you can protect yourself when you're online.

If you're online a lot and you share personal information, you probably already know that you are at risk for identity theft and take measures to protect yourself. But you might not know that this can happen even if you're very, very careful. Of course there will be people you want to see your information, but unfortunately, that also puts you at risk of having it seen by those you DON'T want to see it.



In this article m gonna show you a software "Super hide IP", that can make you be "anywhere" in world. People that hack sites will need this kind of software. This tool will put you in selected location all around the world.

NOTE:- This tutorial is for educational purposes only, I am NOT responsible in any way for how this information is used, use it at your own risk.

Super hide IP is user-friendly software that masks your real location. Every computer that is connected to the Internet has its own IP address which could easily be located on a map. This program will help you show yourself like you are surfing from another place in da world.

i download it from torrent..
if you are using torrent you can download it (from torrentpump.com) or if not, you can download trial from  www.superhideip.com

After downloading & patching the screen will look like,

1st Screen Shot:

*You will see your country flag and your real & current ip address..
*Now Click on 'Choose IP Country' button and choose country of which u want IP address, press OK,
*You will see flag of thart country (like in this screen i choose Canada).
*Now finally click on 'Hide IP' button, it will hide your real ip and provide you a new ip...

2nd Screen Shot:

Yes! you are done!!.... (if you want to recover your original IP, simply Click on 'Stop Hide', 1st Screen Shot will appear..thats it!!)..
Sunday, June 13, 2010

✔ LOCK a Folder without using any Software

15 Comments »
Best Trick Ever !!
Sometimes you want to lock folder to hide your personal files and personal data from other users of computer. You will find many Softwares in market for folder lock but it will not working properly or if it works properly then it wants Registration or want crack to use it for longer time.


So now i am telling you one way by which you can hide your personal files or lock your folder without any software.It is very easy to use and very safe.


How to Lock Folder without any Software :
1. Copy this below Code.


**********************************************************
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 **Folder Locker by http://freehacktech.blogspot.com**
echo ......................................................
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
:UNLOCK
echo **Folder Locker by http://freehacktech.blogspot.com**
echo ......................................................
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%== type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End



(Download this .bat file in .rar format here)


2. Extract .rar file and then open .bat file into the notepad.
3. You will find “type your password here” in that code (Without quotes) so just write your password in place of  “type your password here” (Without quotes).
4. Save this notepad as Locker.bat anywhere you wish
5. Then double click on Locker.bat.
6. when you double click on this it will create ‘Locker’ folder automatically there itself, After creating of this folder place the contents you want to lock inside the Locker Folder and run locker.bat again, So it will ask to lock this folder… So just type “y” (without quotes) then press enter. Your folder get disappeared that means you locked your folder. No one can see your files of your locked folder.
7. Now if you want to unlock folder then again double click on Locker.bat, It will ask your password so just enter password and then press enter, Your folder get appeared....lolzz


If you have any problem with this then write your problem in comments. I will try to solve your problem..
Wednesday, June 09, 2010

✔ Hide a Folder without using any Software -2

0 Comments »
Want to hide your folders but don't want to use a Software ?? No problems! Windows provides you with it's own folder hiding System. (other than Folder Option in Tools)

Suppose, you want to hide the folder games in d: which has the path D:\Games.
In the same drive create a text file and type
ren games games.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Now save this text file as loc.bat

Create another text file and type in it
ren games.{21EC2020-3AEA-1069-A2DD-08002B30309D} games
Now save this text file as key.bat

Now you can see two batch files loc and key. Double click "loc" file and the folder named games will change to control panel and you will not be able to view its contents (sometimes that folder will get invisible itself ).
Double click "key" file and you will get back your original folder.

You can do it in any folder..... just specify the folder name instead of 'games' in both files
Check it out!!!!!!!
& Leave comments....
Wednesday, June 09, 2010

✔ Chat With Command Prompt

1 Comments »
If you want a private chat with a friend or client on you Network, you don't need to download any fancy program! 
All you need is your friends IP address and Command Prompt.


First of all, open Notepad and enter:


@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A


Now save this as "Messenger.bat". Open the .bat file and open it , in Command Prompt you should see:


MESSENGER
User:

After "User" type the IP address of the computer you want to contact.
After this, you should see this:


Message:

Now type in the message you wish to send.
Before you press "Enter" it should look like this:


MESSENGER
User: 55.108.103.109
Message: Hi


Now all you need to do is press "Enter", and start chatting!
Sunday, June 06, 2010

✔ !! Internet Explorer Magic !!

4 Comments »
!! IE Magic !!

This code will automatically minimize your IE browser window.  I tried on IE 6, It works well. I don't know about IE 7 or 8, plz you try it & leave comments on it..

1. Copy and paste below code to notepad

2. Save it as "magic.html" (without quotes), anywhere on computer.

3. Open this html file with Internet Explorer browser.

4. As soon as you open the window.. it will alert you, just press OK & see magic !!

<!-- Code Begins here--> 
<html>
<head>
<title>Magic by www.freehackteck.blogspot.com</title>
</head>
<body>
<script language="javascript">
alert("Hey, Click 'OK' n See Magic"); 

// (optional, Even if you remove above line, it will work without alert)

javascript:function shw(n)
{
if(self.moveBy)
{
for(i=35;i>0;i--)
{
for(j=n;j>0;j--)
{
self.moveBy(1,i);
self.moveBy(2);
self.moveBy(-i,0);}}}}shw(6)
</script>
</body>
</html>
<!-- Code Ends here-->
Sunday, June 06, 2010

✔ Google search tricks google dorks

0 Comments »
Google search can be very useful if you know how to use them.Here are some google dorks which can be useful while searching on google.Check them and enjoy google search.There are lot of google dorks i have only only given some useful ones..




site:domain.com “search term = restricts search results to the given domain.


allinurl:WORDS = shows only pages with all search terms in the url.


inurl:WORD = like allinurl: but filters the URL based on the first term only.


allintitle:WORD = shows only results with terms in title


intitle:WORD = similar to allintitle, but only for the next word.


cache:URL = will show the Google cached version of the URL.


info:URL = will show a page containing links to related searches, backlinks, and pages


link:URL = lists other pages that link to the URL.
related:URL = lists other pages that are related to the URL.


filetype:FILETYPE = will restrict searches to that filetype


-filetype:FILETYPE = will remove that file type from the search.


site:www.anysite.net “+www.anysite.net” = shows you how many pages of your site are indexed by google


allintext:WORD = searches only within text of pages, but not in the links or page title


allinlinks:WORD = searches only within links, not text or title
Friday, June 04, 2010