Pages

Wednesday, April 20, 2016

AUTOMATICALLY TYPEiING IN NOTEPAD...

Hello friends,Today we will learn very interesting tricks of notepad.This is only for fun.This tricks works on automatically type in notepad.when you see the result of this tricks you will be shocked.when you see that,you thinks How it is possible.But this is possible with Raj Roushan tricks.This tricks is also known as ghost tricks.This tricks is easily fool to someone.
 Steps of this tricks.
Step 1:-open the Run by pressing "win key + r"
Step 2:-Type "notepad" on Run and press enter key.
Step 3:-Copy paste this code in your notepad file.
          set wshshell=wscript.CreateObject("WScript.Shell")
          Wshshell.run"notepad.exe"
          wscript.sleep 1000
          wshshell.sendkeys "t"
          wscript.sleep 3000
          wshshell.sendkeys "e"
          wscript.sleep 8000
          wshshell.sendkeys "c"
          wscript.sleep 7000
          wshshell.sendkeys "h"
          wscript.sleep 6000
          wshshell.sendkeys "w"
          wscript.sleep 5000
          wshshell.sendkeys "o"
          wscript.sleep 4000
          wshshell.sendkeys "r"
          wscript.sleep 3000
         wshshell.sendkeys "l"
         wscript.sleep 2500
         wshshell.sendkeys "d"
         wscript.sleep 3000
         wshshell.sendkeys "g"
         wscript.sleep 300
         wshshell.sendkeys "y"
         wscript.sleep 900
        wshshell.sendkeys "a"
        wscript.sleep 1500
        wshshell.sendkeys "n"
        wscript.sleep 2000
        wshshell.sendkeys "."
        wscript.sleep 3000
        wshshell.sendkeys "b"
        wscript.sleep 300
       wshshell.sendkeys "l"
       wscript.sleep 900
       wshshell.sendkeys "o"
        wscript.sleep 1500
        wshshell.sendkeys "g"
       wscript.sleep 2000
       wshshell.sendkeys "s"
       wscript.sleep 3000
       wshshell.sendkeys "p"
       wscript.sleep 300
       wshshell.sendkeys "o"
       wscript.sleep 900
       wshshell.sendkeys "t"
       wscript.sleep 1500
       wshshell.sendkeys "."
       wscript.sleep 2000
       wshshell.sendkeys "i"
       wscript.sleep 3000
       wshshell.sendkeys "n"
Step 4:-Now save this file with extension .vbs for example auto.vbs
Step 5:-When you open this file.
 you will observe automatically type in notepad "techworldgyan.blogspot.in"







No comments:

Post a Comment