As the name suggests Mafia the city of lost heaven is yet another exciting game by illusion Soft works. The plot location of the game is a fictional city in the US the lost heaven, where there are two major mafia families who fight for control over the city on the demise of the third mafia family. Along with these groups, there also exist smaller street gangs.
In this video game the player influences the character of Thomas, the game involves a lot of traveling and moving using cars and public transport. Car lovers would enjoy the game most as fifty-one classic American cars can be driven around the city of lost heaven.
Mafia - The City of Lost Heaven Cheat Table +16
Cheat Trainer Features
Traveling is one of the annoying parts of the game, this hack has a no car damage hack. The list has just started, you can have super speed, infinite fuel, and cherry on the top god mode, no I am not kidding, don’t believe me? Download the city of lost heaven cheat table right now and have a look for yourself.
Cheat Engine Scripts
In this video game the player influences the character of Thomas, the game involves a lot of traveling and moving using cars and public transport. Car lovers would enjoy the game most as fifty-one classic American cars can be driven around the city of lost heaven.
Mafia - The City of Lost Heaven Cheat Table +16
Cheat Trainer Features
- God mode
- infinite ammo
- one hit kills
- no reload
- super speed
- decrease wanted level
- unlock fast cars
- no car damage
- infinite fuel
- infinite mission time
- max cross hair precision
- max precision recoil
Traveling is one of the annoying parts of the game, this hack has a no car damage hack. The list has just started, you can have super speed, infinite fuel, and cherry on the top god mode, no I am not kidding, don’t believe me? Download the city of lost heaven cheat table right now and have a look for yourself.
Cheat Engine Scripts
infinite ammo 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)
Game.exe+209E65:
jmp newmem
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [ecx+24],#999
mov al,01
originalcode:
//mov [ecx+24],eax
//mov al,01
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
Game.exe+209E65:
mov [ecx+24],eax
mov al,01
//Alt: db 89 41 24 B0 01
god mode hack:
[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)
Game.exe+19427F:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov dword ptr [esi+00000644],(float)999
originalcode:
//fld dword ptr [esi+00000644]
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
Game.exe+19427F:
fld dword ptr [esi+00000644]
//Alt: db D9 86 44 06 00 00
infinite money:
[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)
Game.exe+1B9FEC:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [ecx+00003640],#9999999
originalcode:
//mov [ecx+00003640],eax
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
Game.exe+1B9FEC:
mov [ecx+00003640],eax
//Alt: db 89 81 40 36 00 00