SCAR Code:
program New;
{.include SRL/SRL.scar}
begin
cleardebug
writeln(' shadowblades karamaja officer talker')
writeln(' thanks for using my script')
writeln(' enjoy')
status('talking to port sarim officer')
mouse(305,449,5,5,true);
wait(1000);
mouse(265,399,5,5,true);
wait(1000);
mouse(214,448,5,5,true);
wait(1000);
mouse(298,448,5,5,true);
wait(1000);
mouse(261,416,2,2,true);
wait(1000);
mouse(214,446,5,5,true);
wait(1000);
mouse(303,450,5,5,true);
wait(1000);
mouse(257,397,5,5,true);
wait(1000)
mouse(232,450,5,5,true);
end.