Comment I found the problem (Score 1) 499
I found the problem. Seems to be some bad code in the cruise control module:
DateTime randomTime = Random(time);
if (randomTime currentTime && carDriver == "ugly american")
{
speed = 160;
while (true)
{
if (carDriver.presses(break))
{
speed += 5;
}
}
}