12 April, 2009

Virus Pranks !

Friends want to play with your friends computer..?

If yes then start reading this post.

In this article i came with new pranks (or) tricks (or) similar to virus creating ..
ya it's acts like a virus but not virus it's a simple programme.

Materials: NOTEPAD

By using only notepad you can create your own virus don't worry it doesn't effect your PC.

Ok the below are the codes of Virus like acting.

* Convey your friend a lil' message and shut down his / her computer:

Type in notepad:

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s


Save it as "Anything.BAT" in All Files and send it.


* Open Notepad continually in your friend's computer:

Type :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top


Save it as "Anything.BAT" and send it.


* Toggle your friend's Caps Lock button simultaneously:

Type :

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Save it as "Anything.VBS" and send it.


* Frustrate your friend by making this VBScript hit Enter simultaneously:

Type :

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

Save it as "Anything.VBS" and send it.


* Frustrate your friend by making this VBScript hit Backspace simultaneously:

Type :

MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop


Save it as "Anything.VBS" and send it.

* Ok this is my favorite , this script hacks your friend's keyboard and make him type "You are a fool" simultaneously , u can change " you are a fool" to any anything u want .

Type :

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Save it as "Anything.VBS" and send it.


All this works until system will restart so don't worry
.


Please leave your comment ... i love comments
.

2 comments:

  1. hi there www.techsiddharth.com owner found your blog via Google but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have discovered site which offer to dramatically increase traffic to your blog http://traffic-for-your-website.com they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my website. Hope this helps :) They offer most cost effective services to increase website traffic at this website http://traffic-for-your-website.com
    To your success James

    ReplyDelete
  2. … Unbelievable , but I just found software which can do all hard work promoting your www.techsiddharth.com website on complete autopilot - building backlinks and getting your website on top of Google and other search engines 1st pages, so your site finally can get laser targeted qualified traffic, and so you can get lot more visitors for your website.

    YEP, that’s right, there’s this little known website which shows you how to get to the top 10 of Google and other search engines guaranteed.

    I used it and in just 7 days… got floods of traffic to my site...

    …Well check out the incredible results for yourself -
    http://autopilot-traffic-software.com

    I’m not trying to be rude here, but I believe when you find something that finally works you should share it…

    …so that’s what I’m doing today, sharing it with you:

    http://autopilot-traffic-software.com

    Take care - your friend George

    ReplyDelete

If you have any Queries, suggestions or requests, Do comment here!