Reply To: mafia 2 injector7 without virus (Need Link)

Home / Forums / Modders Corner / Mafia Editing / Mafia Mod Request / mafia 2 injector7 without virus (Need Link) / Reply To: mafia 2 injector7 without virus (Need Link)

Bank Notes: 360
June 24, 2012 at 7:34 pm #13172

Yes, I’m using v6 now doesn’t crash at all, except it still strangly crashes a few minutes after only hitting F12 where Noclip is stored.

 

This is the exact script that crashes the game…

 

 

bindKey (“K”,”v = game.game:GetActivePlayer():GetPos() v.y = v.y + 5 game.game:GetActivePlayer():SetPos(v)”)

bindKey (“J”,”v = game.game:GetActivePlayer():GetPos() v.x = v.x – 5 game.game:GetActivePlayer():SetPos(v)”)

bindKey (“I”,”v = game.game:GetActivePlayer():GetPos() v.y = v.y – 5 game.game:GetActivePlayer():SetPos(v)”)

bindKey (“L”,”v = game.game:GetActivePlayer():GetPos() v.x = v.x + 5 game.game:GetActivePlayer():SetPos(v)”)

bindKey (“U”,”v = game.game:GetActivePlayer():GetPos() v.z = v.z + 5 game.game:GetActivePlayer():SetPos(v)”)

bindKey (“O”,”v = game.game:GetActivePlayer():GetPos() v.z = v.z – 5 game.game:GetActivePlayer():SetPos(v)”)