Pages

Wednesday, 9 October 2013

How to access blocked website..

Method 1 (Windows computers)

  1. 1
    Click start on the bottom of the computer screen, then hit Run. You can also hold the Start key and press the R key.

  2. 2
    There will be a text-box where you can type commands. Type in cmd.

  3. 3
    Type ping www.website.com, where website is the website name. (Without the http:// and www.)

  4. 4
    Get the IP address. You will see an IP address in []'s (ie. [192.168.1.1]). Copy the code and type it into the Url bar in your browser.

Method 2

  1. 1
    Go to Google[1]

  2. 2
    In the search box, "type cache:website.com" (without quotes), where website is the site name and hit Enter.

  3. 3
    Google will take automatically take you to the previously saved version of that website.

Method 3

In this method, we will use proxy servers. Proxy servers are useful tools that act as intermediaries between your computer and the websites you visit. When you can’t visit a blocked site directly, you can ask a proxy server to visit it for you. The proxy displays the blocked website, and allows you to interact with it. Since you are communicating directly with the proxy (not with the restricted site)the communication isn't blocked.
  1. 1
    Go the website for the proxy service. Type the URL of the site you wish to unblock, and press Surf.
  2. 2
    Browse the restricted site as you normally would.
    Facebook using http://airproxy82.net/
     Facebook using http://airproxy82.net/

Thursday, 13 June 2013

Change or hack admin password with dos




 Start>>>programs>>>Accessories>>> Command Prompt.

type in command prompt:

net user

then u will see all user

eg : one user is kedar
then type:

net user kedar pink

thats is now pink is set as password.
by this the admin password is replace by ur pink password.

or if user is admin

then type:

net user admin kedar

and again new password is replace .
u will get a command of sucessful.

and if acess denied then ur not administrator.

OOR IF U FORGOT PASSWORD


do one thing


reboot in dos mode

by pressing shift + f10
or
f8
or
safe mode in command prompt

the main aim is to get in dos.

after getting in dos

type cd windows\system32

then

type NUSRMGR.CPL and enter

and ur direclty to then user access password and u can now change or del password.

and other method is same :

but
instead of
:
type control userpasswords2 and enter

ur screen dircetly take u too pasword manager and then reset password and type nwe one

simply naaa

rly me .

it worked !!!! 




Sunday, 9 June 2013

Give matrix digital effect in command prompt


 
This is a simple batch file that will show the binary strings that the Matrix use as their logo and language. It won't look completely like it, but it's fun!


Just write the code below in notepad and save it with bat extension say matrix.bat.




@echo off
color 2
cls
:A
echo 3     2   3   4     6     8   4  2   3  9  7 3   4  9   7    5  3 1 7 9  1 0 9 2 4  6 2 1  3       4  5       3       5 2   1      0 3     6
echo 2     5   5  6 4      7  1 8  6     8  6  0  8 6 4 1   5 6 4 6     8   8 0 3  1 4 6 8  4  7   8      6   2  1 5   7
:B
echo 5    8     9   2    3 6        8  7  1 2 5     3 6 5  4 2 0  8      9  4  0  3 7 4 2   2  8  9   2  0    1     5    6  5  8
:C
echo 5   9  6 8      4 6   8  4  6 8 4         2 6 4 6        8 1  6   6 8 1  0 6 8  1 6  8   1  6     1        6      5  4       5     6   9         8 7  
echo 6       5 1       6    6 0          6          4 6       1 6  5 1       7  5  3 8    5  1 6  5 1 6 0 1 6      0 4      3 4  1  2  4 0   4   3  2
goto A
goto B
goto C