This script Steals the silk from stalls if you are a SRL member+ Donator please pm me and I will pm you back this script, For those that Aren't Srl members+ Donators you'll have a sample script. While running this script please make sure you run it in a highly populated world at first.
Version 1.0
What I want to Add:
-Randoms
-Failsafing Guards
-Fur Stall
-Comment for more
Sample Script:
Simba Code:procedure SilkTheiver;
var
x, y: integer;
begin
repeat
if FindColorTolerance(x, y, 10321047, 4, 4, 515, 337, 4) then
begin
MMouse(x, y, 2, 2);
Wait(50)
ClickMouse2(Mouse_left);
end;
until(P07_InvFull)
end;
begin
SetupP07Include;
SilkTheiver;
end.

