Posts Tagged ‘virus’

Funny VB Script

Copy the following code in notepad and save it as “fun.vbs” with inverted comma. And have fun. Actually this code opens notepad and begin to type automatically. Even you close the notepad it’ll keep typing wherever it finds to type. CODE: Set wshshell = wscript.CreateObject(“WScript.Shell”) Wshshell.run “notepad” do wscript.sleep 400 wshshell.sendkeys “Hi, “ wscript.sleep 400 […]

Hidden files not showing??

I was facing problem of not showing hidden files even I choose option to show it in the explorer. This problem started since I burrowed pendrive from my friend. This was actually caused by virus. I don’t know the specific virus but it is of course either visual basic script or and executable file.That actually […]

Capslock hacking batch code

You often chat and type while surfing arround net. What if your keyboard started being crazy and your mail isn’t opening even you’ve entered the correct passowrd. This simple few lines code enables and disables the capslock key randomly leading to type in capital and small letters repeatedly. Which reults wrong password and zigzag typing. […]