Adblock breaks this site

Lumbridge Flax Spinner

Discussion in 'Script Requests' started by Unknown Caller23, May 27, 2007.

  1. Unknown Caller23

    Unknown Caller23 Active Member
    Banned

    Joined:
    Apr 28, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0
    Lumbridge Flax Spinner

    It is all done auto picks colors and everything

    very easy script and a tutorial on how to exactly use it

    im kinda noob at this so please can somebody help me!!

    i will pay good
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Lumbridge Flax Spinner

    I don't recommend buying scripts from anyone if they post here unless they seem trusted.
     
  3. Unknown Caller23

    Unknown Caller23 Active Member
    Banned

    Joined:
    Apr 28, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0
    Lumbridge Flax Spinner

    yea i know, im still looking for a lumbridge flax spinner

    it needs to have all info above and anti-ban and stuff
     
  4. Unknown Caller23

    Unknown Caller23 Active Member
    Banned

    Joined:
    Apr 28, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0
    Lumbridge Flax Spinner

    I Will Pay Good!!! Pm Me Or Just Post In This Thread
     
  5. Gofez0r

    Gofez0r Guru

    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0
    Lumbridge Flax Spinner

    I could make one once I get the time.
     
  6. Buciukaz

    Buciukaz Guru
    Banned

    Joined:
    Jan 21, 2007
    Posts:
    1,256
    Referrals:
    1
    Sythe Gold:
    0
    Lumbridge Flax Spinner

    Code:
    program lumbyflaxspinner;
    
    
    {made by scarscaper4life woot woot my first stable script!!!}
    {start in the lumby bank}
    {start script loged in with 28 flax in invenorty}
    {have flax in 1st inventory spot}
    {.include SRL/SRL.scar}
    
    
    const
    
    amounttrips=2;//amount of trips you wish to do
    
    var
    
    tripsdone:Integer;
    
    
    procedure myscript;
    
    begin
    
    Writeln('made by scarscaper4life woot woot my first stable script!!!')
    Writeln('i take not resbonsible for any accounts baned please auto with care')
    Writeln('feel free to edit this script just give credit were needed')
    Writeln('thanks to the SRL team for there awsome functions!!!!')
    end;
    
    
    procedure setup;
    
    begin
    
    
    
    setupsrl;
    
    end;
    
    procedure findrandoms;
    
    begin
    if(findmod) then begin
    logout;
    end;
    begin
    SolvePinball;
    FindNormalRandoms;
    end;
    end;
    
    
    
    
    Procedure findbank1;
    
    begin
    makecompass('N');
    ClickMMColorTol(56797, 4);
    flag;
    findrandoms;
    end;
    
    
    
    procedure ToStairs;
    begin
    
    makecompass('N')
    RadialRoadWalk(roadcolor, 180, 6842736, 45, -2, 2);
    flag;
    findrandoms;
    end;
    
    procedure downstairs;
    
    begin
    repeat
    FindObj(x, y, 'Staircase', 604499, 30);
    Mouse(x, y, 5, 5, false);
    until
    PopUp('Climb-down');
    Wait(1000+Random(500));
    Mouse(461, 178, 10, 10, true);
    Wait(1000+Random(500));
    findrandoms;
    end;
    
    
    
    Procedure OpenDoor;
    
    begin
    makecompass('e')
    If
    FindObj(x, y ,'Door', 2515048, 2) or FindObj(x, y ,'Door', 2240608, 5) then
    begin
    if IsUpText('Close') then
    exit;
    if IsUpText('Open') then
    begin
    Mouse(x,y,0,0,False);
    Wait(500);
    ChooseOption(x, y, 'Open');
    Flag;
    findrandoms;
    end;
    end
    end;
    
    procedure upstairs;
    
    begin
    repeat
    FindObj(x, y, 'Staircase', 603212, 30);
    Mouse(x, y, 5, 5, false);
    until
    PopUp('Climb-up');
    Wait(1000+Random(500));
    Mouse(461, 178, 10, 10, true);
    Wait(1000+Random(500));
    findrandoms;
    end;
    
    procedure spin;
    
    begin
    wait(300+random(100));
    repeat
    FindObj(x, y, 'Spin', 1204365, 5);
    Mouse(x, y, 5, 5, false);
    until
    PopUp('Spin');
    flag;
    Mouse(266, 132, 5, 5, false);
    wait(100 + random(300));
    PopUp('Make X');
    wait(100 + random(300));
    TypeSend('28');
    Wait(6400+Random(500));
    findrandoms;
    Wait(6400+Random(500));
    findrandoms;
    Wait(6400+Random(500));
    findrandoms;
    Wait(6400+Random(500));
    findrandoms;
    Wait(6400+Random(500));
    findrandoms;
    Wait(6400+Random(500));
    findrandoms;
    Wait(6400+Random(500));
    If (FindFight) then begin
    opendoor;
    tostairs;
    upstairs;
    Wait(6000+Random(500));
    downstairs;
    opendoor;
    spin;
    end;
    end;
    
    Procedure OpenDoor2;
    
    begin
    
    opendoor;
    
    end;
    
    
    
    
    
    Procedure findbank2;
    
    begin
    findbank1;
    end;
    
    
    procedure openbnk;
    
    begin
    
    makecompass('N')
    repeat
    OpenBank3;
    until(BankScreen)
    wait(700+random(600))
    Depositall;
    FixBank;
    Mouse(98, 81, 10, 10, false);
    wait(100+random(50))
    PopUp('All');
    CloseBank;
    tripsdone:=tripsdone+1;
    findrandoms;
    end;
    
    
    
    begin
      myscript;
      repeat
      setup;
      findrandoms;
      findbank1;
      ToStairs;
      downstairs;
      OpenDoor;
      spin;
      OpenDoor2;
      tostairs;
      upstairs;
      findbank2;
      openbnk;
      until
      (tripsdone=amounttrips);
      logout;
    end.
    
    Found this in my script pack ;)
     
  7. Unknown Caller23

    Unknown Caller23 Active Member
    Banned

    Joined:
    Apr 28, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0
    Lumbridge Flax Spinner

    thank you very much

    can anybody with knowledge tell me if this script is outdated or not

    willing to use my main for the flax spinning
    and do not wnat to get banned.
     
  8. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Lumbridge Flax Spinner

    It's just bad all around, if you ask me.
     
  9. the scar noob

    the scar noob Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0
    Lumbridge Flax Spinner

    yea not really a that good script, it hasn't got a lot of failsafes too thought.
     
  10. Blakeman

    Blakeman Guest

    Referrals:
    0
    Lumbridge Flax Spinner

    Aww i need one of these Lummy codes as well =(
     
  11. the scar noob

    the scar noob Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0
    Lumbridge Flax Spinner

    I see you overeywhere requesting, are you doing this for the post count, or for selling soemone elses their scripts?
     
  12. Unknown Caller23

    Unknown Caller23 Active Member
    Banned

    Joined:
    Apr 28, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0
    Lumbridge Flax Spinner

    still looking for a useful script that works!!
    and i need it to be exactly like i need it...
    and this is not for post count and not to sell it

    i have ALOT of flax to spin
     
  13. Blakeman

    Blakeman Guest

    Referrals:
    0
    Lumbridge Flax Spinner

    I'm making posts everywhere so i can get rid of this leecher thing - it makes me look bad. I want people to actually realise that im not some noob running around scabbing people's stuff
     
  14. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Lumbridge Flax Spinner

    A new one was posted in the Runescape Scripts forum.
     
< looking for alkharid smelter | anyone got an alkharid smelter >


 
 
Adblock breaks this site