Son Konu

Far Cry Hİleler Traİner!!!!!!!!

iltasyazilim

Yeni Üye
Katılım
25 Ara 2016
Mesajlar
2
Tepkime
1
Puanları
38
Yaş
35
Credits
-2
Geri Bildirim : 0 / 0 / 0
Oyunun kurulu olduğu dizine sağ tıklayarak özellikler bölümüne DEVMODEyazın, örneğin şöyle olmalı:

C:program FilesUbisoftCryTekFar CryBin32FarCryexe
DEVMODE

Sonra oyunu kurduğunuz yere girin Orda DevModelua dosyası olacak Bu dosyayı Text editor yardımıyla açın Sonra bu dosyanın içindekileri silin ve şunları ekleyin;

function ToggleGhost()

if (not ghost) then
ghost 1;
else
ghost 1ghost;
end
if (ghost 1) then
Hud:AddMessage(CHEAT: Ghost mode ON);
aiignoreplayer 1
else
Hud:AddMessage(CHEAT: Ghost mode OFF);
aiignoreplayer 0
end
end

Input:BindCommandToKey(#ToggleGhost(),9,1);

function ToggleGod()

if (not god) then
god 1;
else
god 1god;
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
localplayercntammoinclip 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()

localplayercntnumofgrenades 99;
Hud:AddMessage(CHEAT: Give full grenades);
end

Input:BindCommandToKey(#FullGrenades(),7,1);

function HealthArmor()

if localplayer then
localplayercnthealth 999;
localplayercntarmor 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 1stuff;
end
if (stuff 1) then
Hud:AddMessage(CHEAT: Water, vegetation and fog OFF);
ewaterocean 0
evegetation 0
efog 0
else
Hud:AddMessage(CHEAT: Water, vegetation and fog ON);
ewaterocean 1
evegetation 1
efog 1
end
end

Input:BindCommandToKey(#OtherStuff(),5,1);

Bundan sonra ;
567890 tuşlarına basarak hileleri kullanabilirsiniz

5Her yeri yüzeysel görürsünüz
6Can ve Zırh verir
7Size 99 el bombası verir
8Sihâhınızın vermisini 999 yapar (reloading yapamazsınız)
9Düşmanlar sizi göremez AçıkKapalı
0Ölümsüzlük AçıkKapalı
Dikkat yaptiginiz her islemde yedek bulundurun





STANDART YONTEM
cadebug 1 yazın Debug moduna ulaşırsınız
ainoupdate 1 yazın Düşmanlar aptallaşsın

 
Üst Alt