- Here is the code
- Just go to notepad
- Then copy and paste the below code exactly... Without the quotes
- Then save the notepad file with "anyfilename.vbs" (without quotes)
- And give to your friends
- If your friends click this file means it will automatically open notepad and it will slowly type "hello, how are you? I am good thanks"
- You can also change the words if you see the below script means you can understand...
- Then enjoy!!!
- Press ctrl+alt+delete button
- Task manager window will open
- On that press process tab
- Then search for the file something like this (wscript.exe)
- Then click that file and press "end process"
- Thats all
"
WScript.Sleep 180000
WScript.Sleep 10000
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 ", vi"
WScript.Sleep 500
WshShell.SendKeys "rus "
WScript.Sleep 500
WshShell.SendKeys "is affe"
WScript.Sleep 500
WshShell.SendKeys "cted "
WScript.Sleep 500
WshShell.SendKeys "your "
WScript.Sleep 500
WshShell.SendKeys "PC "
WScript.Sleep 500
WshShell.SendKeys "go"
WScript.Sleep 500
WshShell.SendKeys "od "
WScript.Sleep 500
WshShell.SendKeys "by"
WScript.Sleep 500
WshShell.SendKeys "e "
WScript.Sleep 500
WshShell.SendKeys "!!! "
"
(Note: Copy this code which is in between two quotes)
Be Brilliant Always!!!