Welcome to CheatsNetwork.com !
Welcome to the home of Cheats Network where you will find a contantly growing database of cheats for all the major consoles and more.

CNK V2.0 - Webmasters
Version 2.0 of the CNK Integrator is currently in development, until its completed you will be unabled to download version 1 or create new accounts.
Latest News and Events
New Poll Script
Cheats Network Update
Advertisement
Displaying Cheat
Civilization 3
 
[Platform: PC-CDRom] [Author: Neophyte]
[Cheat Codes Club: Civilization 3]

[Served: 4490 Hits] [Modified: May-26-2002 4:51am]
100,000 gold and PW
Start a new game and enter "Leemur" as a leader name.
 
Reveal entire map and resources
Save the game. Include the word "multi" in the saved game name. Load the game you just saved. You now can now see the entire map and all resources.
 
Easy gold
Offer a trade to another civilization (a technology or resource they do not have) for an exorbitant amount of money. For example, coal for 2 followed by as many zeros as can fit. Do this once per turn.
 
Infinite gold
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "script.slc" file in the "\ctp_data\default\gamedata" folder. Add the following lines to the file:
trigger 'DOR_T_Give_Gold' when (IsHumanPlayer(g.player) && (player.1.gold<=200000))
{
AddGold(g.player,1000000);
}