Reply To: Mafia 2 Hilwood Sign
Home / Forums / Modders Corner / Mafia Editing / Mafia II mods / Mafia 2 Hilwood Sign / Reply To: Mafia 2 Hilwood Sign
Bank Notes: 600
November 6, 2011 at 1:12 pm
#8470
Another weird video – any ideas from you how to climb up there ?
You can use Klusark’s Injector.
Put this:
bindKey ("I","v = game.game:GetActivePlayer():GetPos() v.y = v.y + 1 game.game:GetActivePlayer():SetPos(v)")
bindKey ("J","v = game.game:GetActivePlayer():GetPos() v.x = v.x - 1 game.game:GetActivePlayer():SetPos(v)")
bindKey ("K","v = game.game:GetActivePlayer():GetPos() v.y = v.y - 1 game.game:GetActivePlayer():SetPos(v)")
bindKey ("L","v = game.game:GetActivePlayer():GetPos() v.x = v.x + 1 game.game:GetActivePlayer():SetPos(v)")
bindKey ("U","v = game.game:GetActivePlayer():GetPos() v.z = v.z + 1 game.game:GetActivePlayer():SetPos(v)")
bindKey ("O","v = game.game:GetActivePlayer():GetPos() v.z = v.z - 1 game.game:GetActivePlayer():SetPos(v)")
in F11.lua file (mafia ii/pc/userscript). Then start the game with MafiaInjector.exe. If some errors will appear, just press OK. Then, start FR, get out from safehouse, press F11 and press I J K L U O.
