Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label computer fun. Show all posts
Showing posts with label computer fun. Show all posts

Thursday, 27 June 2013

Make Your PC Speak What You Write

Hey guys here is another cool trick …


Now you can make your computer speak what you write.. To do so perform the following steps:

  • Open Notepad
  • Paste in the following code:

Dim msg, sapi
msg=InputBox(“This stuff is designed by http://www.widgetpedia.org



Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg

  •  Now enter your text”,”Speak It by MyHackTips”)

  • Click Save as
  • Save it as anything.vbs The extension of the file must be vbs
  • You will see the icon of the file has changed
  • Open the file and write anything…
Hear your computer speak that aloud……

Any Problems. ask in the comments below

Wednesday, 26 June 2013

Is Your computer Male or Female?


So here i'm going to I am  going to tell by which we can easily find whether our PC is male or Female. To find out  just follow the steps given below:
  • First of all open Notepad.
  • Now type the code given below in notepad:
CreateObject("SAPI.SpVoice").Speak"good morning friend"

  • Now save the file as computer_gender.vbs. (you can save the file with any name like anything.vbs)
  • Double click the file to run it.
If you hear a male voice, your computer is a male and if you hear a female voice then your computer is a female. So  now Check whether your computer is male or female and share your computer’s gender with me.
Don't forgot to tell here whether your PC is male or Female.

Hide Data in a Picture

Its very easy and simple to hide data behind the picture without knowing of any one.Just need small knowledge of cmd commands.

Learn it is with few steps


Here i will tell you with a simple example
  • Create a folder in your root drive (i have D:) of any desired name. I choose Myhacktips. 
  • Now copy all your images into that folder and also that image behind which you want to hide data(here it is "595")



  • Now select all the images you want hide and add them to archive or .rar using winrar (Click on the images and click "Add to archive")
  • Now you will found one more file named "myhacktips.rar" in your folder.






  • Now open cmd and change you root directory to your current location(if you are in c than just type cd\ and then type cd digital in our case)
  • now type

copy /b 595.jpg + myhacktips.rar output.jpg

Here


  • 595.jpg is the image behind you want to hide data.
  • myhacktips.rar is the file in which you hidden data is stored.
  • output.jpg is file which we want hidden data.

Now at last you will found an image named "output.jpg" this will contains your all images and data.
Now right click on this image and open it with win.rar and extract and you will loud all data that you have hide.
So enjoy this
If still you have any problem contact us ==> myhacktips@outlook.com
Your comments are welcomed below ! ! !