Simba Code:Procedure MineRune1;
begin
if FindObjCustom(x, y, ['une', 'e or'], [12564883, 15590304], 5) then
repeat
MMouse(x, y, 4, 4);
wait(200+random(300));
Mouse (x, y, 1, 1,true);
wait(7000+random(400));
until
FindBlackChatMessage('runite') or not FindObjCustom(x, y, ['une', 'e or'], [12564883, 15590304], 5);
end;
I dont know what work I need, this seems more stable than dtms, as I have tested both.


Reply With Quote

