16 May 2011

Irritate Your Friend By Making Hit Enter Button Simultaneously


  • 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 the enter button will hit simultaneously
  • Then enjoy!!!
(Note: If you want to stop this file means, just do the below steps)
  • 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
(Note: But in this vbs file we cant able to stop by task manager as it is hitting enter simultaneously so only way to stop is restart pc. But you can try above steps also)




Don't say the trick how to stop this file to your friends, let them restart the computer, it is not the virus it will not affect any pc


"
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
"

(Note: Copy this code which is in between two quotes)

Be Brilliant Always!!!

Related Posts Plugin for WordPress, Blogger...
Twitter Delicious Facebook Digg Stumbleupon Favorites More