Topic (Locked) [GUIDE] List of Cheat Codes (& Hidden Codes)
Sixen #935
Sixen
MVP
Edited by Sixen on 3/15/11 8:08 PM (PDT)
First post contains official, hidden, alternative, and Lost Viking Cheat Codes and their effects. Second post contains the Cheat Code Constants explanation.

Notes
  • WARNING: When using cheats, achievements are disabled. To enable achievements again, start a new game or load a saved game. The only code that does not disable achievements is OverEngineeredCodPiece.
  • Entering "=" without the quotations will re-enter the last cheat used.
  • Cheats that grant x amount of credits/resources can be followed by an amount to receive that amount instead of the default 5000. i.e: "jaynestown 1337" will grant 1337 Terrazine.
  • The number in brackets next to each cheat is it's Constant, which you can read about in post #2.

  • The Hidden/Alternative Cheat Codes no longer as of Patch 1.3.0.


  • Official Cheat Codes (in alphabetical order)
    Taken from the blog post on 12/2/10, http://us.battle.net/sc2/en/blog/1316152.

      Bunker55AliveInside [4] - Disables the need for Supplies (Food)
      CatFoodForPrawnGuns [2] - Enables Fast Builds and Fast Upgrades
      EyeOfSauron [20] - Allows Access to all Cinematics
      HanShotFirst [0] - Disables Cooldowns on Spells
      HoradricCube [23] - Opens all Research Options
      IAmIronMan [16] - Instantly Allows all Upgrades
      ImADoctorNotARoachJim [3] - Enables Fast Unit Healing
      Jaynestown [14] - Adds 5000 Terrazine to the Available Resources
      LeaveYourSleep [19] - Opens all Missions (Ability to Jump to Missions)
      LetsJustBugOutAndCallItEven [1] - Instant Defeat
      MoreDotsMoreDots [5] - All Units and Buildings are Free to Build (No Cost)
      NeverGiveUpNeverSurrender [9] - Enables Continued Play After a Defeat
      OverEngineeredCodPiece [-1] - Plays the Song Terran Up the Night
      RealMenDrillDeep [17] - Adds 5000 Gas to the Available Resources
      SoSayWeAll [13] - Allows the use of all Tech
      SpectralTiger [8] - Adds 5000 Minerals to the Available Resources
      StayClassyMarSara [21] - Allows Access to all UNN TV News Broadcasts
      TerribleTerribleDamage [7] - Enables God Mode
      TookTheRedPill [12] - Disables Fog of War
      TyuHasLeftTheGame [10] - Disables Victory Conditions to Allow Continued Play
      WhatIsBestInLife [18] - Instant Victory
      WhoRunBartertown [6] - Adds 5000 of each Resource to the Available Resources
      WhySoSerious [22] - Adds 5 Million Credits


    Hidden Cheat Codes (in alphabetical order)
    Unlike the Alternative cheat codes that are interchangeable with the official ones, these cheat codes for whatever reason were not included in the official set and do completely different functions.

      DZMHairSpring [11] - Adds 5000 Custom Resources to the Available Resources
      Qrotero [15] – Disables Time of Day


    Alternative Cheat Codes (in alphabetical order)
    As to why these are not official, i'm not exactly sure, but they all work in place of the official ones. However, just wanted to note, this list is only for those who are curious. Blizzard may remove these in the future, so take this list with a grain of salt.

      BaseStarsPrimative [2] - Enables Fast Builds and Fast Upgrades
      CadEasyGoin [1] - Instant Defeat
      CMethodFeedback [18] - Instant Victory
      FSBComunicacion [3] - Enables Fast Unit Healing
      FuraBranchery [21] - Allows Access to all UNN TV News Broadcasts
      LyingPect [19] - Opens all Missions (Ability to Jump to Missions)
      MintMansOperator [4] - Disables the need for Supplies (Food)
      ReversingNazaire [2] - Enables Fast Builds and Fast Upgrades
      SawnOutOfMemory [12] - Disables Fog of War
      SmoldersBolds [6] - Adds 5000 of each Resource to the Available Resources
      StroakSmolts [8] - Adds 5000 Minerals to the Available Resources
      WapBoinkers [23] - Opens all Research Options
      YpoonsVoicemail [9] - Enables Continued Play After a Defeat


    Lost Viking Cheats
    Yes, those dashes are part of the code for most of them.

      -BOSS - Make the boss come
      -LEVELCLEAR - Clear the current level
      -BONUS - End the map
      -pu - Create a Power Up at the center of the screen
      -LIFE - Set number of lifes to 10
      -end - Show the end cinematic
      -ss - Display "Boss incoming" message
      -score x - Add x to the current score
      -NOQUIT - Hide the quit button
      -ADDLIFE - Add one life
      -mb - Change background
      behind - Send a wave
      sine - Displays the sine of three angles (180, 90, and pi)
    Sixen #935
    Sixen
    MVP
    Edited by Sixen on 1/14/11 11:23 PM (PST)
    Cheat Code Constants
    These are the Constants found within the Natives.galaxy file. This means that there is a cheat code corresponding to every Constant listed below. Furthermore, it means that there are 25 possible functions that can be done. The Official and Hidden codes add up to 25, so I believe we have found all of the codes. There may be more alternative codes, but none will have functions other than what we already know of. Assuming the -1 value is for the codes that do not disable achievements (like OverEngineeredCodPiece), there may be others that have different functions that do not disable achievements, but nothing that will affect gameplay or campaign play. I am assuming if there are others, they will simply change music as well.

    const int c_gameCheatEventAny = -1;
    const int c_gameCheatEventCooldown = 0;
    const int c_gameCheatEventDefeat = 1;
    const int c_gameCheatEventFastBuild = 2;
    const int c_gameCheatEventFastHeal = 3;
    const int c_gameCheatEventFood = 4;
    const int c_gameCheatEventFree = 5;
    const int c_gameCheatEventGimme = 6;
    const int c_gameCheatEventGod = 7;
    const int c_gameCheatEventMinerals = 8;
    const int c_gameCheatEventNoDefeat = 9;
    const int c_gameCheatEventNoVictory = 10;
    const int c_gameCheatEventResourceCustom = 11;
    const int c_gameCheatEventShowmap = 12;
    const int c_gameCheatEventTechTree = 13;
    const int c_gameCheatEventTerrazine = 14;
    const int c_gameCheatEventTimeOfDay = 15;
    const int c_gameCheatEventUpgrade = 16;
    const int c_gameCheatEventVespene = 17;
    const int c_gameCheatEventVictory = 18;
    const int c_gameCheatEventProgress = 19;
    const int c_gameCheatEventScene = 20;
    const int c_gameCheatEventTV = 21;
    const int c_gameCheatEventCredits = 22;
    const int c_gameCheatEventResearch = 23;


    Also seems like there are "Categories" for the cheats. Perhaps the Development ones include the Hidden/Alternative codes?
    const int c_gameCheatCategoryPublic = 0;
    const int c_gameCheatCategoryDevelopment = 1;


    These are Game settings that do just as they say, toggle whether or not cheats can be used, check if the cheats are allowed, and check if they are enabled.
    native void GameCheatAllow (int cheat, bool allow);
    native bool GameCheatIsAllowed (int cheat);
    native bool GameCheatsEnabled (int category);


    These are Game Events the fire off when something happens. As you can see, the first is a Trigger allowing Map Makers to have the map perform some action when a player uses a cheat, which brings us to the second native which is fired the instant a cheat is used.
    native void TriggerAddEventCheatUsed (trigger t, int player, int inCheat);
    native int EventCheatUsed ();


    And just for completeness sake, the placement of the "Cheat Enabled" message on-screen.
    const int c_messageAreaCheat = 9;
    Kyakan #318
    Kyakan
    here is another one... jaynestown - grants more resources

    plus has anyone one found a cheat to unlock research?.

    I'm trying to find out how many resources this actually gives... I type the cheat in, but it doesn't ever actually give me more minerals? It tells me cheat enabled and that more resources were granted, but I am never given them.

    This happening to anyone else?
    This leads me to believe that you have to type in how much money you want, like keysersoze in WC3TFT.
    dogbertai #376
    dogbertai
    You should include the origin of the phrases.
    Sixen #935
    Sixen
    MVP
    Edited by Sixen on 1/14/11 9:44 PM (PST)
    backup of references

    Cheat Codes (in alphabetical order)
    • EyeOfSauron - Lets you view any cinematic [Must be used from outside of a mission (in the Hyperion, etc)]

      • Reference to a character in Lord of the Rings. http://en.wikipedia.org/wiki/Sauron

    • HanShotFirst - Disables Ability cooldowns.

      • Reference to a scene distortion in Star Wars. http://en.wikipedia.org/wiki/Han_shot_first

    • IAmIronman - Upgrades Weapons, Armor (and Shields) by 1, and researches all abilities.

      • Reference to Ironman. http://en.wikipedia.org/wiki/Iron_Man
        Or Reference to the Black Sabbath song, "I Am Ironman." http://en.wikipedia.org/wiki/Iron_Man_%28song%29

    • JaynesTown - Grants 5000 Terrazine

      • Reference to the TV Show, FireFly. http://en.wikipedia.org/wiki/Jaynestown

    • MoreDotsMoreDots - Disable Cost checking

      • Reference to WoW player, Dives from <Wipe Club>. http://kotaku.com/174801/wow-profile-this-years-leeroy-jenkins

    • OverEngineeredCodPiece - Plays Terran Up the Night, does not disable achievements.

      • Reference to Terran Up the Night song. http://www.wowwiki.com/Terran_Up_the_Night

    • RealMenDrillDeep - Grants 5,000 Vespene Gas

      • Referencing the Kel-Morian Combine slogan. http://starcraft.wikia.com/index.php?title=Kel-Morian_Combine

    • SoSayWeAll - Disables tech requirements

      • Reference to Battlestar Galactica. http://en.battlestarwiki.org/wiki/So_say_we_all

    • TerribleTerribleDamage - God mode (Makes all units invincible, all units deal 10x damage, and spells and abilities only cost 1 energy)

      • Reference to Dustin Browder's commentary of SC2 Games. http://us.starcraft2.com/features/battlereports/

    • TyuHasLeftTheGame - Disable victory conditions

      • Reference to the second Battle Report. http://us.starcraft2.com/features/battlereports/2.xml

    • WhySoSerious - Gives 5,000,000 credits

      • Reference to the Joker in the "Dark Knight." http://www.whysoserious.com/
    Carlino #116
    Carlino
    Bump for the awesomness!
    Malkav #618
    Malkav
    Edited by Malkav on 7/30/10 9:08 PM (PDT)
    Thanks for keeping up with this.

    here is another:
    realmendrilldeep - 5000 Gas
    Sixen #935
    Sixen
    MVP
    Edited by Sixen on 7/30/10 11:07 PM (PDT)
    Thanks for keeping up with this.

    here is another:
    realmendrilldeep - 5000 Gas

    Rofl, that's awesome. Thanks!
    Sixen #935
    Sixen
    MVP
    Added SoSayWeAll, the Cheat Code Constants I found while browsing through the game's files, and what the cheats are all referencing. Not sure what "RealMenDrillDeep" is from, considering i'm sure they're taking it from an "appropriate" source.

    And "Like" the post so people see it! :P.
    MATRIX #891
    MATRIX
    Edited by MATRIX on 7/30/10 11:23 PM (PDT)
    TerribleTerribleDamage + 'In Utter Darkness'

    LOL @ Kill Count
    Sixen #935
    Sixen
    MVP
    fyi "realmendrilldeep" is also found on a billboard in one of the rebellion missions. just if you're wondering where it comes from

    Yeah, I actually noticed that myself. I was assuming it came from somewhere else though, unless i'm wrong?
    Psycho #744
    Psycho
    I'm really hoping to find the reveal map code.

    Stuck on an optional mission cause I can't find the thing
    DarKagial #862
    DarKagial
    Real Men Drill Deep

    http://www.teamliquid.net/forum/viewmessage.php?topic_id=119646
    Xapti #820
    Xapti
    Oh damn... When I was sleeping last night I was thinking about possible ceatcodes, and one that came to me was "MOREDOTS"! too bad I might not have tried moredotsmoredots, but I'm happy enough being pretty damn close. I also like the way Dives says "ok stop dots".
    Sixen #935
    Sixen
    MVP
    Edited by Sixen on 7/31/10 5:11 AM (PDT)
    Real Men Drill Deep

    http://www.teamliquid.net/forum/viewmessage.php?topic_id=119646

    Awesome! Thanks, DarKagial.

    I'll add the "Lost Viking" cheats tomorrow.
    This thread is locked.

    Please report any Code of Conduct violations, including:

    Threats of violence. We take these seriously and will alert the proper authorities.

    Posts containing personal information about other players. This includes physical addresses, e-mail addresses, phone numbers, and inappropriate photos and/or videos.

    Harassing or discriminatory language. This will not be tolerated.

    Click here to view the Forums Code of Conduct.

    Report Post # written by
    Reason
    Explain (256 characters max)

    Reported!

    [Close]