Oyunun kurulu olduğu dizine sağ tıklayarak ozellikler bolumune "-DEVMODE" yazın, orneğin şoyle olmalı: "C://Program Files/Ubisoft/CryTek/Far Cry/Bin32/FarCry.exe" - DEVMODE" Sonra oyunu kurduğunuz yere girin. Orda DevMode.lua dosyası olacak. Bu dosyayı Text editor yardımıyla acın. Sonra bu dosyanın icindekileri silin ve şunları ekleyin; function ToggleGhost() if (not ghost) then ghost=1; else ghost=1-ghost; end if (ghost==1) then Hud:AddMessage("[CHEAT]: Ghost mode ON"); ai_ignoreplayer = "1" else Hud:AddMessage("[CHEAT]: Ghost mode OFF"); ai_ignoreplayer = "0" end end Input:BindCommandToKey("#ToggleGhost()","9",1); function ToggleGod() if (not god) then god=1; else god=1-god; end if (god==1) then Hud:AddMessage("[CHEAT]: God mode ON"); else Hud:AddMessage("[CHEAT]: God mode OFF"); end end Input:BindCommandToKey("#ToggleGod()","0",1); function NoReload() if _localplayer then _localplayer.cnt.ammo_in_clip=999; Hud:AddMessage("[CHEAT]: Give 999 ammo without reload"); else Hud:AddMessage("[CHEAT]: no ammo today"); end end Input:BindCommandToKey("#NoReload()","8",1); function FullGrenades() _localplayer.cnt.numofgrenades=99; Hud:AddMessage("[CHEAT]: Give full grenades"); end Input:BindCommandToKey("#FullGrenades()","7",1); function HealthArmor() if _localplayer then _localplayer.cnt.health=999; _localplayer.cnt.armor=999; Hud:AddMessage("[CHEAT]: Give huge amount of health and armor"); else Hud:AddMessage("[CHEAT]: no health and armor"); end end Input:BindCommandToKey("#HealthArmor()","6",1); function OtherStuff() if (not stuff) then stuff=1; else stuff=1-stuff; end if (stuff==1) then Hud:AddMessage("[CHEAT]: Water, vegetation and fog OFF"); e_water_ocean = "0" e_vegetation = "0" e_fog = "0" else Hud:AddMessage("[CHEAT]: Water, vegetation and fog ON"); e_water_ocean = "1" e_vegetation = "1" e_fog = "1" end end Input:BindCommandToKey("#OtherStuff()","5",1); Bundan sonra ; 5-6-7-8-9-0 tuşlarına basarak hileleri kullanabilirsiniz. [5]-Her yeri yuzeysel gorursunuz. [6]-Can ve Zırh verir. [7]-Size 99 el bombası verir. [8]-SihÂhınızın vermisini 999 yapar (reloading yapamazsınız) [9]-Duşmanlar sizi goremez Acık/Kapalı [0]-Olumsuzluk Acık/Kapalı Dikkat yaptiginiz her islemde yedek bulundurun ================================================== ======== ================================================== ======== STANDART YONTEM /ca_debug 1 yazın. Debug moduna ulaşırsınız. /ai_noupdate 1 yazın. Duşmanlar aptallaşsın. ================================================== ======== BUDA ======>TRAİNER