Job Recruitment Website - Job seeking and recruitment - Chinese version of invincibility cheats

Chinese version of invincibility cheats

First, right-click the Far Cry shortcut on the desktop, select Properties, and in the target list in the pop-up window, enter "-DEVMODE" after the last three letters exe. If that doesn't work, add "-DEVMODE" between exe and - Add a space in the middle of DEVMODE.

After double-clicking the modified shortcut to start the game, press the following keys in the game to open the corresponding cheats:

F3 resurrection point

P to open all weapons

p>

O Fill up all ammunition to 999

F4 pass through the wall

F2 move to the next check level

F9 save the current location

F10 reads the current location

F11 additional information

F1 switches between first and third person

Backspace God mode

< p> Plus key increases speed

Minus key slows down

F5 returns to normal speed

First, right-click the Far Cry shortcut on the desktop. Select Properties, and in the target list in the pop-up window, enter "-DEVMODE" after the last three letters exe. If that doesn't work, add a space between exe and -DEVMODE.

After double-clicking the modified shortcut to start the game, press the following keys in the game to open the corresponding cheats:

POpen all weapons

ORefill all ammunition To 999

The other thing is to find the file DevMode.lua in the installation directory, open it with Notepad; in the last line, leave a space, then add the following information, click OK! Use the backspace key to become invincible

function ToggleGod()

if (not god) then

god=1;

else < /p>

god=1-god;

end

if (god==1) then

Hud:AddMessage("[CHEAT] : God-Mode ON");

System:LogToConsole("God-Mode ON");

else

Hud:AddMessage("[CHEAT] : God-Mode OFF");

System:LogToConsole("God-Mode OFF");

end

end

Input:BindCommandToKey("#ToggleGod()","backspace",1);

Note: When using cheats, you must use the shortcut method to try out the game

I have experimented with the above in the game All are easy to use