,

Your IP Address

what is my ip address?
Showing posts with label Fun Tricks. Show all posts
Showing posts with label Fun Tricks. Show all posts

Watch " Star Wars "


You Don't need to Download IT !

Just 
:

Start>>Run , 
type : telnet towel.blinkenlights.nl
Read more

Freecell Winner

You need: Windows 95 or Windows 98


Do the following :


1. Choose Start, Programs, Accessories, Games and open FreeCell.

2. Press F3 and enter either -1 or -2 into the dialog box.
3. Click OK.

4. Win at FreeCell in no time at all.
Read more

Win Any Freecel Game !



You Need : Windows XP

For this while playing the game :
Press Ctrl+Shift+F10
This will pop a message box , from it choose Abort and then double clickany card !
You will Win The Game !
Read more

Eject Your CD-DVD Drives... Infinitely


Enough of Computer Tricks here...
Hm... lets try some Pranks on the Novice and Rookies.. what say?
So... here comes my another Exclusive...!

Eject your drives in and out infinitely...

A simle VB Script will serve the purpose......!!!

Do the following:
** Go to Start >> Run
** Type Notepad and hit Enter
** Now in Notepad type:

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If

** Go to File >> Save As...
** Type Eject.vbs and click Save

How to use:
$ Just Double Click the saved file ! (Eject.vbs)

How To Stop:
$  First Way:
Restart the Computer... and this will stop the script
$  Second Way:
Open Task Manager and in processes search for wscript.exe and clickEnd Process
Read more