Results 1 to 2 of 2

Thread: is this a good way to pick flax

  1. #1
    Join Date
    Jun 2007
    Posts
    246
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default is this a good way to pick flax

    does anyone think that its detectable to just do getmousepos and then mouse(x,y,0,0,true) until the uptext lax is gone or your inventory is full? because i think sometimes when scar clicks it clicks off a pixel if i remember right when i tried something. and then if it did it would move to the exact same pixel and doing that over and over would be detectable so...another question whats better to use for picking the flax holdmouse releasemouse or mouse(x,y,0,0,true)?
    edit: nevermind just read starblasters post about windmouse not moving if its less than 1 pixel away

  2. #2
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I would use Mouse(x,y,0,0,true) but like..

    SCAR Code:
    begin
      repeat
        if (WhateverColorProcedure) then
        begin
          MMouse(x, y, 0, 0);
          if (IsUpText('lax')) then
          begin
            repeat
              Mouse(x, y, 0, 0, True);
            until not(IsUpText('lax'))
          end;
        end;
      until (InvFull);
    end.

    Think that should work.. Not sure..
    So that if the uptext is no longer flax it will find another 'bush' or whatever you wanna call 'em =]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Pick 1: Thieving or Flax Picking
    By NCDS in forum RS3 Outdated / Broken Scripts
    Replies: 25
    Last Post: 12-23-2008, 05:50 AM
  2. Need Good Lumby Auto Flax to BS!!!
    By ladiesman48 in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 12-09-2007, 07:59 PM
  3. buying pick handle + pick head * seperate.
    By Dark_Sniper in forum Mining and Smithing
    Replies: 10
    Last Post: 11-12-2007, 03:50 AM
  4. Make a good flax-picker!
    By n3ss3s in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 04-09-2007, 09:42 AM

Posting Permissions

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