‘Bioshock 2’ is an action-adventure shooting game released in 2010. It is a follow-up of ‘Bioshock’ which was first released in 2007. It is played with first person view and majorly focuses on shooting combat. The plot is set in a fictional underwater city called, ‘Rapture.’ The mysterious city being hidden from the rest of the world, starts to make a world of its own with genetic modification called ‘splicing.’ Citizens of Rapture begin deriving a substance from sea slugs named ADAM and use it to genetically modify themselves. Little did the citizens know, the overuse of ADAM to gain superpowers have catastrophic side effects. Armored Big Daddies take over the city and civil war takes over. A Big Daddy, Subject Delta, rules Rapture with his Little Sister, Eleanor. The player’s aim is to interact with Little sisters and decide the fate of Rapture. The player explores the city and fights off Splicers using weapons, the environment, and plasmids altogether. He will collect ammo, health, recovery items, money and EVE (a liquid substance used to power plasmid use) along the way and pass security systems by winning mini games.
Description of the cheat table
Download our Bioshock 2 cheat table and hack your way through Rapture city. You can get advantage over youed enemies with cool cheat codes like infinite ammo and infinite health. The smart use of these will help you survive the toughest of combats. Also, you can have unlimited supplies with the help of the infinite drill fuel and infinite money cheats to keep your focus on shooting only. To be a smart player who keeps the right cheat codes up his sleeve and makes his win definite against the strongest enemies, you need game changing cheat codes, which are infinite ADAM and infinite EVE syringes. Download Bioshock 2 cheat table to own all these cheats.
BioShock 2 Cheat Table Trainer
-RELOADED
Cheat Trainer Features
Description of the cheat table
Download our Bioshock 2 cheat table and hack your way through Rapture city. You can get advantage over youed enemies with cool cheat codes like infinite ammo and infinite health. The smart use of these will help you survive the toughest of combats. Also, you can have unlimited supplies with the help of the infinite drill fuel and infinite money cheats to keep your focus on shooting only. To be a smart player who keeps the right cheat codes up his sleeve and makes his win definite against the strongest enemies, you need game changing cheat codes, which are infinite ADAM and infinite EVE syringes. Download Bioshock 2 cheat table to own all these cheats.
BioShock 2 Cheat Table Trainer
-RELOADED
Cheat Trainer Features
- Kill XLIVE
- Infinite Drill Fuel
- God Mode
- Infinite Ammo
- Infinite Eve Syringes and Aid Kits
- Infinite Money
- Infinite Eve
- Infinite Eve 2
- Infinite Adam
Infinite Ammo:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
10EDB026:
jmp newmem
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [eax+4c],3E7
originalcode:
//sub [eax+4c],ecx
sub ebx,ecx
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
10EDB026:
sub [eax+4c],ecx
sub ebx,ecx
//Alt: db 29 48 4C 2B D9
Infinite syringes and Aid Kits:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
10EDB026:
jmp newmem
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [eax+4c],5
originalcode:
//sub [eax+4c],ecx
sub ebx,ecx
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
10EDB026:
sub [eax+4c],ecx
sub ebx,ecx
//Alt: db 29 48 4C 2B D9
Infinite money cheat:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
10E29E07:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [esi+00000c90],3E7
originalcode:
//sub [esi+00000c90],ebp
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
10E29E07:
sub [esi+00000c90],ebp
//Alt: db 29 AE 90 0C 00 00