Content thief - http://spnetrix.blogspot.com

Convert text into audio using Notepad 1

Coolpctricks | 4:09 AM |


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.

7 Cool Notepad tricks to scare your friends. 4

Coolpctricks | 12:24 AM |



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.

    All Facebook Chat Smileys Emoticons Codes 0

    Coolpctricks | 8:51 AM |

    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. 0

    Coolpctricks | 5:00 AM | ,

     
    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. 

        Crazy Notpad trick to open notpad continuously 0

        Coolpctricks | 9:34 AM | ,

         
        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 0

        Coolpctricks | 7:01 AM | ,

         
        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.

        How to Activate GodMode in Windows 7 and Vista 0

        Coolpctricks | 8:35 AM |



        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! 


         
        Pc Tricks, Tips & Hacks Copyright © 2011 | All rights reserved Home | RSS Feed | Comment RSS