PDA

View Full Version : [Minigame] Simple christmas event xp gathering 2018.



Lemon star
12-23-2018, 02:29 PM
Merry christmas everyone, make sure to get some free runecrafting & summoning xp at the sled by G:E.

possision your sceen like this, or simply change the mousebox cords :D
28590


program christmassledd;
{$I SRL-6/SRL.simba}

procedure clickelyclick;
begin
mousebox(intToBox(247, 195, 545, 370), mouse_left, mouse_human);
pickUpMouse();
MouseOffClient(Random(4));
Wait(GaussRangeInt(0, 2000));
end;

procedure handleDialogue;
var
x, y: integer;
begin
if findColorTolerance (x, y, 9745866, 47,472,540,561, 19) then // paper in chatbox
begin
wait(gaussRangeInt(200, 1250));
clickelyclick();
end;
end;

begin
clickelyclick;
repeat
wait(gaussRangeInt(1300, 2500));
handleDialogue;
until false;
end.


MAX 110k summoning xp/ hour, totaly free. Great for setting up your spidereggs farm :D

alar82
12-24-2018, 04:30 AM
Nicely done. But does it use old srl include thing that needs to be run in fixed mode? No legit player would use fixed on rs3.

Thomas
12-25-2018, 10:56 AM
Nicely done. But does it use old srl include thing that needs to be run in fixed mode? No legit player would use fixed on rs3.

Idk what srl include you expect for resizeable mode?