Nowadays we can get codes for almost any work , which makes work easy . Below I have posted such a Javascript code which works automatically on screen after opening the file , like A Scare Machine , so here is the Jvascript code to scare friends by file sharing
Notepad 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!"
Here are some steps to do further trick.
Step 1 : Copy the above whole BOLD code and then simply paste it in Notepad .
Step 2 : Now save the file as 'Something.vbs' or whatever you want . but Sure to make it .Vbs File .
Step 3 : Now open your Facebook account and send this file to any of your friend.
Step 4 : Now ask him to open that file , Now here the trick will done its work .
So what happened next ?
When your friend will open that file he will see that there wil be messages on screen , typing automatically , which will quite scary .
You also can add / edit this script in Notepad and type or Replace the old message with the message you want to show .
If you find this Useful , then do comment below .
No comments:
To insert a short code, use & lt; i rel = & quot; code & quot; & gt; ... CODE ... & lt; / i & gt;
To insert a long code, use & lt; i rel = & quot; pre & quot; & gt; ... CODE ... & lt; / i & gt;
To insert an image, use & lt; i rel = & quot; image & quot; & gt; ... PICTURE URL ... & lt; / i & gt;