on Friday 20 April 2012
Ok,

Today I am going to tell you funny thing about VBScript .

First of all VBScript is an active script known as Visual Basic Script . It has been installed by default in every windows version.

Now , we are going to see funny tricks.





[1] Make Your Computer speak like a robot......

1) First of all create file having .vbs extension.
    Then copy/paste following code.

2)Dim speaks, speech
  speaks="Welcome Sir Have a Nice day."
  Set speech=CreateObject("sapi.spvoice")
  speech.Speak speaks


3)Now save it.
  Then just doubled clicked on it.


[2] Automatically typing by Computer....

1) First of all create file having .vbs extension.
    Then copy/paste following code.


2)Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "H"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 200
wshshell.sendkeys "G"
wscript.sleep 100
wshshell.sendkeys "u"
wscript.sleep 100
wshshell.sendkeys "Y"
wscript.sleep 100
wshshell.sendkeys "s"
wscript.sleep 500
wshshell.sendkeys "."
wscript.sleep 500
wshshell.sendkeys " "
wscript.sleep 500
wshshell.sendkeys "."
wscript.sleep 500
wshshell.sendkeys "{Backspace}"
wscript.sleep 500
wshshell.sendkeys "{Backspace}"
wscript.sleep 500
wshshell.sendkeys "{Enter}"
wscript.sleep 500
wshshell.sendkeys "I"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 600
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "m"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 600
wshshell.sendkeys "S"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "r"
wscript.sleep 100
wshshell.sendkeys "J"
wscript.sleep 100
wshshell.sendkeys "U"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 600
wshshell.sendkeys "H"
wscript.sleep 200
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "n"
wscript.sleep 100
wshshell.sendkeys "s"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "L"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 100
wshshell.sendkeys "y"
wscript.sleep 100
wshshell.sendkeys "A"
wscript.sleep 100
wshshell.sendkeys " ."
wscript.sleep 600
wshshell.sendkeys "{enter}"
wscript.sleep 100


3)Now save it.
  Then just doubled clicked on it.and just see what happen.

[3] Disco light on keyboard.....

1) First of all create file having .vbs extension.
    Then copy/paste following code.

2)Set WshShell = wscript.CreateObject ("WScript.Shell")
   do
   WScript.Sleep 500
   wshshell.sendkeys "{NumLock}"
   WScript.Sleep 500
   wshshell.sendkeys "{CapsLock}"
   WScript.Sleep 500
   wshshell.sendkeys "{ScrollLock}"
   loop


3)Now save it.
Then just doubled clicked on it.and just see what happen on keyboard.
To see result of this trick Make sure you must have LED of 'Capslock','Scrolllock','Numlock'.Because now-a-days in many laptop they haven't LED.

NOTE: To terminate this process goto TaskManager and terminate wscript.exe process.

If you enjoyed it then plz comment and share this...............
Have a Nice Day...................
on Thursday 19 April 2012
Today I am going to tell you one interesting fact about windows.

Do You know you can't make folder named "con" ?
You can try now.

Why it is so?

 Because In windows special device files are available to aid in certain tasks such as clearing screen etc.in order to maintain this version of windows up to 7 are refused to create folder/file with these reserved device name.

"CON" is one of them.CON incidentally is device file used to capture whatever printed on screen .
There are following reserved keywords.
CON , PRN , AUX , NUL etc.

So here is the trick to create folder named "con".

1. Create Folder.

2.Named it "con"  Don't press enter.

3.Now after writing "con" press "ALT+255".
       NOTE: To write "255" make sure you are using numpad .Function keys are not working in this   trick.
4.Then press ENTER.

It's Created!!!!!!!!!!!!!!!!

Proof of it.

I wish you enjoyed this....................
on Tuesday 17 April 2012
Today, I am going to tell you one interesting trick of IDM (Internet Download Manager).

I see most of people who use internet are finding trick to pass through registration of IDM without crack or purchasing it online.

Here is the steps.
  1. First find "etc" directory in drive in which you installed windows.                Here is path:C:\Windows\System32\drivers.  
  2.  Now in "etc" directory there is  "Hosts" file.Change it permission by Right click on file->Properties.
  3. Now in properties go into "security" tab next to the "General" tab.Now in security tab select "users" under "Group and username." Click on "Edit" button.Then again select "users" under "Group and username." Give full control under "Permission of users" . 
  4. Click OK...
  Here is snapshot.

Now , open "Hosts" file in notepad.And add following lines to end of the file.

127.0.0.1 tonec.com
127.0.0.1 www.tonec.com
127.0.0.1 registeridm.com
127.0.0.1 www.registeridm.com
127.0.0.1 secure.registeridm.com
127.0.0.1 internetdownloadmanager.com
127.0.0.1 www.internetdownloadmanager.com
127.0.0.1 secure.internetdownloadmanager.com
127.0.0.1 mirror.internetdownloadmanager.com
127.0.0.1 mirror2.internetdownloadmanager.com 

After editing file like this.


After that
Enter registration detail in IDM.
In 'Name' enter your good name.
In 'Last name' enter your last name whatever it is.
In 'Email' enter your email address(Original or fake).
In 'Serial no.' enter serial no. from following.

RLDGN-OV9WU-5W589-6VZH1
HUDWE-UO689-6D27B-YM28M
UK3DV-E0MNW-MLQYX-GENA1
398ND-QNAGY-CMMZU-ZPI39
GZLJY-X50S3-0S20D-NFRF9
W3J5U-8U66N-D0B9M-54SLM
EC0Q6-QN7UH-5S3JB-YZMEK
UVQW0-X54FE-QW35Q-SNZF5
FJJTJ-J0FLF-QCVBK-A287M

NOTE: During this process net should not be connected..

I wish you enjoy it...........