Donut Team is a labor of love, built and maintained by a small group of passionate developers. We invest our own time and resources to offer our tools, mods, and web services completely free of charge.

We don't run ads, and we will never sell your data - period.

If you've enjoyed anything we've created, please consider supporting our work with a one-time or monthly donation via our Ko-fi page . Every contribution helps us continue building great experiences for the community.

Dismiss
  • Modding Tools
  • Lucas' Simpsons Hit & Run Mod Launcher
  • Version History

Version 1.23.12

This version was released on March 12, 2020.

Updated Hacks

Custom Files

General

Fixed a bug where Data Execution Prevention was enabled on executables that don't support it.

Lua Scripting

  • Removed the "interval too large" check from the math.random function.
    • Previously, the range could not be more than 9,223,372,036,854,775,807 (the value of math.maxinteger).
    • This limitation no longer applies to this implementation of math.random so this check has been removed.
  • Made math.randomseed not get the argument as a double precision floating point and cast it to a 64-bit integer.