Results 1 to 3 of 3

Thread: Simple christmas event xp gathering 2018.

  1. #1
    Join Date
    Mar 2016
    Location
    Scandinavia
    Posts
    138
    Mentioned
    3 Post(s)
    Quoted
    46 Post(s)

    Arrow Simple christmas event xp gathering 2018.

    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
    Untitled.png

    Code:
    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
    Make sure to checkout this awesome thinggy too. Great alternative to wasting resources "securing" the bitcoin network.
    https://boinc.tacc.utexas.edu/team_d....php?teamid=28

  2. #2
    Join Date
    Jul 2009
    Posts
    166
    Mentioned
    5 Post(s)
    Quoted
    69 Post(s)

    Default

    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.

  3. #3
    Join Date
    May 2012
    Posts
    499
    Mentioned
    23 Post(s)
    Quoted
    228 Post(s)

    Default

    Quote Originally Posted by alar82 View Post
    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?

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •