Find this line in the script:
SCAR Code:{.Include SRL/SRL.Scar}
Then change it into this:
SCAR Code:{.Include SRL/SRL/Misc/Smart.Scar}
{.Include SRL/SRL.Scar}
Then find this line:
SCAR Code:SetUpSRL;
And change it to this:
SCAR Code:SMARTSetupEx(133, False, True, False);
Wait(5000);
SetTargetDC(SmartGetDC);
repeat
Wait(100);
until (SmartGetColor(253, 233) <> 1118604);
SetUpSRL;
Remember not to spam.

