Far Cry Cheats 1. Far Cry: Cheats

If you have already started the passage of the storyline, you could immediately understand that the island is fraught with many dangerous troubles for the hero. The huge map is completely unpredictable, and constant skirmishes with predators or armed people make the process quite tense. For easier and faster achievement of goals, you can use hidden tricks, but it should be noted right away that the developers did not embed ready-made codes that can be used directly during the game. For such purposes, a dozen useful programs have been created that allow you to use cheats in full. We looked through literally each of them and checked for performance and chose the best and most complete. We offer to download it and try it in action, the set of functions is so large that you can literally manipulate every parameter. Everything must be used wisely so as not to lose interest in the passage, because in god mode it can become boring to kill simple enemies and simply walk around the island.

Codes in the trainer

  • NumPad 1 - Activate Immortality
  • NumPad 2 - Forever Endurance
  • NumPad 3 - Eternal Money
  • Numpad 4 - a lot of experience
  • Numpad 5 - You Can Always Breathe
  • NumPad 6 - Ammo Full
  • NumPad 7 - Disable Clip Reload
  • NumPad 8 - Infinite Explosive
  • NumPad 9 - Increase Accuracy Level
  • Numpad 0 - No More Recoil from Shots
  • Page Up - huge speed
  • Page Down - high jumps
  • F1/F2/F3/F4 - multiplies money by 2/4/8/16 times
  • F5/F6/F7/F8 - multiply experience by 2/4/8/16 times
  • F10 - Get Upgrade Points
  • F12 - displays the entire map
  • Ctrl+Numpad 1 - Enemies Can't See Hero
  • Ctrl+Numpad 2 - Eternal Syringes
  • Ctrl+Numpad 3 - Infinite Armor
  • Ctrl+Numpad 4 - Get All Items
  • Ctrl+Numpad 5 - Increase Inventory
  • Ctrl+Numpad 6 - New Weapon Slots
  • Ctrl+Numpad 7 - Teleport to Saved Point
  • Ctrl+Numpad 8 - Teleport to Mission Point
  • NumPad + - own teleport point
  • NumPad - - Move
  • Numpad . - return the hero to the first point
  • Home - cancel any cheat codes

Embedded codes in the game

Find the icon to launch the game, now open the properties and find the "Object" field, where the path to the game is indicated. Here you can write codes that will then work.

  • -GameProfile_GodMode 1 - enable god mode
  • -GameProfile_UnlimitedAmmo 1 - unlimited supply of ammo
  • -GameProfile_SkipIntroMovies 1 - disable intro movie
  • -GameProfile_IgnorePlayer 1 - Enemies stand still without attacking

The result should be something like: D:\Games\Far Cry 3\bin\FC3Updater.exe." -GameProfile_IgnorePlayer 1, -GameProfile_GodMode 1

Run the game with the parameter "farcry.exe - devmode"
All levels open.

Usage during the game:
"O" - 999 rounds
"P" - all weapons.
F2 - go to next checkpoint
F9 - quick save
F10 - load quick save
F1 - 3rd person view

The rest can be found in the devmode.lua file

To get 999 lives at any time of the game, add the following to the devmode.lua file:

Input: BindCommandToKey("#MoreHealth() ","m",1) ;

function MoreHealth()

if _localplayer then

localplayer.cnt.health=999;

Hud: AddMessage(": Give 999 health") ;

System: LogToConsole("\001CHEAT: Give 999 health") ;

Hud: AddMessage(": no health today") ;

During the game, press "M" we get 999 lives

Copy the file DevMode.lua from the archive to the directory with the game, replacing the original. Now start the game with "-devmode" option. In the game, use the keys:

F4 - Walk Through Walls
F2 - Go to next checkpoint
o - 999 rounds
p - All weapons
F9 - Write current position
F10 - Load current position
F11 - Information
F1 - 1st/3rd person view
BackSpace - God Mode
= - Increase speed
- - Decrease speed
F5 - Normal speed


Download (3.6 Kb)

Record anywhere.
Start the game with "-DEVMODE" parameter (for example: "C:Far Cryfarcry.exe" -DEVMODE).
While playing, press the [~] (tilde) key, then type save_game.
To access an entry, associate it with an unused key.

Color names.
Adding colors to your name is simple, to do this, before the name text, add:
Color - Code:
White - $1
Black - $0
Blue - $2
Green - $3
Red - $4

There is a guy called AEon who tweaked DevMode.lua a bit and made some very handy features available.
The DevMode.lua file itself from AEon can be downloaded here. It should be placed in the root directory of the game. The game should be launched with the parameter - DEVMODE (capital letters). Or just add this line to the label.

In the game, in the Campaign menu, all levels of the game will become available to you (in case you can’t go through something due to a bug. The following keys will also be available:

"I" gives weapons (Grenade Launcher, Sniper, OICW Assault Rifle, Machete), Binoculars, Flashlight and Cryvision and ammunition for all these weapons.
"P" Gives all weapons (no ammo).
"O" 999 ammunition (cartridges) for the main and additional fire modes.
"K" Increases walking/running speed
"L" Increases walking speed mega (slower than "K")
"N" Normal travel speed
"V" Pass Through/Fly Mode
"BackSpace" God Mode (immortality)
"F1" Information on the screen (FPS, number of polygons, etc.)
"F2" Go to next waypoint
"F3" jump to the spawn point in the level
"F4" flight/pass through walls mode (same as V)
"F6" show debugger (not tested)
"F7" Enable AI info (AI) : (paths, points, etc.)
"F8" Enable/disable AI: The enemy ignores the player and his sounds
"F10" Screenshot mode (no HUD screen, turns on AI)
"F11" Screenshot mode (Turns off the HUD screen, does not turn on AI)

Attention: If one of these buttons is already filled in by you in the game control - it will not work. Remove the binding from the control to this button and it will work.

AEon: this guy gives some good advice - turn on screen mode, turn off AI so it doesn't attack you, turn on F4 mode (fly) and just dash around the map, listen to merks, take cool pictures.


Download (4 Kb)

During the game, press Tab - a panel pops up from above. Then press Tab again - the first code appears on the panel. Press Tab until you find the code you want (press Enter when you find it).

Get body armor:
In the folder with the game, find the Gamerules.lua file located in the "\Scripts\Default\" directory. Open it with any text editor, find the lines in it: "armor = 0;" and change its value to "armor = 255;".

Heyvulnerability:
In the folder with the game, find the Gamerules.lua file located in the "\Scripts\Default\" directory. Open it with any text editor, find the line in it: ai_to_player_damage = ( 1, 1, 1, 0.5, 0.5, 0.5 ) and change its value to ai_to_player_damage = ( 0, 0, 0, 0, 0 ).

Infinite ammo:
In the folder with the game, find the Gamerules.lua file located in the "\Scripts\Default\" directory. Open it with any text editor, find the lines in it: "loacal unlimitedAmmo = 0;" and change its value to: "loacal unlimitedAmmo = 1;".

Secret Pulse Cannon

To get the alien special weapon "Pulse Cannon", you must complete a series of side quests for an NPC named Larry. .

Militia Secret Clothes

Image

This equipment can be found in the Fox Hole quest. Head to the Armstrong residence. Kill the cultists and jump through the roof into the ruined building to reach the hatch in the floor. Open it, go down the stairs and enter the room with the bed to get rewards, including a secret outfit. .

Secret armor "Omega"

Image

To unlock the secret Omega gear, go to the radon mine ("Grimalkin Radon Mine") in the following location (). You can get to the mine by following the road east of the Hope County Jail and then turn onto the dirt road leading up the mountain. There is a neon symbol "Omega" at the entrance to the mine.

When you arrive, speak to Guy Marvel to start the "Silence on the Set" mission.

First, you will be tasked with destroying the noisy trucks in the area. Destroy all vehicles. Then go back and talk to the director to complete the mission and unlock the Omega Outfit. There are many references to Far Cry 3: Blood Dragon. To equip the Omega Armor, go to any gun shop and select the clothing customization option, then scroll down to the bottom to find it.

Secret car 1973 SSR Pygmalion

You can view the entire list of Far Cry 5 vehicles, including the 1973 SSR Pygmalion, at .

To get this vehicle (one of the best and fastest muscle cars in the game), you must complete one of the prepper cache quests. Go to the far southeast corner of the Henbane River in Faith's region to find McCullough's Garage by the main road ().

Far Cry 5 Cheats

Most likely you are looking for cheat codes. Then you on. If you are looking for an error code, then check the page. And finally, the third option - you need an activation code for the game in or Uplay. It is unlikely that anyone will want to give you free codes, but there are 2 types of paid codes:

  1. Reliable way
    The legal way to buy an activation code is cheaper than on Steam.
    Buy Far Cry 5 activation code (Uplay. Russia/CIS) for 1645 rubles
  2. Cheaper
    In this case, as a rule, the seller transfers access from your Uplay account to you. This method of getting the game is much cheaper, but such an account can be banned at any time, since they are obtained illegally! This is a risky and not recommended method, which is suitable for those who understand where such accounts come from and understand the dangers of using such an account.

PC game Far Cry is a first-person shooter. The game is big and quite difficult. Not everyone can pass. Therefore, we will talk about what cheats and codes are, where to enter them and how to use them. We will also consider the topic of broken cheats, useful codes and simple solutions. In addition, we will highlight some interesting secrets and tips. In general, everything about the game Far Cry!

Far Cry cheats not working

Many users do not know how to enter codes in Far Cry. In fact, everything is simple. First you need to change the layout on the keyboard. It is necessary to change the Russian language to English. And then the codes can be entered directly during the game. But for these codes to work, you must first enter the "-DEVMODE" parameter. By the way, if you are a fan of GTA: San Andreas, then it is recommended to visit the rainbow-rp.ru server, where you can play this wonderful game online.

How to launch Far Cry with the DEVMODE option?

  1. you need to right-click on the shortcut of the game, which sits on the desktop;
  2. in the open tab, select the "Properties" parameter;
  3. in the "Properties" parameter, select the line "Object";
  4. then the path opens - something like C:\Program Files\Buka\Far Cry\Bin32\FarCry.exe;
  5. at the end of the path you need to register the parameter "-DEVMODE";
  6. it will turn out like this - D:\Program Files\Buka\Far Cry\Bin32\FarCry.exe -DEVMODE.

Note that there must be a space after the .exe. After the work done, you can switch the keyboard to English. And check to be sure. In order not to be mistaken for sure, switch the language through the explorer. Then you can launch and enter codes during the game.

Far Cry - God Mode, Immortality Cheats and Weapons

After you have dealt with the “-DEVMODE” parameter, you can enter codes during the game. Here are the cheat codes:

  • [P] - access to all weapons;
  • - allows you to get 999 rounds of ammunition for any weapon;
  • - allows you to go to the next point;
  • or - gives access to flight mode;
  • – allows you to save the current location;
  • – you can load the current position;
  • – the ability to enable/disable additional information.

As for secrets, play with sound - you can determine the location of enemies. You can also provide activity to rivals in order to determine the direction of their strategy later. In general, you won't be bored in Far Cry!

That's not all!!! Here is MY PERSONAL advice to you (I chose what to shove with the exception of health, they made me experiment):
Add the following lines without comments to the devmode.lua file:

\\At the top (you can also configure other devmod "hot" keys there by replacing the 2nd variable of the function

"Input: BindCommandToKey("1st variable(indicates the function to call)", "2nd variable(hot key)", boolean variable(default "1");"):

Input: BindCommandToKey("#MoreHealth() ","m",1) ; \\ bind the "m" key to the health replenishment command
Input: BindCommandToKey("#MoreArmor() ",",",1) ; \\ bind the "," key to the armor replenishment command

\\Bottom in the functions (do not be afraid to specify a larger value so you will be wet longer):

FunctionMoreHealth()

If _localplayer then

localplayer.cnt.health=999999; \\one

Hud: AddMessage(": Words 999999 hits") ; \\2

System: LogToConsole("\001CHEAT: Give 999999 health") ; \\3

Hud: AddMessage(": HA! Cheater! Fuck off!!") ; \\4

FunctionMoreArmor()

If _localplayer then

Localplayer.cnt.armor=999999; \\ five

Hud: AddMessage(": Oops! Who got 999999 armor here?") ;

System: LogToConsole("\001CHEAT: Give 999999 armor") ;

Hud: AddMessage(": Lamer hello from sysadmin!") ;

Everything! Explanations for comments:

\\1: You are given 999999 life (Best used a second before landing after falling from a great height. The value drops to 100 in about 4-5 seconds)

\\2: You can slap some gag for fun :) here is my version, it doesn't affect anything!!

\\3:you don't have to change it, you won't see it anyway if you don't call the console

\\4: Standard: ": no health today" (Who knows English will understand the irony)

\\5:I don't recommend it anymore, and this is enough to kill creatures with a knife :) And unlike MoreHealth, the value does not go astray!!!

P.S. There is one trick: if you put all these commands on one button, then when you press it, they will all be executed !! (For example, if you write
Input: BindCommandToKey("#MoreHealth() ","m",1) ;
Input: BindCommandToKey("#MoreArmor() ","m",1) ;
then when you press m you will get 999999 lives and 999999 armor)
Moreover, they can be assigned to a mouse button (for example, a sight will work together with a sight;)

Now how to run:

If you have windows 9x, 2000, me or XP, then at the start click on "Run"
In the window that appears, specify the path to the game, if the path is with quotes (for example, "c:\games\farcry\bin\farcry.exe")
then remove the quotes and attribute -devmode
It should look like this (without brackets): (c:\games\farcry\bin\farcry.exe -devmode)

If you have Vista then in the start in the search box we write for example (without quotes) "c:\games\farcry\bin\farcry.exe -devmode"

If it doesn't help, then in the same search in the start, write "cmd" (I think everyone has already understood that without quotes) in the console that appears, write "c:\games\farcry\bin\farcry.exe -devmode"

If this did not help or you do not understand the console, then
there are 3 more options:

1): If you have the "Run" command in the start, then repeat the XP method

2): Otherwise, follow the instructions below:
Right-click on the start ==> Properties ==> "Start Menu" tab ==> Customize ==> against "Display Run" check the box and repeat step 1.

3): The last one (it's also the simplest): If you have TotalCommander then find the root directory of the game in the Bin folder find Farcry.exe ==> rename ==> !!!Copy the name along with .exe!! ==> paste it into the command line (located at the bottom of totalcommander -a) ==> add "-devmode" ==> press enter ==> enjoy!

These are the pies.

Now at the expense of EROGLYPHS.

Before starting the game, go to the "Control Panel" and change the default keyboard layout language to English, when you exit the game, return everything back.

And for those who are especially forgetful, you can download the Yandex punto switcher without changing anything and start the game in the console and start typing an English word for example "hello" and it will change the layout itself, but there is only one sense from this, to change your name, but save where you want. That's just the price for a bad memory - the constant background sounds of punto-shnik. Especially when you walk through the jungle, everywhere the creatures growl and then there is a track of monstrous volume, in a hurry to notify you about changing the keyboard layout, then about the "wrong spelling"

There seems to be nothing more to say...

I hope everyone understands.

Loading...Loading...