Недавнее содержимое от innoj

  1. innoj

    Lua Транспорт Throttle multiplier

    Throttle power multiplier with traction control, so I guess yes it is a speedhack.
  2. innoj

    Lua Транспорт Throttle multiplier

    Traction control
  3. innoj

    Lua Транспорт Throttle multiplier

    Normally when you press W to go forward, your throttle is 1 but with this script you can change the value. With nitro you do go faster
  4. innoj

    Moonloader memory.setint8

    Tried different CLEO version and it crashed, need 4.3 for it to work different game version might break it too
  5. innoj

    Moonloader memory.setint8

    so, in my script there is memory.setint8 and it works for me but it crashes for other people. local memory = require"memory" local TurnAddress = 7003425 local NOP = 144 for i = 1,6 do memory.setint8(TurnAddress +i, NOP) end Why does some people get error for this but I dont? [ML] (error)...
  6. innoj

    Lua Транспорт Automatic countersteering

    Do u have discord? I don't want to spam the forum with fixes that don't work, hard to fix as I don't get the error I'm Jonni#6996 Edit: Fixed
  7. innoj

    Lua Транспорт Throttle multiplier

    Fixed
  8. innoj

    Lua Транспорт Automatic countersteering

    Try this Edit : Seems I can't edit the main post, so I foolishly removed the v1, went to upload v2 and it just says "please select a prefix", cant find a place to set a prefix. V2 has ~105 degree turn limit and you can actually drive backwards properly, couldn't in v1.
  9. innoj

    Lua Транспорт Throttle multiplier

    Gives you a command "/gasmult <value>" to set throttle multiplier. High values make the car very slippery. Holding shift temporarily adds 0.45 to the throttle value. Alt + F9 toggle V2: Alt + F9 toggles OFF, ON, ON With traction control
  10. innoj

    Lua Транспорт Automatic countersteering

    Steers your car in the direction you are sliding, usable for drifting or just correcting your steering. Alt + F11 to toggle V2: ~105 degree turn limit and you can actually drive backwards properly, couldn't in v1 V3: Wheel angles are synced to other people who are using this mod, and people...