Red Faction: Guerrilla is a 2009 action packed shooter game, developed by Volition and published by THQ. The game gives gamers a third person shooting perspective in an open world environment. The player controls the protagonist Alec Mason, who is helping Red Faction fight against the cruel Earth Defence Force(EDF) on Mars. The display of terra surfaces on Mars is absolutely amazing. The game world is divided into six separate areas, the mission is to rescue areas from EDF control one after the other. The players encounter fierce attacks by EDF forces and therefore it is significant to be extremely cautious especially when there are patrols. Gamers can explore and travel on foot or by making use of one of the numerous vehicles found in the open environment. Easy navigation is possible with a mini-map and a GPS indicator which is set to find locations with some assistance from the zoomable full-screen map mode. Red Faction: Guerrilla also features multiplayer mode in which players gain experience points progressing through matches. The multiplayer modes feature GeoMod 2.0 and an exclusive addition of special backpacks that grant special temporary powers to the player, allowing him to run with super speed, fly, burst through walls, or form a concussion wave.
Download Red faction: Guerrilla cheat table and get access to awesome cheat codes that will boost your potential and get you closer to victory. Red faction: Guerrilla cheat table holds all those hacks that every shooter yearns for. You can gain incredible abilities like super jumps and super speed whenever you need to pull yourself out of trouble. Also, you will never run out of shooting supplies with infinite ammo and infinite bombs. And lastly, the ultimate cheat of victory, the god mode! Use this and set fire to EDF. Download Red Faction: Guerrilla cheat table to gain ultimate powers.
Red Faction Armageddon Cheat Table
DX9 and DX11 Versions
Cheat Trainer Features
Download Red faction: Guerrilla cheat table and get access to awesome cheat codes that will boost your potential and get you closer to victory. Red faction: Guerrilla cheat table holds all those hacks that every shooter yearns for. You can gain incredible abilities like super jumps and super speed whenever you need to pull yourself out of trouble. Also, you will never run out of shooting supplies with infinite ammo and infinite bombs. And lastly, the ultimate cheat of victory, the god mode! Use this and set fire to EDF. Download Red Faction: Guerrilla cheat table to gain ultimate powers.
Red Faction Armageddon Cheat Table
DX9 and DX11 Versions
Cheat Trainer Features
- SPEEDHACK
- ENABLE SUPER SPEED
- DiSABLE SUPER SPEED
- iNFiNiTE HEALTH
- SUPER JUMP
- iNFiNiTE AMMO
- iNFiNiTE AMMO iN CLiP
- ONE HiT KiLLS
- MiNI PLAYERS
- ONE HiT KiLLS BOSS
- ADD SALVAGE
God Mode:
[ENABLE]
aobscan(_health,d9 5c 24 10 d9 85 24 0f 00 00)
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
_health-10:
jmp newmem
nop
returnhere:
newmem:
mov dword ptr [edi+00000f24],(float)1000
originalcode:
//fld dword ptr [edi+00000f24]
exit:
jmp returnhere
[DISABLE]
aobscan(_health,d9 5c 24 10 d9 85 24 0f 00 00)
dealloc(newmem)
_health-10:
db D9 85 24 0F 00 00
Infinite Ammo Cheat:
[ENABLE]
aobscan(_ammo2,33 ed 8b 11 83 3c 2a 00)
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
_ammo2-6F:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
add [edx+04],#0
ret 0008
originalcode:
//mov [edx+04],ecx
//ret 0008
exit:
jmp returnhere
[DISABLE]
aobscan(_ammo2,33 ed 8b 11 83 3c 2a 00)
dealloc(newmem)
_ammo2-6F:
db 89 4A 04 C2 08 00
One Hit Kills:
[ENABLE]
aobscan(_ohk,8b 0f d9 91 24 0f 00 00)
_ohk-1F:
db 90 90 90 90 90 90
[DISABLE]
aobscan(_ohk,8b 0f d9 91 24 0f 00 00)
_ohk-1F:
db D8 91 24 0F 00 00