local mymods = {} function mymods.increase() end function mymods.tick() if(get_key_pressed(160)) then --160 is LShift local thePlayer =SetRunSprintMultiplierForPlayer(PlayerPedId(), 1.45) end end return mymods