Script to sell willow longbow(u) notes to a general store. That's really all I need any help would be awesome ;D
this should work donno how safe it is just start your acc in the store with the willow longs noted in you inv an the store menu up
SCAR Code:program sellwillowslongs;
{.include srl/srl.scar}
var
DTM: integer;
x, y: integer;
Procedure Sell;
begin
if FindDTM(DTM, x, y, MIX1, MIY1, MIX2, MIY2) then
begin
Mouse(x, y, 5, 5, false);
ChooseOption('ll 50');
end;
end;
procedure LoadDTMs;
begin
DTM := DTMFromString('78DA6314656060106140015E6E520C3C409A1' +
'188FF0301A30A90C1CD800618914820CD09243808A86107128A04' +
'D428010965026A406648115003728B2801354244D805328313BF1' +
'A00764D064E');
End;
Begin
setupsrl;
LoadDTMs;
wait(1000);
Repeat
Wait(50+random(25));
sell;
until(false)
End.
<insert a sig here>
ok i fixed it sry should work now
<insert a sig here>
There are currently 1 users browsing this thread. (0 members and 1 guests)