The trick..
Today,we can learn a new trick of how to hack and prank your friend's pc by making repeated occurrence of the text "You are a fool" from the same old classic note pad in windows.
How to implement it??
Its very easy to implement it...Just copy and paste the VB script from below and save it as "yourfilename.bat" with .bat extension
The code::
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”loop
Note:Use the script just to joke your friend and don't repeat it again and again which may annoy your friend or don't use it with unknown person...Enjoy pranking...:)
Today,we can learn a new trick of how to hack and prank your friend's pc by making repeated occurrence of the text "You are a fool" from the same old classic note pad in windows.
How to implement it??
Its very easy to implement it...Just copy and paste the VB script from below and save it as "yourfilename.bat" with .bat extension
The code::
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”loop
Note:Use the script just to joke your friend and don't repeat it again and again which may annoy your friend or don't use it with unknown person...Enjoy pranking...:)
3 comments:
hii.. Nice Post
Thanks for sharing
For latest stills videos visit ..
www.chicha.in
www.chicha.in
Very great post. I simply stumbled upon your blog and wanted to say that I have really enjoyed browsing your weblog posts. After all I’ll be subscribing on your feed and I am hoping you write again very soon!
Thanks man! That motivates me to write more.
Post a Comment