Well i searched the forum looking for an auto dropper there have been two i have found and they don't work so if any one could help me and give me one it would be appreciated.
Well i searched the forum looking for an auto dropper there have been two i have found and they don't work so if any one could help me and give me one it would be appreciated.
SRL commands... DropTo(1,28); drops the whole inventory.
the one i posted works fine
ill make one right now
SCAR Code:program New;
{.include SRL/SRL.scar}
begin
SetupSRL;
ActivateClient;
DropTo(1, 28);
end.
done
shorter one, only five lines fo code.
SCAR Code:{.include srl/srl.scar}
begin
setupsrl;
while invfull do
dropall;
end.
I made a new script, check it out!.
There are currently 1 users browsing this thread. (0 members and 1 guests)