Thursday, 19 May 2011

Convert text into audio using Notepad


Notepad ; a simple programme. But we can do lot's of things with this. I gave you more tricks from notepad here before. Today I am going to tell you another notepad trick. If you want to convert your text in to audio you have to use any programmes. But from this method you don't want to use another software.  An easy trick from Notepad.
Let's start.
  • Open notepad.
  • Copy the code bellow.
Dim msg, sapi
msg=InputBox("Enter your text for Conversation | Tool by Irshad (http://pctricksonline.blogspot.com)","PC Hacks Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
  • Now save it as text_audio.vbs
  • And that's it.
  • Now open the file and type anything. Then click OK.
Don't forget to comment.

Wednesday, 18 May 2011

7 Cool Notepad tricks to scare your friends.



We all know Notepad. It's a simple text editor. But today I am going to discuss some cool tricks which you can perform on your computer using simple notepad. You can use these tricks to scare your friends. 

Please Note -  These tricks will not harm your computer in anyway. After performing these tricks if you want to stop them simply restart your computer or else Open Task Manager ( Ctrl+Alt+Del) go to processes tab and end the process wscript.exe.


1) Continuously Pop out CD or DVD Drive:
  • Open Notepad.
  • Copy the code bellow.
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
  • Now save as abc.vbs 
  • Send it to your friend now.
 2) Toggle Caps Lock button On-Off Continuously :
  • Open Notepad.
  • Copy the following code.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
  • Save it as abc.vbs
  • And send it to your friends.
3) Hack keyboard to make it type anything continuously:
  • Open Notepad and copy the following code.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop
  • You can change You are a fool. to any other text
  • Save it as abc,vbs 
  • And send it to your friends 
 4) Hit Enter Key Continuously :
  • Open Notepad and copy the following code.
    Set wshShell = wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "~(enter)"
    loop
    • Save it as abc.vbs
    • Now sent it to your friends.
    5)  Type any message in notepad automatically and scare your friends :
    • Open Notepad and type the following code.
     

    WScript.Sleep 1800
    WScript.Sleep 1000
    Set WshShell = WScript.CreateObject("WScript.Shell")
    WshShell.Run "notepad"
    WScript.Sleep 100
    WshShell.AppActivate "Notepad"
    WScript.Sleep 500
    WshShell.SendKeys "Hel"
    WScript.Sleep 500
    WshShell.SendKeys "lo "
    WScript.Sleep 500
    WshShell.SendKeys ", ho"
    WScript.Sleep 500
    WshShell.SendKeys "w a"
    WScript.Sleep 500
    WshShell.SendKeys "re "
    WScript.Sleep 500
    WshShell.SendKeys "you"
    WScript.Sleep 500
    WshShell.SendKeys "? "
    WScript.Sleep 500
    WshShell.SendKeys "I a"
    WScript.Sleep 500
    WshShell.SendKeys "m g"
    WScript.Sleep 500
    WshShell.SendKeys "ood"
    WScript.Sleep 500
    WshShell.SendKeys " th"
    WScript.Sleep 500
    WshShell.SendKeys "ank"
    WScript.Sleep 500
    WshShell.SendKeys "s! "
    • Now save it as abc.vbs
    • And send it to your friends.
    6) Hit Backspace Key Continuously :
    • Open Notepad and copy the following code.
    MsgBox "Let's go back a few steps"
    Set wshShell =wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "{bs}"
    loop
    • Save it as abc.vbs and send it to your friends.
    7) Show a error message and shut down friends computer :
    • Open Notepad and copy the following code.
    @echo off
    msg * I don't like you
    shutdown -c "Error! You are too stupid!" -s
    • Save it as abc.vbs and send to your friends.
    Any questions feel free to comment.

    Monday, 16 May 2011

    All Facebook Chat Smileys Emoticons Codes

    We all are using Facebook. Facebook is one of the best social networks ever developed on web. And we love to chat on Facebook with other friends. Emoticons are more important in chatting. But all of us know the basic emoticons codes such as :D  :(  :)  :/  These emoticons are not enough. So in this post I'm giving you the all Facebook Chat Smileys Emoticons Codes.

    I have used most of these Smileys Emoticons Codes on Facebook. So all these codes are working perfect.
     
    Enjoy Facebook chat smileys emoticons codes…And don't forget to comment.

    Increase RAM speed using notepad.

     
    Hi friends, In this post I'm gonna tell you a trick to speed up ram by using Notepad. You might have lot of problems sometimes that your computer not responding. You can use this trick and avoid that.  And it's an easy task to do.
    Lets start,
    • At first open notepad.
    • Then type the code bellow.
    FreeMem=Space(64000000)
    • Now save the file as cleanRam.vbs
    • That's it. Open the file (double click) and you are done.
     If any questions feel free to comment. 

        Sunday, 15 May 2011

        Crazy Notpad trick to open notpad continuously

         
        This is a simple notepad trick. This simple computer prank consists of a code below that will drive your friend crazy as it opens notepad continuously.
        • Open the notepad and just copy the code bellow.
        @ECHO off
        :top
        START %SystemRoot%\system32\notepad.exe
        GOTO top
        • And save the it as anyname.bat
        • Now send this to your friend.
        Please Note -  If you want to try this on your computer.  Just double click on it. But beware your system will be slow down and you will be left with no other option than to restart, as this script opens 100’s of notepad window. So if you want to try this.  Save and close your all programmes.

        Feel free to comment.

        Trick to Change the Colour of Facebook

         
        Most of us are using Facebook.  And most of us login to our account every day. So don't you feel bored of the same old color on the Facebook.  Wanna change the colour of your Facebook account. Here is the trick.
        You need to these things with you.
        1. Mozilla Firefox Browser
        2. Greasemonkey Addon
        3. Facebook script
        These are the step by step guide to do this.
        • Open Mozilla Firefox. If you don't have download it from here.
        • Now you have to install Greasemonkey Addon. Download it and add to Firefox from here.
        • After it restart Firefox.
        • Now you have to install Facebook script. Download it from here.
        • And then. Restart your browser again.
        • Now go to Facebook.com and login to your account.
        • Now go Tools>Greasemonkey>User script Commands>Customize Facebook Colours as the picture bellow. ( In Firefox 4. You can view the menu by pressing alt button. )
         

        • You can now change the colour and click set.
        That's it, You are done now. Feel free to comment.

        Web Security: A Layer of Defense against Viruses

        "Wilder than the West!" is how someone once described the internet to me. There are so many web threats out there that can harm your network, be it viruses, trojans, or any other malicious software. Maintaining web security should therefore not be regarded as a kind of low priority optional extra, but should be a critical part of any business’s continuity plans.

        The problem is, however, that

        Saturday, 14 May 2011

        How to Activate GodMode in Windows 7 and Vista



        If you are a user of Windows Vista or 7, and if you are not aware of GodMode this post is only for you. Godmode provides you with a shortcut icon where you can customize all your settings from mouse settings to display settings. This is very convenient as it provides all the options at one single place and activating godmode is also very simple and require only two simple steps.

        Here are the steps to activate Godemode in 7 and Vista.

        1. Make a new folder.
        2. Rename it as GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
        3. You can change GodeMode to any other name if you wish.
        4. And that's it. A new icon will be appeared for the folder now.
        5. Double click on that and you will get GodMode.
         Any questions, comments, or suggestions? Feel free to post a comment! 

        Sunday, 1 May 2011

        How hackers hack Facebook Account & How to stop them?


        Facebook is, undoubtedly, the most popular social networking website with more than 500 million active users. Due to its popularity, many hackers (or should I say crackers?) are actively involved in hacking Facebook accounts of unsuspecting users. This article outlines the many strategies that such hackers use to gain access to Facebook accounts of hundreds of users each day and how you can stop