Lumbridge Flax Spinner

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

Lumbridge Flax Spinner
  1. Unread #1 - May 27, 2007 at 9:46 PM
  2. Unknown Caller23
    Joined:
    Apr 28, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0

    Unknown Caller23 Active Member
    Banned

    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
     
  3. Unread #2 - May 28, 2007 at 3:20 PM
  4. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Lumbridge Flax Spinner

    I don't recommend buying scripts from anyone if they post here unless they seem trusted.
     
  5. Unread #3 - May 28, 2007 at 6:36 PM
  6. Unknown Caller23
    Joined:
    Apr 28, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0

    Unknown Caller23 Active Member
    Banned

    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
     
  7. Unread #4 - May 29, 2007 at 6:30 PM
  8. Unknown Caller23
    Joined:
    Apr 28, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0

    Unknown Caller23 Active Member
    Banned

    Lumbridge Flax Spinner

    I Will Pay Good!!! Pm Me Or Just Post In This Thread
     
  9. Unread #5 - May 30, 2007 at 10:51 AM
  10. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    Lumbridge Flax Spinner

    I could make one once I get the time.
     
  11. Unread #6 - May 30, 2007 at 12:54 PM
  12. Buciukaz
    Joined:
    Jan 21, 2007
    Posts:
    1,256
    Referrals:
    1
    Sythe Gold:
    0

    Buciukaz Guru
    Banned

    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 ;)
     
  13. Unread #7 - Jun 2, 2007 at 10:29 PM
  14. Unknown Caller23
    Joined:
    Apr 28, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0

    Unknown Caller23 Active Member
    Banned

    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.
     
  15. Unread #8 - Jun 3, 2007 at 8:32 AM
  16. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Lumbridge Flax Spinner

    It's just bad all around, if you ask me.
     
  17. Unread #9 - Jun 3, 2007 at 10:00 AM
  18. the scar noob
    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0

    the scar noob Forum Addict

    Lumbridge Flax Spinner

    yea not really a that good script, it hasn't got a lot of failsafes too thought.
     
  19. Unread #10 - Jun 4, 2007 at 3:18 AM
  20. Blakeman
    Referrals:
    0

    Blakeman Guest

    Lumbridge Flax Spinner

    Aww i need one of these Lummy codes as well =(
     
  21. Unread #11 - Jun 4, 2007 at 10:58 AM
  22. the scar noob
    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0

    the scar noob Forum Addict

    Lumbridge Flax Spinner

    I see you overeywhere requesting, are you doing this for the post count, or for selling soemone elses their scripts?
     
  23. Unread #12 - Jun 4, 2007 at 1:09 PM
  24. Unknown Caller23
    Joined:
    Apr 28, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0

    Unknown Caller23 Active Member
    Banned

    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
     
  25. Unread #13 - Jun 6, 2007 at 2:07 AM
  26. Blakeman
    Referrals:
    0

    Blakeman Guest

    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
     
  27. Unread #14 - Jun 6, 2007 at 10:30 AM
  28. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Lumbridge Flax Spinner

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

Users viewing this thread
1 guest


 
 
Adblock breaks this site