Skip to main content

Make your Computer Talk


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.

To create one such talk script, follow the steps given below:-

Make your Computer Talk

Steps
  1. Open Notepad.
  2. Copy and paste the exact code given below.
          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message
        3. Click on File MenuSave As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
        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.

    Windows Compatibility: This VBS file can be executed on all versions of Windows including Windows XP,Windows VistaWindows 7 and Windows 8.

    Personal Experience: I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.

    Comments

    Popular posts from this blog

    Hacking Cyberoam(Bypassing)

    Hacking Cyberoam(Bypassing) Module A : Find open ports and your organization IP Step 1 : Download Free Port Scanner Software The first software required to crack software is a free port scanner software. download from  http://hotfile.com/dl/13028395/0467e17/FreePortScanner.rar.html It is also available on  http://www.nsauditor.com/network_tools/free  port scanner software Step 2 : Install free port scanner. Step 3 : Detecting the static IP assigned to your organization. you need to find out the static IP assigned to your organization which is allocated by the ISP Goto  www.WhatIsMyIP.com Here the site will display your IP address. Please note down your IP address which we will be using again in the further steps. Step 4 : Scanning open ports for your external IP address. Entering IP address whose port has to be scanned.                        Note the active port :                       Module B: Configuring proxy server Step 1 : Download Proxifier – proxy software To hack cyberoa

    How to configure tor network in all browser

    1. Download Vidalia Bridge Bundle https://www.torproject.org/download/download.html.en 2. click on start tor on Vidalia control panel 3.Wait till it connect to proxy servers 4.Go to Internet Explorer  5.Go to tools -> internet options 6.Click on Lan settings. 7.Click check on use proxy then click on advanced button 8.Proxy setting only socks ip of 127.0.0.1 and port 9050 9.Click ok and done

    Hacking Aspx / Php websites (ACTIVE SQL INJECTION)

    Hacking Aspx / Php websites (ACTIVE SQL INJECTION) hey guys in this tutorial i will show you how to make a injection on a aspx based website.  1) seach aaspx website.  for this step you can use one of this dorks  ".aspx?bookID= "     OR         ".php?id= " 2) If you found one lets check if the website is vulnverable. Add this text after the url  "order by 1--"  example : http://www.target.com/index.aspx?Id=1 order by 1--  Now you will get a Error : "Page not found" or something like that.  3) Lets go on and begin with the Injection the first step of every injection is to find out the columns.  for this step we use :  "having 1=1"  you only have to copy it behind the url  example : http://www.target.com/index.aspx?Id=1 having 1=1  4) Well lets go on and search the tables. Use this code for it  and 1=convert  example : http://www.target.com/index.aspx?Id=1 and 1=convert  The output is the first table of the databse. But this table