The whole solver seems to be broken..
I fixed InMordaut:
SCAR Code:
{*******************************************************************************
function InMordaut: Boolean;
by: Nava2
Description: Finds if your in Mr.Mordaut random
*******************************************************************************}
function InMordaut: Boolean;
Begin
Result := (CountColor(128, 258, 358, 352, 372) = 191);
end;
It checks for the "Mr.Mordaut" in the chat box.
I have no problem fixing the rest, but I will need accounts in the random as mine no longer is.