Thursday, November 18, 2010

Prank Your Friends With The Most Dangerous Scripts

1) Convey your friend a lil’ message and shut down his / her computer:
@echo off
msg * I don’t like you
shutdown -c “Error! You are too **!” -s

Save it as “Anything.BAT” in All Files and send it.


2) Toggle your friend’s Caps Lock button simultaneously:

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

Save it as “Anything.VBS” and send it.


3) Continually pop out your friend’s CD Drive. If he / she has more than one, it pops out all of them!
Set oWMP = CreateObject(“WMPlayer.OCX.7″)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

Save it as “Anything.VBS” and send it.

Wednesday, November 17, 2010

Tricks And Emoticons For Facebok

:-* - kiss

^_^ - “kiki”

-_- - squint

O.o - confused

Websites To Have Fun With Your Photos

Websites To Have Fun With Your Photos
(Here you can morph your Photos, animinate your Photos & also you can make a pic like you are in U.S.A. and other regions.)


http://photofunia.com/
http://funphotobox.com/
http://www.picartia.com/
http://www.hairmixer.com/
http://www.photo505.com/
http://yearbookyourself.com/
http://www.loonapix.com/

Windows 7 Tips And Tricks

5 great features of win7

 Do not worry. This article will not contain the same old blabla that most of the other Windows 7 toplist articles will mention. It will instead concentrate on five lesser known but powerful new features that increase productivity by a large margin.

You might want to check out our article about Windows 7 which has all the information you need to download the beta of the new Microsoft operating system. If you are not convinced yet that this is a good idea read on; You might be surprised:

1. Opening multiple Instances of the same program

Want to open multiple instances of the same program? Maybe a second command prompt or another application that can be opened in multiple instances? Instead of opening the program again the usual way you can simply press the SHIFT key and left-click on the first instance in the Windows Taskbar to open a second one.

2. Problem Steps Recorder

If you ever had to do phone support you know how hard it can be to understand what the user on the other end of the phone did and wants. The Problem Steps Recorder is a sweet little tool in Windows 7 that can be used by the user to record his steps.

All that the user needs to do is start the recorder by entering psr in the Start Menu box and click on Start Record in the program interface. Screenshots will be taken from user actions. It is possible to add comments at any time if the user feels so. The whole recording will be saved as a zip file containing a slideshow of the actions.

Introduction to Hacking...

"Hacking" is the word that shakes everyone whenever it is said or heard by someone. Everyone born in this world with attitude wants to be a Hacker. But it is not a job of a new born baby or an old grown lady. A Hacker needs a brilliant mind
back to top