Download SRL 3.81
or
go into SCAR folder
Go to SRL then SRL then includes then core then Login.scar
Look for...
Result := (GetColor(421, 480) = 16777215);
change the 421 to 422...
so its...
Result := (GetColor(422, 480) = 16777215);
save exit then re-run script...

